diff options
-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 94186bc6..71ecce11 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,11 +10,11 @@ "@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.8.0",
+ "bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
"color": "^4.2.0",
"core-js": "^3.21.0",
- "i18next": "^21.6.10",
+ "i18next": "^21.6.11",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -49,14 +49,14 @@ "devDependencies": {
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.15",
+ "@types/node": "^17.0.16",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.10.2",
+ "@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.8.0",
|