Skip to content

Commit a8a2e20

Browse files
committed
chore: update components dependencies
1 parent e89e029 commit a8a2e20

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

bun.lockb

13 KB
Binary file not shown.

components/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
},
1212
"dependencies": {
1313
"@ark-ui/react": "4.2.0",
14-
"@pandacss/dev": "0.46.1",
14+
"@pandacss/dev": "0.47.0",
1515
"@park-ui/panda-preset": "workspace:*",
1616
"@storybook/addon-a11y": "8.4.1",
1717
"@storybook/addon-essentials": "8.4.1",
1818
"@storybook/addon-themes": "8.4.1",
1919
"@storybook/react-vite": "8.4.1",
2020
"@storybook/react": "8.4.1",
21-
"@types/react": "18.3.11",
21+
"@types/react": "18.3.12",
2222
"@types/react-dom": "18.3.1",
23-
"@vitejs/plugin-react": "4.3.2",
24-
"lucide-react": "0.452.0",
23+
"@vitejs/plugin-react": "4.3.3",
24+
"lucide-react": "0.454.0",
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
2727
"storybook": "8.4.1",
2828
"typescript": "5.6.3",
29-
"vite": "5.4.9",
29+
"vite": "5.4.10",
3030
"vite-tsconfig-paths": "5.0.1"
3131
}
3232
}

components/solid/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@ark-ui/solid": "4.2.1",
13-
"@pandacss/dev": "0.46.1",
13+
"@pandacss/dev": "0.47.0",
1414
"@park-ui/panda-preset": "workspace:*",
1515
"@storybook/addon-a11y": "8.4.1",
1616
"@storybook/addon-essentials": "8.4.1",
1717
"@storybook/addon-themes": "8.4.1",
1818
"@storybook/docs-tools": "8.4.1",
19-
"lucide-solid": "0.452.0",
19+
"lucide-solid": "0.454.0",
2020
"solid-icons": "1.1.0",
21-
"solid-js": "1.9.2",
21+
"solid-js": "1.9.3",
2222
"storybook": "8.4.1",
2323
"storybook-solidjs": "1.0.0-beta.2",
2424
"storybook-solidjs-vite": "1.0.0-beta.2",
2525
"typescript": "5.6.3",
26-
"vite": "5.4.9",
26+
"vite": "5.4.10",
2727
"vite-plugin-solid": "2.10.2",
2828
"vite-tsconfig-paths": "5.0.1"
2929
}

components/solid/src/components/stories/alert.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ export default meta
1111
export const Base = () => {
1212
return (
1313
<Alert.Root>
14-
<Alert.Icon>
15-
<InfoIcon />
16-
</Alert.Icon>
14+
<Alert.Icon asChild={(props) => <InfoIcon {...props} />} />
1715
<Alert.Content>
1816
<Alert.Title>Browser Update available</Alert.Title>
1917
<Alert.Description>For the best experience, please update your browser.</Alert.Description>

components/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"dependencies": {
1212
"@ark-ui/vue": "4.2.0",
1313
"@histoire/plugin-vue": "0.17.17",
14-
"@pandacss/dev": "0.46.1",
14+
"@pandacss/dev": "0.47.0",
1515
"@park-ui/panda-preset": "workspace:*",
1616
"@vitejs/plugin-vue": "5.1.4",
1717
"@vitejs/plugin-vue-jsx": "4.0.1",
1818
"histoire": "0.17.17",
19-
"lucide-vue-next": "0.452.0",
19+
"lucide-vue-next": "0.454.0",
2020
"prettier": "3.3.3",
2121
"typescript": "5.6.3",
22-
"vite": "5.4.9",
22+
"vite": "5.4.10",
2323
"vite-tsconfig-paths": "5.0.1",
2424
"vue": "3.5.12"
2525
}

0 commit comments

Comments
 (0)