Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 18, 2024
1 parent 78119e9 commit 529e2c1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "1.1.13",
"lefthook": "1.8.2",
"turbo": "2.2.3",
"lefthook": "1.8.4",
"turbo": "2.3.0",
"typescript": "5.6.3",
"vercel": "37.14.0"
"vercel": "39.0.2"
},
"packageManager": "[email protected]",
"trustedDependencies": ["@ark-ui/website"]
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@release-it/keep-a-changelog": "5.0.0",
"@storybook/addon-a11y": "8.4.2",
"@storybook/addon-essentials": "8.4.2",
"@storybook/react-vite": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/addon-a11y": "8.4.4",
"@storybook/addon-essentials": "8.4.4",
"@storybook/react-vite": "8.4.4",
"@storybook/react": "8.4.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
Expand All @@ -234,14 +234,14 @@
"clean-package": "2.2.0",
"globby": "14.0.2",
"jsdom": "25.0.1",
"lucide-react": "0.456.0",
"lucide-react": "0.460.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-frame-component": "5.2.7",
"react-hook-form": "7.53.2",
"release-it": "17.10.0",
"resize-observer-polyfill": "1.5.1",
"storybook": "8.4.2",
"storybook": "8.4.4",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@
"@biomejs/biome": "1.9.4",
"@release-it/keep-a-changelog": "5.0.0",
"@solidjs/testing-library": "0.8.10",
"@storybook/addon-a11y": "8.4.2",
"@storybook/addon-essentials": "8.4.2",
"@storybook/docs-tools": "8.4.2",
"@storybook/addon-a11y": "8.4.4",
"@storybook/addon-essentials": "8.4.4",
"@storybook/docs-tools": "8.4.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/user-event": "14.5.2",
Expand All @@ -191,13 +191,13 @@
"esbuild-plugin-solid": "0.6.0",
"globby": "14.0.2",
"jsdom": "25.0.1",
"lucide-solid": "0.456.0",
"lucide-solid": "0.460.0",
"release-it": "17.10.0",
"resize-observer-polyfill": "1.5.1",
"solid-js": "1.9.3",
"storybook": "8.4.2",
"storybook": "8.4.4",
"storybook-solidjs": "1.0.0-beta.6",
"storybook-solidjs-vite": "1.0.0-beta.3",
"storybook-solidjs-vite": "1.0.0-beta.6",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vite": "5.4.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/kit": "2.8.0",
"@sveltejs/kit": "2.8.1",
"@sveltejs/package": "2.3.7",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@sveltejs/vite-plugin-svelte": "4.0.1",
"publint": "0.2.12",
"svelte": "5.1.15",
"svelte": "5.2.2",
"svelte-check": "4.0.9",
"tslib": "2.8.1",
"typescript": "5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,21 +221,21 @@
"@testing-library/user-event": "14.5.2",
"@testing-library/vue": "8.0.3",
"@types/jsdom": "21.1.7",
"@vitejs/plugin-vue": "5.1.5",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue-jsx": "4.1.0",
"@vue/compiler-sfc": "3.5.12",
"@vue/compiler-sfc": "3.5.13",
"clean-package": "2.2.0",
"globby": "14.0.2",
"histoire": "0.17.17",
"jsdom": "25.0.1",
"lucide-vue-next": "0.456.0",
"lucide-vue-next": "0.460.0",
"release-it": "17.10.0",
"resize-observer-polyfill": "1.5.1",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
},
"dependencies": {
"@ark-ui/react": "workspace:*",
"@auth/prisma-adapter": "2.7.3",
"@auth/prisma-adapter": "2.7.4",
"@biomejs/biome": "1.9.4",
"@effect/schema": "0.75.5",
"@icons-pack/react-simple-icons": "10.1.0",
"@pandacss/dev": "0.47.1",
"@pandacss/dev": "0.48.0",
"@park-ui/panda-preset": "0.42.0",
"@prisma/client": "5.22.0",
"@shikijs/transformers": "1.22.2",
"@shikijs/transformers": "1.23.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@uidotdev/usehooks": "2.4.1",
"@zag-js/anatomy-icons": "0.77.1",
"@zag-js/docs": "0.77.1",
"effect": "3.10.15",
"lucide-react": "0.456.0",
"lucide-react": "0.460.0",
"match-sorter": "8.0.0",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
Expand All @@ -38,7 +38,7 @@
"react-dom": "18.3.1",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"shiki": "1.22.2",
"shiki": "1.23.1",
"typescript": "5.6.3",
"velite": "0.2.1"
}
Expand Down

0 comments on commit 529e2c1

Please sign in to comment.