fixed: packet size of mnl including packet size it-self (was causing crash sometime) and frontend updates

This commit is contained in:
Domingo Dirutigliano
2025-07-28 15:45:22 +02:00
parent 6853960b6d
commit b49c42f06f
5 changed files with 346 additions and 109 deletions

View File

@@ -5,27 +5,29 @@
"private": true,
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@mantine/code-highlight": "^7.17.0",
"@mantine/core": "^7.17.0",
"@mantine/form": "^7.17.0",
"@mantine/hooks": "^7.17.0",
"@mantine/modals": "^7.17.0",
"@mantine/notifications": "^7.17.0",
"@tanstack/react-query": "^4.36.1",
"@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",
"@types/jest": "^27.5.2",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/node": "^20.19.9",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"buffer": "^6.0.3",
"caniuse-lite": "^1.0.30001727",
"install": "^0.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.2.0",
"react-router-dom": "^7.7.1",
"shiki": "^3.8.1",
"socket.io-client": "^4.8.1",
"typescript": "^5.7.3",
"typescript": "^5.8.3",
"web-vitals": "^2.1.4",
"zustand": "^5.0.3"
"zustand": "^5.0.6"
},
"scripts": {
"dev": "vite",
@@ -38,22 +40,10 @@
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.36.1",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^4.5.9",
"@tanstack/react-query-devtools": "^4.40.1",
"@vitejs/plugin-react": "^4.7.0",
"vite": "^4.5.14",
"vite-plugin-svgr": "^3.3.0",
"vite-tsconfig-paths": "^4.3.2"
}