diff options
author | crupest <crupest@outlook.com> | 2020-12-19 20:50:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-19 20:50:19 +0800 |
commit | c3d50bb41db76001c367addcdda87db5d019a58e (patch) | |
tree | 051d146653ba2b40d92bcd47d7483460a3512e45 | |
parent | 54bffb76fcc5df9cbcd17c136c1589e2e3e5d5c7 (diff) | |
download | timeline-c3d50bb41db76001c367addcdda87db5d019a58e.tar.gz timeline-c3d50bb41db76001c367addcdda87db5d019a58e.tar.bz2 timeline-c3d50bb41db76001c367addcdda87db5d019a58e.zip |
build: Upgrade packages.
-rw-r--r-- | FrontEnd/package.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index f3e69475..df72e462 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,31 +8,31 @@ "dependencies": {
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
- "bootstrap-icons": "^1.1.0",
+ "bootstrap-icons": "^1.2.1",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
- "core-js": "^3.7.0",
- "i18next": "^19.8.3",
+ "core-js": "^3.8.1",
+ "i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
- "pepjs": "^0.5.2",
+ "pepjs": "^0.5.3",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
- "react-i18next": "^11.7.3",
- "react-inlinesvg": "^2.1.1",
- "react-responsive": "^8.1.1",
+ "react-i18next": "^11.8.4",
+ "react-inlinesvg": "^2.2.2",
+ "react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"rxjs": "^6.6.3",
- "workbox-precaching": "^5.1.4",
- "workbox-routing": "^5.1.4",
- "workbox-strategies": "^5.1.4",
- "workbox-window": "^5.1.4",
- "xregexp": "^4.4.0"
+ "workbox-precaching": "^6.0.2",
+ "workbox-routing": "^6.0.2",
+ "workbox-strategies": "^6.0.2",
+ "workbox-window": "^6.0.2",
+ "xregexp": "^4.4.1"
},
"scripts": {
"start": "webpack serve --config ./webpack.config.dev.js",
@@ -52,62 +52,62 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.12.3",
+ "@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
- "@babel/plugin-proposal-optional-chaining": "^7.12.1",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.12.1",
- "@babel/preset-react": "^7.12.5",
- "@babel/preset-typescript": "^7.12.1",
+ "@babel/preset-env": "^7.12.11",
+ "@babel/preset-react": "^7.12.10",
+ "@babel/preset-typescript": "^7.12.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.165",
- "@types/node": "^14.14.7",
- "@types/react": "^16.9.56",
- "@types/react-dom": "^16.9.9",
+ "@types/node": "^14.14.14",
+ "@types/react": "^17.0.0",
+ "@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.8",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.6",
- "@types/webpack-env": "^1.15.3",
+ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.7.0",
- "@typescript-eslint/parser": "^4.7.0",
- "@yarnpkg/pnpify": "^2.3.3",
- "babel-loader": "^8.2.1",
+ "@typescript-eslint/eslint-plugin": "^4.10.0",
+ "@typescript-eslint/parser": "^4.10.0",
+ "@yarnpkg/pnpify": "^2.4.0",
+ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^6.3.0",
+ "copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
- "eslint": "^7.13.0",
- "eslint-config-prettier": "^6.15.0",
+ "eslint": "^7.16.0",
+ "eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-prettier": "^3.1.4",
+ "eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.0",
- "postcss": "^8.1.7",
- "postcss-loader": "^4.0.4",
+ "mini-css-extract-plugin": "^1.3.3",
+ "postcss": "^8.2.1",
+ "postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
- "prettier": "^2.1.2",
+ "prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.9.0",
- "sass": "^1.29.0",
- "sass-loader": "^10.0.5",
+ "sass": "^1.30.0",
+ "sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
- "ts-loader": "^8.0.11",
- "type-fest": "^0.18.0",
- "typescript": "^4.0.5",
+ "ts-loader": "^8.0.12",
+ "type-fest": "^0.20.2",
+ "typescript": "^4.1.3",
"url-loader": "^4.1.1",
- "webpack": "^5.4.0",
+ "webpack": "^5.11.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
- "workbox-webpack-plugin": "^5.1.4"
+ "workbox-webpack-plugin": "^6.0.2"
}
}
|