Author SHA1 Message Date
millaguie 56113cbb85 build(deps): typescript 5 → 6 (web + server)
CI/CD Pipeline / test (pull_request) Successful in 17s
CI/CD Pipeline / build-and-push (pull_request) Has been skipped
TS6 más estricto con imports side-effect de CSS → añadido src/vite-env.d.ts
(/// reference vite/client) que faltaba. Verificado local: server tsc OK, web
tsc+vite build OK.
2026-06-27 22:58:16 +02:00
millaguie 6f43288807 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>
2026-06-27 21:07:01 +02:00
5 changed files with 1623 additions and 2737 deletions
+1036 -1300
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -11,19 +11,19 @@
"test": "vitest run"
},
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/static": "^8.3.0",
"drizzle-orm": "^0.36.4",
"@fastify/cors": "^11.0.0",
"@fastify/static": "^9.0.0",
"drizzle-orm": "^0.45.0",
"fastify": "^5.1.0",
"nanoid": "^5.0.9",
"postgres": "^3.4.5",
"socket.io": "^4.8.1"
},
"devDependencies": {
"drizzle-kit": "^0.28.1",
"drizzle-kit": "^0.31.0",
"socket.io-client": "^4.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
"typescript": "^6.0.0",
"vitest": "^4.0.0"
}
}
+571 -1422
View File
File diff suppressed because it is too large Load Diff
+9 -9
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",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^6.0.0",
"vite": "^8.0.0"
}
}
+1
View File
@@ -0,0 +1 @@
/// <reference types="vite/client" />