mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-25 15:58:11 -05:00
updated dependencies
This commit is contained in:
parent
8a45c08e44
commit
0e95257916
5739
package-lock.json
generated
5739
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
81
package.json
81
package.json
|
|
@ -16,11 +16,11 @@
|
||||||
"author": "Danude Sandstorm",
|
"author": "Danude Sandstorm",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@loadable/component": "^5.14.1",
|
"@loadable/component": "^5.15.0",
|
||||||
"@material-ui/core": "^4.11.3",
|
"@material-ui/core": "^4.12.3",
|
||||||
"@material-ui/icons": "^4.11.2",
|
"@material-ui/icons": "^4.11.2",
|
||||||
"@material-ui/styles": "^4.11.3",
|
"@material-ui/styles": "^4.11.4",
|
||||||
"lokijs": "^1.5.11",
|
"lokijs": "^1.5.12",
|
||||||
"mobx": "^5.15.7",
|
"mobx": "^5.15.7",
|
||||||
"mobx-react": "^6.3.1",
|
"mobx-react": "^6.3.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
|
|
@ -30,8 +30,7 @@
|
||||||
"react-dom": "^16.14.0",
|
"react-dom": "^16.14.0",
|
||||||
"react-interactive": "^0.9.5",
|
"react-interactive": "^0.9.5",
|
||||||
"react-loadable": "^5.5.0",
|
"react-loadable": "^5.5.0",
|
||||||
"react-native-uuid-generator": "^6.1.1",
|
"react-onclickoutside": "^6.11.2",
|
||||||
"react-onclickoutside": "^6.10.0",
|
|
||||||
"react-process-string": "^1.2.0",
|
"react-process-string": "^1.2.0",
|
||||||
"react-router": "^5.2.0",
|
"react-router": "^5.2.0",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
|
|
@ -40,57 +39,57 @@
|
||||||
"whatwg-fetch": "^3.6.2"
|
"whatwg-fetch": "^3.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.13.14",
|
"@babel/cli": "^7.14.8",
|
||||||
"@babel/core": "^7.13.14",
|
"@babel/core": "^7.15.0",
|
||||||
"@babel/node": "^7.13.13",
|
"@babel/node": "^7.14.9",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||||
"@babel/plugin-proposal-decorators": "^7.13.5",
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
||||||
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
|
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-transform-computed-properties": "^7.13.0",
|
"@babel/plugin-transform-computed-properties": "^7.14.5",
|
||||||
"@babel/plugin-transform-runtime": "^7.13.10",
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
"@babel/preset-env": "^7.13.12",
|
"@babel/preset-env": "^7.15.0",
|
||||||
"@babel/preset-react": "^7.13.13",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@babel/preset-typescript": "^7.13.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@babel/register": "^7.13.14",
|
"@babel/register": "^7.14.5",
|
||||||
"@babel/runtime": "^7.13.10",
|
"@babel/runtime": "^7.14.8",
|
||||||
"@types/chai": "^4.2.15",
|
"@types/chai": "^4.2.21",
|
||||||
"@types/mocha": "^8.2.2",
|
"@types/mocha": "^8.2.3",
|
||||||
"@types/react": "^16.14.5",
|
"@types/react": "^16.14.11",
|
||||||
"@types/react-dom": "^16.9.12",
|
"@types/react-dom": "^16.9.14",
|
||||||
"@types/react-router-dom": "^5.1.7",
|
"@types/react-router-dom": "^5.1.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
||||||
"@typescript-eslint/parser": "^4.20.0",
|
"@typescript-eslint/parser": "^4.29.0",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"clean-webpack-plugin": "^3.0.0",
|
"clean-webpack-plugin": "^3.0.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"css-loader": "^5.2.0",
|
"css-loader": "^5.2.7",
|
||||||
"css-minimizer-webpack-plugin": "^1.3.0",
|
"css-minimizer-webpack-plugin": "^1.3.0",
|
||||||
"eslint": "^7.23.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-plugin-babel": "^5.3.1",
|
"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-promise": "^4.3.1",
|
||||||
"eslint-plugin-react": "^7.23.1",
|
"eslint-plugin-react": "^7.24.0",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"fsevents": "^2.3.2",
|
"fsevents": "^2.3.2",
|
||||||
"ignore-styles": "^5.0.1",
|
"ignore-styles": "^5.0.1",
|
||||||
"jsdom": "^16.5.2",
|
"jsdom": "^16.7.0",
|
||||||
"jsdom-global": "^3.0.2",
|
"jsdom-global": "^3.0.2",
|
||||||
"mini-css-extract-plugin": "^1.4.0",
|
"mini-css-extract-plugin": "^1.6.2",
|
||||||
"mocha": "^8.3.2",
|
"mocha": "^8.4.0",
|
||||||
"postcss": "^8.2.9",
|
"postcss": "^8.3.6",
|
||||||
"sass": "^1.32.8",
|
"sass": "^1.37.5",
|
||||||
"sass-loader": "^11.0.1",
|
"sass-loader": "^11.1.1",
|
||||||
"style-loader": "^2.0.0",
|
"style-loader": "^2.0.0",
|
||||||
"terser-webpack-plugin": "^5.1.1",
|
"terser-webpack-plugin": "^5.1.4",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^9.1.1",
|
||||||
"typescript": "^4.2.3",
|
"typescript": "^4.3.5",
|
||||||
"webpack": "^5.28.0",
|
"webpack": "^5.48.0",
|
||||||
"webpack-cli": "^4.6.0",
|
"webpack-cli": "^4.7.2",
|
||||||
"webpack-dev-server": "^3.11.2"
|
"webpack-dev-server": "^3.11.2"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ module.exports = (env, argv) => {
|
||||||
options: {
|
options: {
|
||||||
presets: [
|
presets: [
|
||||||
'@babel/typescript',
|
'@babel/typescript',
|
||||||
'@babel/preset-env',
|
['@babel/preset-env', { loose: true }],
|
||||||
'@babel/preset-react',
|
'@babel/preset-react',
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user