From 1bb24381c608ee01869a3c579864afe2bb207a2e Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Thu, 9 May 2024 23:54:37 +0200 Subject: [PATCH] chore(nuxt): move ui-templates to deps link --- packages/nuxt/package.json | 2 +- packages/nuxt/src/core/runtime/nitro/error-500.ts | 2 +- packages/nuxt/src/core/runtime/nitro/error-dev.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index ecb5f44470..0374bd06a2 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -117,7 +117,7 @@ "vue-router": "^4.3.2" }, "devDependencies": { - "@nuxt/ui-templates": "1.3.3", + "@nuxt/ui-templates": "link:../ui-templates", "@parcel/watcher": "2.4.1", "@types/estree": "1.0.5", "@types/fs-extra": "11.0.4", diff --git a/packages/nuxt/src/core/runtime/nitro/error-500.ts b/packages/nuxt/src/core/runtime/nitro/error-500.ts index 7c4f86d19f..9471d7448a 120000 --- a/packages/nuxt/src/core/runtime/nitro/error-500.ts +++ b/packages/nuxt/src/core/runtime/nitro/error-500.ts @@ -1 +1 @@ -../../../../../ui-templates/dist/templates/error-500.ts \ No newline at end of file +export * from '@nuxt/ui-templates/dist/templates/error-500' \ No newline at end of file diff --git a/packages/nuxt/src/core/runtime/nitro/error-dev.ts b/packages/nuxt/src/core/runtime/nitro/error-dev.ts index b14fdaa625..8ac3f32b21 120000 --- a/packages/nuxt/src/core/runtime/nitro/error-dev.ts +++ b/packages/nuxt/src/core/runtime/nitro/error-dev.ts @@ -1 +1 @@ -../../../../../ui-templates/dist/templates/error-dev.ts \ No newline at end of file +export * from '@nuxt/ui-templates/dist/templates/error-dev' \ No newline at end of file