Skip to content

Commit fb08851

Browse files
chore: wip
1 parent 86bd4bf commit fb08851

7 files changed

Lines changed: 10 additions & 31 deletions

File tree

bun.lock

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,5 @@
6969
"workspaces": [
7070
"packages/**",
7171
"playground/core-map"
72-
],
73-
"patchedDependencies": {
74-
"very-happy-dom@0.1.2": "patches/very-happy-dom@0.1.2.patch"
75-
}
72+
]
7673
}

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"@types/react": "^19.0.0",
5757
"react": "^19.0.0",
5858
"typescript": "^5.9.3",
59-
"very-happy-dom": "^0.1.2"
59+
"very-happy-dom": "^0.1.4"
6060
}
6161
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"react": "^19.0.0",
5858
"react-dom": "^19.0.0",
5959
"typescript": "^5.9.3",
60-
"very-happy-dom": "^0.1.2"
60+
"very-happy-dom": "^0.1.4"
6161
}
6262
}

packages/ts-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"bunfig": "^0.15.6",
8888
"typescript": "^5.9.3",
89-
"very-happy-dom": "^0.1.2"
89+
"very-happy-dom": "^0.1.4"
9090
},
9191
"lint-staged": {
9292
"*.{js,ts}": "bunx --bun pickier . --fix"

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"typescript": "^5.9.3",
56-
"very-happy-dom": "^0.1.2",
56+
"very-happy-dom": "^0.1.4",
5757
"vue": "^3.4.0"
5858
}
5959
}

patches/very-happy-dom@0.1.2.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)