diff options
author | crupest <crupest@outlook.com> | 2022-04-10 16:04:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-10 16:04:03 +0800 |
commit | 928ba0ce419bacba113951095278a5138ead34cf (patch) | |
tree | ad4bc6b985c21e751199a25a77f36da7163a47c5 /FrontEnd/package.json | |
parent | 86160e4a5697615452a7e06dc78f8be4c8b2515f (diff) | |
download | timeline-928ba0ce419bacba113951095278a5138ead34cf.tar.gz timeline-928ba0ce419bacba113951095278a5138ead34cf.tar.bz2 timeline-928ba0ce419bacba113951095278a5138ead34cf.zip |
...
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index b1fc3b2f..ffe9a641 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,9 +20,9 @@ "lodash": "^4.17.21",
"moment": "^2.29.2",
"pepjs": "^0.5.3",
- "react": "^18.0.0",
+ "react": "^17.0.0",
"react-color": "^2.19.3",
- "react-dom": "^18.0.0",
+ "react-dom": "^17.0.0",
"react-i18next": "^11.16.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
@@ -34,8 +34,8 @@ "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-routing": "^6.5.2",
+ "workbox-strategies": "^6.5.2",
"workbox-window": "^6.5.2",
"xregexp": "^5.1.0"
},
|