Skip to content

Commit 8303fc3

Browse files
committed
v0fix: temporary workaround for types issue
1 parent 121cabe commit 8303fc3

5 files changed

Lines changed: 31 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"@witchcraft/nuxt-utils": "^0.2.1",
65-
"@witchcraft/ui": "^0.3.0"
65+
"@witchcraft/ui": "^0.3.2"
6666
},
6767
"peerDependenciesMeta": {
6868
"@witchcraft/ui": {
@@ -89,7 +89,7 @@
8989
"@vitejs/plugin-vue": "^6.0.1",
9090
"@vitest/coverage-c8": "^0.33.0",
9191
"@witchcraft/nuxt-utils": "^0.3.2",
92-
"@witchcraft/ui": "^0.3.0",
92+
"@witchcraft/ui": "^0.3.2",
9393
"concurrently": "^9.2.1",
9494
"cross-env": "^10.0.0",
9595
"fast-glob": "^3.3.3",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/dist/chunks/build.mjs b/dist/chunks/build.mjs
2+
index 5fda3a794e76ff9286c3785d2df78fb9b02f5690..7129bd536875fa371f31f0c774c886e3e15f676e 100644
3+
--- a/dist/chunks/build.mjs
4+
+++ b/dist/chunks/build.mjs
5+
@@ -54,7 +54,7 @@ const build = defineCommand({
6+
{
7+
input: "src/runtime/",
8+
outDir: `${outDir}/runtime`,
9+
- addRelativeDeclarationExtensions: true,
10+
+ addRelativeDeclarationExtensions: false,
11+
ext: "js",
12+
pattern: [
13+
"**",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@iconify/json": "^2.2.381",
1313
"@witchcraft/layout": "file:../",
14-
"@witchcraft/ui": "^0.3.0",
14+
"@witchcraft/ui": "^0.3.2",
1515
"nuxt": "^4.0.3",
1616
"tailwindcss": "^4.1.12"
1717
}

pnpm-lock.yaml

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
patchedDependencies:
2+
'@nuxt/module-builder': patches/@nuxt__module-builder.patch
3+
allowUnusedPatches: true

0 commit comments

Comments
 (0)