Skip to content

Commit

Permalink
set versions for 3 npm packages so that the system compiles and runs
Browse files Browse the repository at this point in the history
all the versions will need to be revisited and, perhaps, updated
  • Loading branch information
kvlinden committed Jul 25, 2024
1 parent f39a608 commit 7b1f033
Show file tree
Hide file tree
Showing 2 changed files with 6,014 additions and 10,245 deletions.
8 changes: 4 additions & 4 deletions client-course-schedulizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/styled-engine": "^5.15.14",
"@mui/styles": "^5.15.14",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/testing-library__react": "^10.2.0",
Expand Down Expand Up @@ -85,12 +85,12 @@
"sass": "^1.71.1",
"xlsx": "^0.18.5",
"yup": "^1.3.3",
"zustand": "^3.4.1"
"zustand": "~3.4.1"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.165",
"@types/lodash": "4.14.165",
"@types/node": "^12.12.62",
"@types/object-hash": "^1.3.4",
"@types/papaparse": "^5.2.4",
Expand Down
Loading

0 comments on commit 7b1f033

Please sign in to comment.