diff options
Diffstat (limited to 'FrontEnd/package.json')
-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 f406c0c8..270f4db3 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.0",
- "core-js": "^3.15.2",
+ "core-js": "^3.16.0",
"i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
@@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
- "@types/node": "^16.4.3",
+ "@types/node": "^16.4.10",
"@types/react": "^17.0.15",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
@@ -62,7 +62,7 @@ "@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@vitejs/plugin-react-refresh": "^1.3.5",
- "eslint": "^7.31.0",
+ "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
@@ -70,6 +70,6 @@ "prettier": "^2.3.2",
"typescript": "^4.3.5",
"vite": "^2.4.3",
- "vite-plugin-pwa": "^0.8.2"
+ "vite-plugin-pwa": "^0.9.3"
}
}
|