UPDATE: Update frontend dependencies

This commit is contained in:
Nicolás Hatcher
2025-11-13 19:33:53 +01:00
committed by Nicolás Hatcher Andrés
parent e3fc1d229a
commit e0e566db76
3 changed files with 536 additions and 496 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.3.0",
"version": "0.6.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -14,19 +14,19 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ironcalc/workbook": "file:../../IronCalc/",
"@mui/material": "^7.1.1",
"lucide-react": "^0.513.0",
"@mui/material": "^7.3.5",
"lucide-react": "^0.553.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vite-plugin-svgr": "^4.2.0"
"@biomejs/biome": "2.3.5",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^4.5.0",
"typescript": "~5.9.3",
"vite": "^7.2.2",
"vite-plugin-svgr": "^4.5.0"
}
}