fix: fix build internals error in node v18.19.1 (#1676)

This commit is contained in:
Gweesin Chan 2024-06-27 16:16:19 +08:00 committed by GitHub
parent f7ca5794d3
commit 403fea7e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"auto-build-pub": "esno ./src/publish/index.ts"
},
"dependencies": {
"esno": "^4.0.0",
"esno": "^4.7.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.2.0"
},

View File

@ -55,7 +55,7 @@
},
"dependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"esno": "^0.16.3",
"esno": "^4.7.0",
"fast-glob": "^3.2.12",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-visualizer": "^5.12.0",

View File

@ -75,7 +75,7 @@
"bumpp": "^8.2.1",
"chalk": "^5.2.0",
"eslint": "^8.29.0",
"esno": "^0.16.3",
"esno": "^4.7.0",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2",
@ -86,4 +86,4 @@
"vitest": "^0.31.0",
"webpack": "^5.75.0"
}
}
}

View File

@ -40,7 +40,7 @@
"./*": "./src/*"
},
"devDependencies": {
"esno": "^0.16.3",
"esno": "^4.7.0",
"tsup": "7.2.0"
}
}