Skip to content

Commit 1859363

Browse files
committed
bump esbuild
1 parent 77d0ca8 commit 1859363

File tree

3 files changed

+223
-189
lines changed

3 files changed

+223
-189
lines changed

packages/open-next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"exports": {
2020
"./*": {
21-
"default": "./dist/*",
22-
"types": "./dist/*.d.ts"
21+
"types": "./dist/*.d.ts",
22+
"default": "./dist/*"
2323
}
2424
},
2525
"typesVersions": {
@@ -48,7 +48,7 @@
4848
"@tsconfig/node18": "^1.0.1",
4949
"aws4fetch": "^1.0.18",
5050
"chalk": "^5.3.0",
51-
"esbuild": "0.19.2",
51+
"esbuild": "catalog:",
5252
"express": "5.0.1",
5353
"path-to-regexp": "^6.3.0",
5454
"urlpattern-polyfill": "^10.0.0",

0 commit comments

Comments
 (0)