diff options
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 26fb0b93..0886cd09 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,7 +23,7 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.12.0",
+ "react-i18next": "^11.13.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
@@ -60,7 +60,7 @@ "@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
- "@typescript-eslint/parser": "^4.32.0",
+ "@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
@@ -70,6 +70,6 @@ "prettier": "^2.4.1",
"typescript": "^4.4.3",
"vite": "^2.6.2",
- "vite-plugin-pwa": "^0.11.2"
+ "vite-plugin-pwa": "^0.11.3"
}
}
|