Skip to content

Commit

Permalink
fix: storybook-solidjs-vite dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed May 2, 2024
1 parent 2937605 commit 0f0205f
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 3,596 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
"typescript": "5.2.2"
},
"pnpm": {
"packageExtensions": {
"storybook-solidjs-vite": {
"peerDependencies": {
"@storybook/builder-vite": "$@storybook/builder-vite"
}
}
},
"overrides": {
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
Expand Down
1 change: 1 addition & 0 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"@storybook/addon-storysource": "8.1.5",
"@storybook/addon-themes": "8.1.5",
"@storybook/blocks": "8.1.5",
"@storybook/builder-vite": "8.1.5",
"@storybook/test": "8.1.5",
"@types/node": "20.12.10",
"@zthxxx/tsconfig": "1.0.5",
Expand Down
Loading

0 comments on commit 0f0205f

Please sign in to comment.