frontend updates

This commit is contained in:
Domingo Dirutigliano
2025-09-15 10:33:11 +02:00
parent bfda2c9267
commit 92332e2ee0
2 changed files with 185 additions and 97 deletions

View File

@@ -5,22 +5,23 @@
"private": true,
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@mantine/code-highlight": "^8.2.1",
"@mantine/core": "^8.2.1",
"@mantine/form": "^8.2.1",
"@mantine/hooks": "^8.2.1",
"@mantine/modals": "^8.2.1",
"@mantine/notifications": "^8.2.1",
"@tanstack/react-query": "^4.40.1",
"@mantine/code-highlight": "^8.3.1",
"@mantine/core": "^8.3.1",
"@mantine/form": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@mantine/modals": "^8.3.1",
"@mantine/notifications": "^8.3.1",
"@tanstack/react-query": "^4.41.0",
"@vitejs/plugin-react-swc": "^4.0.1",
"buffer": "^6.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router": "^7.7.1",
"shiki": "^3.8.1",
"react-router": "^7.9.1",
"shiki": "^3.12.2",
"socket.io-client": "^4.8.1",
"typescript": "^5.8.3",
"zustand": "^5.0.6"
"typescript": "^5.9.2",
"zustand": "^5.0.8"
},
"scripts": {
"dev": "vite",
@@ -34,14 +35,14 @@
]
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.40.1",
"@tanstack/react-query-devtools": "^4.41.0",
"@vitejs/plugin-react": "^4.7.0",
"vite": "^4.5.14",
"vite": "^7.1.5",
"vite-plugin-svgr": "^3.3.0",
"vite-tsconfig-paths": "^4.3.2",
"@types/jest": "^27.5.2",
"@types/node": "^20.19.9",
"@types/react": "^18.3.23",
"@types/node": "^20.19.14",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7"
}
}