Skip to content

Commit 68b6177

Browse files
authored
fix: resolve tsdown + react-dom compatibility (#55)
tsdown 0.22 requires `unrun` as a dependency. react-dom needs to match react 19.2.6. Fixes CI failures caused by recent Dependabot merges.
2 parents c5eaa12 + da17312 commit 68b6177

2 files changed

Lines changed: 112 additions & 93 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@
6363
"@vscode/vsce": "^3.0.0",
6464
"jsdom": "^26.0.0",
6565
"react": "^19.2.6",
66-
"react-dom": "^19.0.0",
66+
"react-dom": "^19.2.6",
6767
"tsdown": "^0.22.0",
6868
"typescript": "~5.8.2",
69+
"unrun": "^0.3.0",
6970
"vitest": "^3.1.1"
7071
},
7172
"contributes": {

0 commit comments

Comments
 (0)