diff options
author | crupest <crupest@outlook.com> | 2022-04-07 20:36:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-07 20:36:38 +0800 |
commit | 97a2b834e5b2da14a54d12a9bef423a8607f0e94 (patch) | |
tree | ee50e20b62d6e21fd006ff58eca4442f99929f5a | |
parent | e2af7d31ac20037b50d5797b7a9b16ee65cbc0ea (diff) | |
parent | c2a6184440e934a363ee16d57de7d05a8ca304d9 (diff) | |
download | timeline-97a2b834e5b2da14a54d12a9bef423a8607f0e94.tar.gz timeline-97a2b834e5b2da14a54d12a9bef423a8607f0e94.tar.bz2 timeline-97a2b834e5b2da14a54d12a9bef423a8607f0e94.zip |
Merge branch 'master' of https://github.com/crupest/Timeline
-rw-r--r-- | FrontEnd/package.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d640c3c5..48a27501 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -15,28 +15,28 @@ "color": "^4.2.1",
"core-js": "^3.21.1",
"i18next": "^21.6.14",
- "i18next-browser-languagedetector": "^6.1.3",
+ "i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
- "moment": "^2.29.1",
+ "moment": "^2.29.2",
"pepjs": "^0.5.3",
- "react": "^17.0.1",
+ "react": "^18.0.0",
"react-color": "^2.19.3",
- "react-dom": "^17.0.2",
- "react-i18next": "^11.16.1",
+ "react-dom": "^18.0.0",
+ "react-i18next": "^11.16.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
- "react-router-dom": "^6.2.2",
+ "react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.5.5",
- "workbox-cacheable-response": "^6.5.1",
- "workbox-expiration": "^6.5.1",
- "workbox-precaching": "^6.5.1",
+ "workbox-cacheable-response": "^6.5.2",
+ "workbox-expiration": "^6.5.2",
+ "workbox-precaching": "^6.5.2",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
- "workbox-window": "^6.5.1",
+ "workbox-window": "^6.5.2",
"xregexp": "^5.1.0"
},
"scripts": {
@@ -48,25 +48,25 @@ },
"devDependencies": {
"@types/color": "^3.0.3",
- "@types/lodash": "^4.14.180",
- "@types/node": "^17.0.22",
- "@types/react": "^17.0.41",
+ "@types/lodash": "^4.14.181",
+ "@types/node": "^17.0.23",
+ "@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.16.0",
- "@typescript-eslint/parser": "^5.16.0",
+ "@typescript-eslint/eslint-plugin": "^5.18.0",
+ "@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.11.0",
+ "eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.3.0",
- "prettier": "^2.6.0",
- "typescript": "^4.6.2",
- "vite": "^2.8.6",
+ "eslint-plugin-react-hooks": "^4.4.0",
+ "prettier": "^2.6.2",
+ "typescript": "^4.6.3",
+ "vite": "^2.9.1",
"vite-plugin-pwa": "^0.11.13"
}
}
\ No newline at end of file |