Skip to content

Commit 0397985

Browse files
committed
chore: fix build
1 parent af4607f commit 0397985

File tree

5 files changed

+1016
-3676
lines changed

5 files changed

+1016
-3676
lines changed

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@nuxt/fonts": "^0.10.2",
2828
"@nuxt/image": "^1.8.1",
2929
"@nuxt/scripts": "^0.9.5",
30-
"@nuxt/ui": "^3.0.0-alpha.6",
31-
"@nuxt/ui-pro": "^2.0.0-alpha.6",
30+
"@nuxt/ui": "3.0.0-alpha.6",
31+
"@nuxt/ui-pro": "2.0.0-alpha.6",
3232
"@nuxthub/core": "0.8.6",
3333
"@nuxtjs/mdc": "^0.9.5",
3434
"@unovis/vue": "1.4.4",
@@ -39,7 +39,7 @@
3939
"clsx": "^2.1.1",
4040
"consola": "^3.2.3",
4141
"markdownlint-cli": "^0.42.0",
42-
"nuxt": "3.14.159",
42+
"nuxt": "^3.14.1592",
4343
"nuxt-build-cache": "^0.1.1",
4444
"nuxt-content-twoslash": "^0.1.1",
4545
"nuxt-lodash": "^2.5.3",

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,10 @@
9191
"resolutions": {},
9292
"scripts": {},
9393
"devDependencies": {}
94+
},
95+
"pnpm": {
96+
"patchedDependencies": {
97+
98+
}
9499
}
95100
}

patches/@[email protected]

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/dist/runtime/components/Link.vue b/dist/runtime/components/Link.vue
2+
index aaf57eeff08b17cefc8dd8231ccd7fb859f665ad..9c7dd1d539c068d53a6d9b20da2d6bd1527c354d 100644
3+
--- a/dist/runtime/components/Link.vue
4+
+++ b/dist/runtime/components/Link.vue
5+
@@ -4,7 +4,7 @@ import { tv } from 'tailwind-variants'
6+
import type { AppConfig } from '@nuxt/schema'
7+
import _appConfig from '#build/app.config'
8+
import theme from '#build/ui/link'
9+
-import type { NuxtLinkProps } from '#app'
10+
+import type { NuxtLinkProps } from 'nuxt/app'
11+
12+
const appConfig = _appConfig as AppConfig & { ui: { link: Partial<typeof theme> } }
13+

0 commit comments

Comments
 (0)