From 4d22f4d5ace0e206c90c7e3d334a1a2394f4ecbc Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 12 Dec 2024 13:05:43 +0000 Subject: [PATCH] chore: update once more --- packages/nuxt/package.json | 2 +- playground/package.json | 2 +- test/fixtures/basic-types/package.json | 2 +- test/fixtures/hmr/package.json | 2 +- test/fixtures/minimal-types/package.json | 2 +- test/fixtures/minimal/package.json | 2 +- test/fixtures/runtime-compiler/package.json | 2 +- test/fixtures/suspense/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 5a512e317c..99f62086f9 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -152,6 +152,6 @@ } }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/playground/package.json b/playground/package.json index 5ea6e06566..0f5e407014 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,6 +10,6 @@ "nuxt": "workspace:*" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/test/fixtures/basic-types/package.json b/test/fixtures/basic-types/package.json index 1ad48cd41a..1891b939f9 100644 --- a/test/fixtures/basic-types/package.json +++ b/test/fixtures/basic-types/package.json @@ -16,6 +16,6 @@ "vue-router": "latest" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/test/fixtures/hmr/package.json b/test/fixtures/hmr/package.json index 7036c02e9e..b74ef3c44d 100644 --- a/test/fixtures/hmr/package.json +++ b/test/fixtures/hmr/package.json @@ -8,6 +8,6 @@ "nuxt": "workspace:*" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/test/fixtures/minimal-types/package.json b/test/fixtures/minimal-types/package.json index 168399cabc..01260993dd 100644 --- a/test/fixtures/minimal-types/package.json +++ b/test/fixtures/minimal-types/package.json @@ -9,6 +9,6 @@ "nuxt": "workspace:*" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/test/fixtures/minimal/package.json b/test/fixtures/minimal/package.json index b6bea1b468..ec8752d986 100644 --- a/test/fixtures/minimal/package.json +++ b/test/fixtures/minimal/package.json @@ -8,6 +8,6 @@ "nuxt": "workspace:*" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/test/fixtures/runtime-compiler/package.json b/test/fixtures/runtime-compiler/package.json index b8dc3a57d4..4c45c2f351 100644 --- a/test/fixtures/runtime-compiler/package.json +++ b/test/fixtures/runtime-compiler/package.json @@ -8,6 +8,6 @@ "nuxt": "workspace:*" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } } diff --git a/test/fixtures/suspense/package.json b/test/fixtures/suspense/package.json index 94228c96c4..ab5e89d39a 100644 --- a/test/fixtures/suspense/package.json +++ b/test/fixtures/suspense/package.json @@ -11,6 +11,6 @@ "typescript": "latest" }, "engines": { - "node": ">=18.12.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" } }