From 35180c6c9eba5b0a8cb8d1c03b59b84ab7e7b98f Mon Sep 17 00:00:00 2001 From: Kevin Beier Date: Fri, 7 Aug 2026 20:11:35 +0200 Subject: [PATCH] fix(nuxt): pin ufo for example builds --- apps/host/package.json | 1 + apps/remote/package.json | 1 + pnpm-lock.yaml | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/apps/host/package.json b/apps/host/package.json index 25116b9..48c2a32 100644 --- a/apps/host/package.json +++ b/apps/host/package.json @@ -14,6 +14,7 @@ "@pinia/nuxt": "0.11.3", "nuxt": "4.5.1", "pinia": "3.0.4", + "ufo": "1.6.4", "vue": "3.5.40", "vue-router": "5.2.0" } diff --git a/apps/remote/package.json b/apps/remote/package.json index c308949..6a9e857 100644 --- a/apps/remote/package.json +++ b/apps/remote/package.json @@ -12,6 +12,7 @@ "dependencies": { "@module-federation/nuxt": "workspace:*", "nuxt": "4.5.1", + "ufo": "1.6.4", "vue": "3.5.40", "vue-router": "5.2.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7012089..4549862 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,6 +53,9 @@ importers: pinia: specifier: 3.0.4 version: 3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)) + ufo: + specifier: 1.6.4 + version: 1.6.4 vue: specifier: 3.5.40 version: 3.5.40(typescript@6.0.3) @@ -68,6 +71,9 @@ importers: nuxt: specifier: 4.5.1 version: 4.5.1(@babel/plugin-syntax-jsx@8.0.1(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@8.0.3(@babel/core@7.29.7))(@parcel/watcher@2.6.0)(@types/node@26.1.2)(@vue/compiler-sfc@3.5.40)(commander@15.0.0)(db0@0.3.4)(esbuild@0.28.1)(eslint@10.8.0(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.33.0)(magicast@0.5.3)(optionator@0.9.4)(oxc-parser@0.140.0)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.40(typescript@6.0.3)))(rollup-plugin-visualizer@7.0.1(rolldown@1.2.0)(rollup@4.62.3))(rollup@4.62.3)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@8.1.5(@types/node@26.1.2)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.8(typescript@6.0.3))(yaml@2.9.0) + ufo: + specifier: 1.6.4 + version: 1.6.4 vue: specifier: 3.5.40 version: 3.5.40(typescript@6.0.3)