mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
update dependencies
This commit is contained in:
parent
c795b33fed
commit
78bb073c2f
5444
package-lock.json
generated
5444
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
68
package.json
68
package.json
|
|
@ -3,7 +3,7 @@
|
|||
"version": "2.1.0",
|
||||
"description": "Chaotic Backup",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server -d --inline",
|
||||
"start": "webpack serve --mode development --env development",
|
||||
"build": "webpack -p",
|
||||
"lint": "tsc --noEmit; eslint '*/**/*.{js,ts,tsx}'",
|
||||
"lint:fix": "tsc --noEmit; eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
||||
|
|
@ -16,31 +16,31 @@
|
|||
"author": "Danude Sandstorm",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@loadable/component": "^5.13.1",
|
||||
"@loadable/component": "^5.13.2",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/styles": "^4.10.0",
|
||||
"lokijs": "^1.5.10",
|
||||
"mobx": "^5.15.5",
|
||||
"mobx-react": "^6.2.5",
|
||||
"lokijs": "^1.5.11",
|
||||
"mobx": "^5.15.7",
|
||||
"mobx-react": "^6.3.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-collapsible": "^2.8.0",
|
||||
"react": "^16.14.0",
|
||||
"react-collapsible": "^2.8.1",
|
||||
"react-digit-input": "^2.1.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-interactive": "^0.9.1",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-interactive": "^0.9.2",
|
||||
"react-loadable": "^5.5.0",
|
||||
"react-onclickoutside": "^6.9.0",
|
||||
"react-process-string": "^1.2.0",
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"tone": "^14.7.39",
|
||||
"universal-cookie": "^4.0.3",
|
||||
"whatwg-fetch": "^3.4.0"
|
||||
"tone": "^14.7.58",
|
||||
"universal-cookie": "^4.0.4",
|
||||
"whatwg-fetch": "^3.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.5",
|
||||
"@babel/core": "^7.11.1",
|
||||
"@babel/cli": "^7.12.0",
|
||||
"@babel/core": "^7.12.0",
|
||||
"@babel/node": "^7.10.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/plugin-proposal-decorators": "^7.10.5",
|
||||
|
|
@ -48,43 +48,41 @@
|
|||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-computed-properties": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.11.0",
|
||||
"@babel/polyfill": "^7.10.4",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
"@babel/preset-flow": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.12.0",
|
||||
"@babel/polyfill": "^7.11.5",
|
||||
"@babel/preset-env": "^7.12.0",
|
||||
"@babel/preset-react": "^7.10.4",
|
||||
"@babel/preset-typescript": "^7.10.4",
|
||||
"@babel/register": "^7.10.5",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/mocha": "^8.0.2",
|
||||
"@types/react": "^16.9.46",
|
||||
"@babel/preset-typescript": "^7.12.0",
|
||||
"@babel/register": "^7.12.0",
|
||||
"@babel/runtime": "^7.12.0",
|
||||
"@types/chai": "^4.2.13",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/react": "^16.9.52",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-router-dom": "^5.1.5",
|
||||
"@types/react-router-dom": "^5.1.6",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"chai": "^4.2.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"css-loader": "^3.6.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-flowtype": "^4.7.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-react": "^7.20.5",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-react": "^7.21.4",
|
||||
"eslint-plugin-react-hooks": "^3.0.0",
|
||||
"ignore-styles": "^5.0.1",
|
||||
"jsdom": "^16.4.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"mocha": "^8.1.1",
|
||||
"mocha": "^8.1.3",
|
||||
"node-sass": "^4.14.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
||||
"sass-loader": "^8.0.2",
|
||||
"style-loader": "^1.2.1",
|
||||
"style-loader": "^1.3.0",
|
||||
"terser-webpack-plugin": "^2.3.8",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "^3.9.7",
|
||||
"webpack": "^4.44.1",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.3",
|
||||
"webpack": "^4.44.2",
|
||||
"webpack-cli": "^4.0.0",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
},
|
||||
"browserslist": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user