Updated project dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-30 09:28:09 +01:00
parent 017ce989c0
commit 74ab902180
4 changed files with 2036 additions and 1809 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,22 +10,22 @@
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react-components": "^9.49.2",
"@fluentui/react-icons": "^2.0.239",
"filesize": "^10.1.1",
"@fluentui/react-components": "^9.56.3",
"@fluentui/react-icons": "^2.0.266",
"filesize": "^10.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"eslint-plugin-react-refresh": "^0.4.14",
"typescript": "^5.7.2",
"vite": "^6.0.1"
}
}