Skip to content

Commit 8122f01

Browse files
committed
chore: fix utils references
1 parent ac5db24 commit 8122f01

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Qwik UI Website",
44
"private": true,
55
"dependencies": {
6-
"@qwik-ui/cva": "workspace:*",
6+
"@qwik-ui/utils": "workspace:*",
77
"@qwik-ui/headless": "workspace:*",
88
"@qwik-ui/tailwind": "workspace:*",
99
"@qwik-ui/fluffy": "workspace:*",

packages/kit-fluffy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"qwik": "qwik"
3636
},
3737
"dependencies": {
38-
"@qwik-ui/cva": "workspace:*"
38+
"@qwik-ui/utils": "workspace:*"
3939
},
4040
"peerDependencies": {
4141
"@builder.io/qwik": ">1.1.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)