Skip to content

Commit

Permalink
See if reinstalling MUI deps gets around CICD problem
Browse files Browse the repository at this point in the history
The CI/CD build has been failing for a while -- I just checked on it as part of my wind-down process
-- and I /suspect/ I tweaked the package-lock.json file by hand at some point and messed up the
hashes, so I'm going to test that suspicion by reinstalling the MUI packages, thus getting the
package lock file into a (hopefully) proper state.
  • Loading branch information
futuro committed Sep 4, 2023
1 parent 85feb59 commit 702d34f
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 60 deletions.
111 changes: 53 additions & 58 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"wrangler": "^3.6.0"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@mui/material": "5.11.12",
"karma-puppeteer-launcher": "^1.0.4",
"react": "^18.2.0",
Expand Down

0 comments on commit 702d34f

Please sign in to comment.