updated dependencies

This commit is contained in:
Daniel 2021-08-05 14:55:29 -04:00
parent 8a45c08e44
commit 0e95257916
3 changed files with 3106 additions and 2716 deletions

5739
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,11 +16,11 @@
"author": "Danude Sandstorm",
"license": "MIT",
"dependencies": {
"@loadable/component": "^5.14.1",
"@material-ui/core": "^4.11.3",
"@loadable/component": "^5.15.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.3",
"lokijs": "^1.5.11",
"@material-ui/styles": "^4.11.4",
"lokijs": "^1.5.12",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"prop-types": "^15.7.2",
@ -30,8 +30,7 @@
"react-dom": "^16.14.0",
"react-interactive": "^0.9.5",
"react-loadable": "^5.5.0",
"react-native-uuid-generator": "^6.1.1",
"react-onclickoutside": "^6.10.0",
"react-onclickoutside": "^6.11.2",
"react-process-string": "^1.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
@ -40,57 +39,57 @@
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/node": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-computed-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/plugin-transform-computed-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.8",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/react": "^16.14.11",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.0",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint": "^7.23.0",
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fsevents": "^2.3.2",
"ignore-styles": "^5.0.1",
"jsdom": "^16.5.2",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^1.4.0",
"mocha": "^8.3.2",
"postcss": "^8.2.9",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "^8.4.0",
"postcss": "^8.3.6",
"sass": "^1.37.5",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"terser-webpack-plugin": "^5.1.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0",
"typescript": "^4.3.5",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"browser": {

View File

@ -99,7 +99,7 @@ module.exports = (env, argv) => {
options: {
presets: [
'@babel/typescript',
'@babel/preset-env',
['@babel/preset-env', { loose: true }],
'@babel/preset-react',
],
plugins: [