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

build(deps): migration from yarn to npm

This commit is contained in:
2026-05-16 10:03:59 +00:00
parent a0859576ae
commit 6a8fd0e3e5
7 changed files with 6461 additions and 3671 deletions
+13 -13
View File
@@ -10,31 +10,31 @@
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react-components": "^9.72.9",
"@fluentui/react-icons": "^2.0.316",
"@fluentui/react-components": "^9.73.8",
"@fluentui/react-icons": "^2.0.326",
"@microsoft/signalr": "^10.0.0",
"crypto-js": "^4.2.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.11.0"
"react-router-dom": "^7.15.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@eslint/js": "^9.39.4",
"@types/crypto-js": "^4.2.2",
"@types/react": "^19.2.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"@vitejs/plugin-react": "^5.2.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.0.0",
"globals": "^17.6.0",
"scheduler": "^0.27.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "^7.3.0",
"typescript-eslint": "^8.59.3",
"vite": "^7.3.3",
"vite-plugin-svgr": "^4.5.0"
}
}