Skip to content

Commit d914a9d

Browse files
authored
fix(plugin-legacy): ensure correct typing for node esm (#13892)
1 parent 945dc4d commit d914a9d

File tree

3 files changed

+169
-187
lines changed

3 files changed

+169
-187
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"tslib": "^2.6.2",
8383
"tsx": "^3.12.10",
8484
"typescript": "^5.0.2",
85-
"unbuild": "^1.2.1",
85+
"unbuild": "^2.0.0",
8686
"vite": "workspace:*",
8787
"vitepress": "1.0.0-rc.14",
8888
"vitest": "^0.34.4",

packages/plugin-legacy/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"types": "./dist/index.d.ts",
1818
"exports": {
1919
".": {
20-
"types": "./dist/index.d.ts",
2120
"import": "./dist/index.mjs",
2221
"require": "./dist/index.cjs"
2322
}

0 commit comments

Comments
 (0)