-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- configured Corepack and pnpm to set the correct versions of Node and pnpm - made final edits to the client workflow documentation - fixed the versions for 3 npm packages so that the system compiles and runs - fixed Sam's image All the npm package versions will need to be revisited and, perhaps, updated.
- Loading branch information
Showing
5 changed files
with
11,912 additions
and
14,557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ | |
"Madza", | ||
"Maru", | ||
"Norvig", | ||
"packagemanager", | ||
"predeploy", | ||
"Pruim", | ||
"reuseables", | ||
"Schedulizer", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,7 @@ | |
"start": "react-scripts start", | ||
"test": "react-scripts test" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "20" | ||
}, | ||
"packageManager": "[email protected]", | ||
"husky": { | ||
"hooks": {} | ||
}, | ||
|
@@ -51,11 +48,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", | ||
|
@@ -85,12 +82,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", | ||
|
Oops, something went wrong.