diff options
author | crupest <crupest@outlook.com> | 2021-01-03 22:55:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-03 22:55:12 +0800 |
commit | bd9bcca290b09d42490997f4a4cd819370ee2a02 (patch) | |
tree | aa08047481939d0dd7ab3a85a4178b64ae7aff4b | |
parent | 418d631528fdb581a384068719e9af5dbaa66740 (diff) | |
download | timeline-bd9bcca290b09d42490997f4a4cd819370ee2a02.tar.gz timeline-bd9bcca290b09d42490997f4a4cd819370ee2a02.tar.bz2 timeline-bd9bcca290b09d42490997f4a4cd819370ee2a02.zip |
build: Upgrade packages.
-rw-r--r-- | FrontEnd/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d100976f..fab51ae1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.2.2",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
- "core-js": "^3.8.1",
+ "core-js": "^3.8.2",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
@@ -63,8 +63,8 @@ "@babel/preset-typescript": "^7.12.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
- "@types/lodash": "^4.14.166",
- "@types/node": "^14.14.17",
+ "@types/lodash": "^4.14.167",
+ "@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
@@ -81,7 +81,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
- "eslint": "^7.16.0",
+ "eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
@@ -106,7 +106,7 @@ "url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-chain": "^6.5.1",
- "webpack-cli": "^4.3.0",
+ "webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1",
"workbox-webpack-plugin": "^6.0.2"
}
|