From 403fea7e0e8f0faae582ee82e7d9e6092e709032 Mon Sep 17 00:00:00 2001 From: Gweesin Chan <42909374+gweesin@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:16:19 +0800 Subject: [PATCH] fix: fix build internals error in node v18.19.1 (#1676) --- internals/automate/package.json | 2 +- internals/cli/package.json | 2 +- internals/unplugin-virtual-template/package.json | 4 ++-- packages/renderless/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/internals/automate/package.json b/internals/automate/package.json index 45d90829c..5b4ed79da 100644 --- a/internals/automate/package.json +++ b/internals/automate/package.json @@ -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" }, diff --git a/internals/cli/package.json b/internals/cli/package.json index 393caec81..d1c5383c9 100644 --- a/internals/cli/package.json +++ b/internals/cli/package.json @@ -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", diff --git a/internals/unplugin-virtual-template/package.json b/internals/unplugin-virtual-template/package.json index aed4dd909..f4a2df340 100644 --- a/internals/unplugin-virtual-template/package.json +++ b/internals/unplugin-virtual-template/package.json @@ -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" } -} \ No newline at end of file +} diff --git a/packages/renderless/package.json b/packages/renderless/package.json index 001a3993e..b7818a975 100644 --- a/packages/renderless/package.json +++ b/packages/renderless/package.json @@ -40,7 +40,7 @@ "./*": "./src/*" }, "devDependencies": { - "esno": "^0.16.3", + "esno": "^4.7.0", "tsup": "7.2.0" } } \ No newline at end of file