Skip to content

Commit

Permalink
bring in prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Mar 20, 2023
1 parent 9fbf293 commit f6799f8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 17 deletions.
63 changes: 47 additions & 16 deletions web/package-lock.json

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

4 changes: 3 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "2.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.12",
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-log-viewer": "^4.87.100",
Expand All @@ -19,6 +20,7 @@
"websocket": "^1.0.34"
},
"devDependencies": {
"prettier": "2.8.4",
"rimraf": "^2.6.2"
},
"scripts": {
Expand Down

0 comments on commit f6799f8

Please sign in to comment.