Skip to content

Commit

Permalink
Update prettier to match github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Nov 7, 2023
1 parent 70cefe1 commit fe4e017
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
15 changes: 7 additions & 8 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/react-dom": "^18.0.6",
"date-fns": "^2.29.2",
"ovenplayer": "^0.10.25",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
Expand Down Expand Up @@ -59,7 +60,6 @@
"@types/ovenplayer": "^0.10.1",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "^5.1.25",
"@types/video.js": "^7.3.50",
"prettier": "^2.8.4"
"@types/video.js": "^7.3.50"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export const StyledDict = {
flex: 1 0 0;
border-radius: 6px;
min-height: 180px;
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
box-shadow:
0px 3px 4px 0px rgba(0, 0, 0, 0.12),
0px 2px 4px 0px rgba(0, 0, 0, 0.14);
`,
Circle: styled.div`
width: 13px;
Expand Down

0 comments on commit fe4e017

Please sign in to comment.