diff options
author | crupest <crupest@outlook.com> | 2021-07-06 23:31:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-06 23:31:57 +0800 |
commit | e53eee77b7898647cc9e2758951ed637adc53385 (patch) | |
tree | 5cff2106d82f0b2a0ca63127adc91ffdb85445ee | |
parent | 7ca1020ab615e9f8b569d0b5a7fdecb6721b537d (diff) | |
parent | 67d7654675e213e5e61988975107f50e9ccd32de (diff) | |
download | timeline-e53eee77b7898647cc9e2758951ed637adc53385.tar.gz timeline-e53eee77b7898647cc9e2758951ed637adc53385.tar.bz2 timeline-e53eee77b7898647cc9e2758951ed637adc53385.zip |
Merge branch 'master' of https://github.com/crupest/Timeline
-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 621c53c6..b669d80a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,14 +23,14 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.11.0",
+ "react-i18next": "^11.11.1",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.1.0",
+ "rxjs": "^7.2.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
@@ -57,9 +57,9 @@ "@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
- "@typescript-eslint/eslint-plugin": "^4.28.1",
- "@typescript-eslint/parser": "^4.28.1",
- "@vitejs/plugin-react-refresh": "^1.3.4",
+ "@typescript-eslint/eslint-plugin": "^4.28.2",
+ "@typescript-eslint/parser": "^4.28.2",
+ "@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
|