1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00

chore(deps): update dependencies + remove react-helmet + tweak dependabot

This commit is contained in:
2025-12-11 02:28:12 +00:00
parent 8969957d01
commit 8857af6b35
5 changed files with 1265 additions and 1436 deletions
+12 -13
View File
@@ -10,32 +10,31 @@
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react-components": "^9.72.6",
"@fluentui/react-icons": "^2.0.313",
"@microsoft/signalr": "^9.0.6",
"@fluentui/react-components": "^9.72.8",
"@fluentui/react-icons": "^2.0.316",
"@microsoft/signalr": "^10.0.0",
"crypto-js": "^4.2.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-helmet": "^6.1.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.5"
"react-router-dom": "^7.10.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/crypto-js": "^4.2.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^5.1.0",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"scheduler": "0.23.0",
"scheduler": "^0.27.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7",
"vite-plugin-svgr": "^4.5.0"
}
}