aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FrontEnd/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 7575d03d..05659812 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -6,17 +6,17 @@
"keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^5.0.9",
+ "@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.1",
- "axios": "^0.21.3",
- "bootstrap": "^5.1.0",
+ "axios": "^0.21.4",
+ "bootstrap": "^5.1.1",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.17.2",
- "i18next": "^20.6.0",
+ "i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.2",
- "js-base64": "^3.6.1",
+ "js-base64": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"pepjs": "^0.5.3",
@@ -34,7 +34,7 @@
"rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.2.4",
"workbox-expiration": "^6.2.4",
- "workbox-precaching": "^6.2.4",
+ "workbox-precaching": "^6.3.0",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4",
"workbox-window": "^6.2.4",
@@ -50,7 +50,7 @@
"devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
- "@types/node": "^16.7.10",
+ "@types/node": "^16.9.2",
"@types/react": "^17.0.20",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
@@ -60,16 +60,16 @@
"@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.30.0",
- "@typescript-eslint/parser": "^4.30.0",
+ "@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.25.1",
+ "eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
- "prettier": "^2.3.2",
+ "prettier": "^2.4.1",
"typescript": "^4.4.2",
- "vite": "^2.5.3",
+ "vite": "^2.5.8",
"vite-plugin-pwa": "^0.11.2"
}
}