We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fff89 commit 5a66cffCopy full SHA for 5a66cff
2 files changed
apps/supervisor/package.json
@@ -23,5 +23,8 @@
23
},
24
"devDependencies": {
25
"@types/dockerode": "^3.3.33"
26
+ },
27
+ "overrides": {
28
+ "cross-spawn": "7.0.5"
29
}
30
package.json
@@ -67,7 +67,7 @@
67
"vite-tsconfig-paths": "^4.0.5",
68
"vitest": "3.1.4"
69
70
- "packageManager": "pnpm@8.15.5",
+ "packageManager": "pnpm@9.15.0",
71
"dependencies": {
72
"@changesets/cli": "2.26.2",
73
"@remix-run/changelog-github": "^0.0.5",
0 commit comments