Skip to content

Commit 01b8a59

Browse files
authored
chore(deps): Move vite override to pnpm-workspace.yaml (#3453)
1 parent c9ad48b commit 01b8a59

4 files changed

Lines changed: 427 additions & 441 deletions

File tree

apps/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": ".vite/build/bootstrap.js",
77
"versionHash": "dynamic",
88
"engines": {
9-
"node": ">=22.12.0",
9+
"node": ">=22.19.0",
1010
"pnpm": ">=9.0.0"
1111
},
1212
"scripts": {

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "PostHog Code monorepo - PostHog desktop task manager and agent",
66
"engines": {
7-
"node": ">=22.0.0"
7+
"node": ">=22.19.0"
88
},
99
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
1010
"scripts": {
@@ -61,10 +61,5 @@
6161
"biome check --write --unsafe --files-ignore-unknown=true --no-errors-on-unmatched",
6262
"bash -c 'pnpm typecheck'"
6363
]
64-
},
65-
"pnpm": {
66-
"overrides": {
67-
"vite": "npm:rolldown-vite@7.3.1"
68-
}
6964
}
7065
}

0 commit comments

Comments
 (0)