Skip to content

Commit 7fa8408

Browse files
authored
feat(externals): support aliasing traced packages (#1553)
1 parent de6d2d0 commit 7fa8408

7 files changed

Lines changed: 341 additions & 88 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"resolutions": {
4949
"nitropack": "link:.",
50-
"undici": "^5.23.0"
50+
"undici": "^5.23.0",
51+
"h3": "npm:h3-nightly@1.8.0-1691512197.ffab809"
5152
},
5253
"dependencies": {
5354
"@cloudflare/kv-asset-handler": "^0.3.0",
@@ -73,7 +74,7 @@
7374
"defu": "^6.1.2",
7475
"destr": "^2.0.1",
7576
"dot-prop": "^8.0.2",
76-
"esbuild": "^0.18.20",
77+
"esbuild": "^0.19.0",
7778
"escape-string-regexp": "^5.0.0",
7879
"etag": "^1.8.1",
7980
"fs-extra": "^11.1.1",
@@ -94,7 +95,7 @@
9495
"node-fetch-native": "^1.2.0",
9596
"ofetch": "^1.1.1",
9697
"ohash": "^1.1.2",
97-
"openapi-typescript": "^6.4.0",
98+
"openapi-typescript": "^6.4.2",
9899
"pathe": "^1.1.1",
99100
"perfect-debounce": "^1.0.0",
100101
"pkg-types": "^1.0.3",
@@ -110,7 +111,7 @@
110111
"ufo": "^1.2.0",
111112
"uncrypto": "^0.1.3",
112113
"unctx": "^2.3.1",
113-
"unenv": "^1.7.0",
114+
"unenv": "^1.7.1",
114115
"unimport": "^3.1.3",
115116
"unstorage": "^1.9.0"
116117
},

0 commit comments

Comments
 (0)