Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 10, 2024
1 parent af4607f commit 0397985
Show file tree
Hide file tree
Showing 5 changed files with 1,016 additions and 3,676 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^3.0.0-alpha.6",
"@nuxt/ui-pro": "^2.0.0-alpha.6",
"@nuxt/ui": "3.0.0-alpha.6",
"@nuxt/ui-pro": "2.0.0-alpha.6",
"@nuxthub/core": "0.8.6",
"@nuxtjs/mdc": "^0.9.5",
"@unovis/vue": "1.4.4",
Expand All @@ -39,7 +39,7 @@
"clsx": "^2.1.1",
"consola": "^3.2.3",
"markdownlint-cli": "^0.42.0",
"nuxt": "3.14.159",
"nuxt": "^3.14.1592",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "^0.1.1",
"nuxt-lodash": "^2.5.3",
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,10 @@
"resolutions": {},
"scripts": {},
"devDependencies": {}
},
"pnpm": {
"patchedDependencies": {
"@nuxt/[email protected]": "patches/@[email protected]"
}
}
}
13 changes: 13 additions & 0 deletions patches/@[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/dist/runtime/components/Link.vue b/dist/runtime/components/Link.vue
index aaf57eeff08b17cefc8dd8231ccd7fb859f665ad..9c7dd1d539c068d53a6d9b20da2d6bd1527c354d 100644
--- a/dist/runtime/components/Link.vue
+++ b/dist/runtime/components/Link.vue
@@ -4,7 +4,7 @@ import { tv } from 'tailwind-variants'
import type { AppConfig } from '@nuxt/schema'
import _appConfig from '#build/app.config'
import theme from '#build/ui/link'
-import type { NuxtLinkProps } from '#app'
+import type { NuxtLinkProps } from 'nuxt/app'

const appConfig = _appConfig as AppConfig & { ui: { link: Partial<typeof theme> } }

Loading

0 comments on commit 0397985

Please sign in to comment.