update packages

This commit is contained in:
Daniel 2023-10-14 11:14:31 -04:00
parent 0efec0d4fd
commit ea2de8c885
3 changed files with 1765 additions and 10438 deletions

View File

@ -1,5 +1,5 @@
## Dev Instructions
Have Nodejs >=16 ([node installation](https://nodejs.org/en/)) installed on your machine. Then navigate to the top level of the project in a run ``npm install --legacy-peer-deps``
Have Nodejs >=16 ([node installation](https://nodejs.org/en/)) installed on your machine. Then navigate to the top level of the project in a run ``npm install --legacy-peer-deps`` (note you may also need to run ``npm dedupe --force``)
### Development Running
To run the website locally

12139
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"lokijs": "^1.5.12",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
@ -34,62 +34,62 @@
"react-onclickoutside": "^6.13.0",
"react-process-string": "^1.2.0",
"react-router": "^6.2.1",
"react-router-dom": "^6.14.0",
"react-router-dom": "^6.16.0",
"tone": "^14.7.77",
"universal-cookie": "^4.0.4",
"whatwg-fetch": "^3.6.2"
"universal-cookie": "^6.1.1",
"whatwg-fetch": "^3.6.19"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/node": "^7.22.5",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-computed-properties": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/react": "^16.14.43",
"@types/react-dom": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@types/chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"@types/react": "^16.14.49",
"@types/react-dom": "^16.9.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"chai": "^4.3.7",
"babel-loader": "^9.1.3",
"chai": "^4.3.10",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fsevents": "^2.3.2",
"fsevents": "^2.3.3",
"html-webpack-plugin": "^5.5.3",
"ignore-styles": "^5.0.1",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
"postcss": "^8.4.24",
"sass": "^1.63.6",
"postcss": "^8.4.31",
"sass": "^1.69.3",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webpack": "^5.88.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},