Skip to content

Commit

Permalink
fix: frozen pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Oct 10, 2023
1 parent aeedc2c commit c540905
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .histoire/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export default {
},
slideDown: {
from: { height: 0 },
to: { height: "var(--radix-accordion-content-height)" },
to: { height: "var(--radix-collapsible-content-height)" },
},
slideUp: {
from: { height: "var(--radix-accordion-content-height)" },
from: { height: "var(--radix-collapsible-content-height)" },
to: { height: 0 },
},
enterFromRight: {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"docs:contributors": "esno scripts/update-contributors.ts"
},
"dependencies": {
"radix-vue": "0.4.1",
"radix-vue": "link:../packages/radix-vue",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c540905

Please sign in to comment.