chore: added react compiler and fixed url to manage pads (#7158)

This commit is contained in:
SamTV12345 2025-10-06 12:41:26 +02:00 committed by GitHub
parent ade5fba986
commit fbf8ddeaa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 120 additions and 2 deletions

View file

@ -20,6 +20,8 @@
"@types/react-dom": "^19.2.0",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^6.1.0",
"eslint-plugin-react-refresh": "^0.4.23",
@ -34,6 +36,7 @@
"socket.io-client": "^4.8.1",
"typescript": "^5.9.3",
"vite": "npm:rolldown-vite@latest",
"vite-plugin-babel": "^1.3.2",
"vite-plugin-static-copy": "^3.1.3",
"zustand": "^5.0.8"
},