aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FrontEnd/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index e54f1b01..66709023 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -13,7 +13,7 @@
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^4.0.1",
- "core-js": "^3.17.3",
+ "core-js": "^3.18.0",
"i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.1",
@@ -50,7 +50,7 @@
"devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.173",
- "@types/node": "^16.9.2",
+ "@types/node": "^16.9.4",
"@types/react": "^17.0.21",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
@@ -65,11 +65,11 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.25.2",
+ "eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
- "vite": "^2.5.8",
+ "vite": "^2.5.10",
"vite-plugin-pwa": "^0.11.2"
}
}