build(deps): combined major bumps (react19/vite8/router7/drizzle0.45) (#15)
CI/CD Pipeline / test (push) Successful in 27s
CI/CD Pipeline / build-and-push (push) Successful in 2m15s

Co-authored-by: Millaguie <millaguie@gmail.com>
Co-committed-by: Millaguie <millaguie@gmail.com>
This commit was merged in pull request #15.
This commit is contained in:
2026-06-27 21:07:01 +02:00
committed by millaguie
parent 7e74e5eaa1
commit 6f43288807
4 changed files with 1612 additions and 2727 deletions
+567 -1418
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -9,18 +9,18 @@
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^8.0.0"
}
}