update deps

This commit is contained in:
Daniel 2021-09-24 10:28:11 -04:00
parent de7b0a02fc
commit 8b4f8a36ca
2 changed files with 1566 additions and 1691 deletions

3203
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,70 +25,70 @@
"mobx-react": "^6.3.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-collapsible": "^2.8.3",
"react-collapsible": "^2.8.4",
"react-digit-input": "^2.1.0",
"react-dom": "^16.14.0",
"react-interactive": "^1.1.2",
"react-loadable": "^5.5.0",
"react-onclickoutside": "^6.11.2",
"react-onclickoutside": "^6.12.0",
"react-process-string": "^1.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"tone": "^14.7.77",
"universal-cookie": "^4.0.4",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-computed-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.3",
"@types/chai": "^4.2.21",
"@babel/runtime": "^7.15.4",
"@types/chai": "^4.2.22",
"@types/mocha": "^8.2.3",
"@types/react": "^16.14.13",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@types/react-router-dom": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fsevents": "^2.3.2",
"ignore-styles": "^5.0.1",
"jsdom": "^17.0.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.2.0",
"mini-css-extract-plugin": "^2.3.0",
"mocha": "^8.4.0",
"postcss": "^8.3.6",
"sass": "^1.38.0",
"postcss": "^8.3.7",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.1.4",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.2.4",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"typescript": "^4.4.3",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
},