diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 7411edbf..ba8d46f3 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -137,13 +137,13 @@ module.exports = defineConfig({ 'node/no-unsupported-features/es-builtins': [ 'error', { - version: '>=14.18.0' + version: '^14.18.0 || >=16.0.0' } ], 'node/no-unsupported-features/node-builtins': [ 'error', { - version: '>=14.18.0' + version: '^14.18.0 || >=16.0.0' } ] } diff --git a/package.json b/package.json index ab9cbb59..d601f4f4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vite-monorepo", "private": true, "engines": { - "node": ">=14.18.0" + "node": "^14.18.0 || >=16.0.0" }, "homepage": "https://vitejs.dev/", "keywords": [ diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index a6ea7028..76484203 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -23,7 +23,7 @@ "prepublishOnly": "npm run build" }, "engines": { - "node": ">=14.18.0" + "node": "^14.18.0 || >=16.0.0" }, "repository": { "type": "git", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index b588b166..53a4b924 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -23,7 +23,7 @@ "prepublishOnly": "npm run build" }, "engines": { - "node": ">=14.18.0" + "node": "^14.18.0 || >=16.0.0" }, "repository": { "type": "git",