Skip to content

Commit ebc26ef

Browse files
authored
Merge branch 'main' into codex/resolve-1598-node-mismatch
2 parents 2bdd2ce + 2eb9a24 commit ebc26ef

3 files changed

Lines changed: 213 additions & 188 deletions

File tree

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@babel/types": "^7.28.5",
113113
"@oxc-node/cli": "catalog:",
114114
"@oxc-node/core": "catalog:",
115-
"@vitejs/devtools": "^0.2.0",
115+
"@vitejs/devtools": "^0.3.1",
116116
"es-module-lexer": "^1.7.0",
117117
"hookable": "^6.0.1",
118118
"magic-string": "^0.30.21",
@@ -133,8 +133,8 @@
133133
},
134134
"peerDependencies": {
135135
"@arethetypeswrong/core": "^0.18.1",
136-
"@tsdown/css": "0.22.0",
137-
"@tsdown/exe": "0.22.0",
136+
"@tsdown/css": "0.22.1",
137+
"@tsdown/exe": "0.22.1",
138138
"@types/node": "^20.19.0 || >=22.12.0",
139139
"@vitejs/devtools": "^0.1.18",
140140
"esbuild": "^0.27.0 || ^0.28.0",
@@ -220,6 +220,6 @@
220220
"bundledVersions": {
221221
"vite": "8.0.14",
222222
"rolldown": "1.0.3",
223-
"tsdown": "0.22.0"
223+
"tsdown": "0.22.1"
224224
}
225225
}

0 commit comments

Comments
 (0)