Skip to content

Commit

Permalink
chore: update components dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 3, 2024
1 parent e89e029 commit a8a2e20
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions components/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"dependencies": {
"@ark-ui/react": "4.2.0",
"@pandacss/dev": "0.46.1",
"@pandacss/dev": "0.47.0",
"@park-ui/panda-preset": "workspace:*",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-themes": "8.4.1",
"@storybook/react-vite": "8.4.1",
"@storybook/react": "8.4.1",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.2",
"lucide-react": "0.452.0",
"@vitejs/plugin-react": "4.3.3",
"lucide-react": "0.454.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.4.1",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1"
}
}
8 changes: 4 additions & 4 deletions components/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
},
"dependencies": {
"@ark-ui/solid": "4.2.1",
"@pandacss/dev": "0.46.1",
"@pandacss/dev": "0.47.0",
"@park-ui/panda-preset": "workspace:*",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-themes": "8.4.1",
"@storybook/docs-tools": "8.4.1",
"lucide-solid": "0.452.0",
"lucide-solid": "0.454.0",
"solid-icons": "1.1.0",
"solid-js": "1.9.2",
"solid-js": "1.9.3",
"storybook": "8.4.1",
"storybook-solidjs": "1.0.0-beta.2",
"storybook-solidjs-vite": "1.0.0-beta.2",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-plugin-solid": "2.10.2",
"vite-tsconfig-paths": "5.0.1"
}
Expand Down
4 changes: 1 addition & 3 deletions components/solid/src/components/stories/alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export default meta
export const Base = () => {
return (
<Alert.Root>
<Alert.Icon>
<InfoIcon />
</Alert.Icon>
<Alert.Icon asChild={(props) => <InfoIcon {...props} />} />
<Alert.Content>
<Alert.Title>Browser Update available</Alert.Title>
<Alert.Description>For the best experience, please update your browser.</Alert.Description>
Expand Down
6 changes: 3 additions & 3 deletions components/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {
"@ark-ui/vue": "4.2.0",
"@histoire/plugin-vue": "0.17.17",
"@pandacss/dev": "0.46.1",
"@pandacss/dev": "0.47.0",
"@park-ui/panda-preset": "workspace:*",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"histoire": "0.17.17",
"lucide-vue-next": "0.452.0",
"lucide-vue-next": "0.454.0",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vue": "3.5.12"
}
Expand Down

0 comments on commit a8a2e20

Please sign in to comment.