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 fcf31d4b..01762881 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
"color": "^4.1.0",
- "core-js": "^3.19.3",
+ "core-js": "^3.20.0",
"i18next": "^21.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
@@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.178",
- "@types/node": "^16.11.12",
+ "@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
@@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.4.1",
+ "eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|