Skip to content

Commit e61d959

Browse files
committed
chore: h3-next to optional devendencies
1 parent 5acf9c1 commit e61d959

2 files changed

Lines changed: 768 additions & 166 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"fake-indexeddb": "^6.2.5",
8282
"get-port-please": "^3.2.0",
8383
"h3": "^1.15.11",
84-
"h3-next": "npm:h3@2.0.1-rc.22",
8584
"local-pkg": "^1.2.1",
8685
"magic-string": "^0.30.21",
8786
"node-fetch-native": "^1.6.7",
@@ -113,6 +112,7 @@
113112
"@types/semver": "7.7.1",
114113
"@vitest/browser-playwright": "4.1.9",
115114
"@vue/test-utils": "2.4.11",
115+
"h3-next": "npm:h3@2.0.1-rc.22",
116116
"changelogen": "0.6.2",
117117
"compatx": "0.2.0",
118118
"eslint": "10.6.0",
@@ -139,6 +139,7 @@
139139
"@playwright/test": "^1.43.1",
140140
"@testing-library/vue": "^8.0.1",
141141
"@vue/test-utils": "^2.4.2",
142+
"h3-next": ">=2.0.1-rc.22",
142143
"happy-dom": ">=20.0.11",
143144
"jsdom": ">=27.4.0",
144145
"playwright-core": "^1.43.1",
@@ -163,6 +164,9 @@
163164
"@vue/test-utils": {
164165
"optional": true
165166
},
167+
"h3-next": {
168+
"optional": true
169+
},
166170
"happy-dom": {
167171
"optional": true
168172
},

0 commit comments

Comments
 (0)