diff options
author | crupest <crupest@outlook.com> | 2022-03-23 21:31:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-23 21:31:40 +0800 |
commit | 96854cd98ef2c99d19cc9319f0d26d5beb5e5135 (patch) | |
tree | 9adcb41a9938cc00f8dc9c91e5b831938a915af8 | |
parent | da9139b7bab95f6e5ba5f4bb2d99011c2d6db03a (diff) | |
parent | ba56ee370d35cb75b1ae3c8d6e22c876ea88cbdd (diff) | |
download | timeline-96854cd98ef2c99d19cc9319f0d26d5beb5e5135.tar.gz timeline-96854cd98ef2c99d19cc9319f0d26d5beb5e5135.tar.bz2 timeline-96854cd98ef2c99d19cc9319f0d26d5beb5e5135.zip |
Merge branch 'master' of https://github.com/crupest/Timeline
-rw-r--r-- | FrontEnd/package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d839b670..d640c3c5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,14 +7,14 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^6.0.3",
- "@popperjs/core": "^2.11.2",
- "axios": "^0.26.0",
+ "@popperjs/core": "^2.11.4",
+ "axios": "^0.26.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
"color": "^4.2.1",
"core-js": "^3.21.1",
- "i18next": "^21.6.13",
+ "i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -23,7 +23,7 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.15.6",
+ "react-i18next": "^11.16.1",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.2",
@@ -48,23 +48,23 @@ },
"devDependencies": {
"@types/color": "^3.0.3",
- "@types/lodash": "^4.14.179",
- "@types/node": "^17.0.21",
- "@types/react": "^17.0.39",
+ "@types/lodash": "^4.14.180",
+ "@types/node": "^17.0.22",
+ "@types/react": "^17.0.41",
"@types/react-color": "^3.0.6",
- "@types/react-dom": "^17.0.13",
+ "@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.14.0",
- "@typescript-eslint/parser": "^5.14.0",
+ "@typescript-eslint/eslint-plugin": "^5.16.0",
+ "@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.10.0",
+ "eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.29.3",
+ "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
- "prettier": "^2.5.1",
+ "prettier": "^2.6.0",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
|