File tree Expand file tree Collapse file tree 4 files changed +101
-98
lines changed
Expand file tree Collapse file tree 4 files changed +101
-98
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ export default defineBuildConfig({
1212 declaration : true ,
1313 rollup : {
1414 emitCJS : true ,
15- inlineDependencies : true ,
15+ dts : {
16+ respectExternal : true ,
17+ }
1618 } ,
1719 hooks : {
1820 'rollup:options' : function ( ctx , options ) {
Original file line number Diff line number Diff line change 6161 "test" : " vitest"
6262 },
6363 "dependencies" : {
64- "quansync" : " ^0.2.2 "
64+ "quansync" : " ^0.2.7 "
6565 },
6666 "devDependencies" : {
6767 "@antfu/eslint-config" : " ^4.3.0" ,
6868 "@types/fs-extra" : " ^11.0.4" ,
69- "@types/node" : " ^22.13.5 " ,
69+ "@types/node" : " ^22.13.8 " ,
7070 "bumpp" : " ^10.0.3" ,
7171 "eslint" : " ^9.21.0" ,
7272 "fs-extra" : " ^11.3.0" ,
73- "typescript" : " ^5.7.3 " ,
73+ "typescript" : " ^5.8.2 " ,
7474 "unbuild" : " ^3.5.0" ,
75- "unplugin-quansync" : " ^0.3.2 " ,
75+ "unplugin-quansync" : " ^0.3.3 " ,
7676 "vitest" : " ^3.0.7"
7777 },
7878 "pnpm" : {
You can’t perform that action at this time.
0 commit comments