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

chore(deps): monthly dependency bump (May 2025)

This commit is contained in:
2025-05-04 21:40:11 +00:00
parent 46501a67a5
commit 48b0cd69f4
2 changed files with 1545 additions and 902 deletions
+16 -20
View File
@@ -1,7 +1,7 @@
{ {
"name": "easylogon-web", "name": "easylogon-web",
"private": true, "private": true,
"version": "2.0.0", "version": "2.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -10,36 +10,32 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.61.3", "@fluentui/react-components": "^9.63.0",
"@fluentui/react-icons": "^2.0.292", "@fluentui/react-icons": "^2.0.298",
"@microsoft/signalr": "^8.0.7", "@microsoft/signalr": "^8.0.7",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"qrcode.react": "^4.2.0", "qrcode.react": "^4.2.0",
"react": "18", "react": "^18.3.1",
"react-dom": "18", "react-dom": "^18.3.1",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"react-router-dom": "^7.4.0" "react-router-dom": "^7.5.3"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.23.0", "@eslint/js": "^9.26.0",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/react": "18", "@types/react": "^18.3.1",
"@types/react-dom": "18", "@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11", "@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.23.0", "eslint": "^9.26.0",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.0.0", "globals": "^16.0.0",
"typescript": "^5.8.2", "scheduler": "0.23.0",
"typescript-eslint": "^8.28.0", "typescript": "^5.8.3",
"vite": "^6.2.6", "typescript-eslint": "^8.31.1",
"vite": "^6.3.4",
"vite-plugin-svgr": "^4.3.0" "vite-plugin-svgr": "^4.3.0"
},
"resolutions": {
"scheduler": "^0.19.0",
"@babel/runtime": "^7.26.10",
"@babel/helpers": "^7.26.10"
} }
} }
+1529 -882
View File
File diff suppressed because it is too large Load Diff