Skip to content

Commit

Permalink
upgrade packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Jul 9, 2024
1 parent 840ad04 commit 7ed234e
Show file tree
Hide file tree
Showing 6 changed files with 1,234 additions and 1,035 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,41 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/client": "5.15.0",
"@radix-ui/react-slot": "1.0.2",
"@prisma/client": "5.16.2",
"@radix-ui/react-slot": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.394.0",
"lucide-react": "0.404.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7",
"valibot": "0.31.1"
"valibot": "0.36.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@storybook/addon-essentials": "8.1.6",
"@storybook/addon-interactions": "8.1.6",
"@storybook/addon-links": "8.1.6",
"@storybook/blocks": "8.1.6",
"@storybook/nextjs": "8.1.6",
"@storybook/react": "8.1.6",
"@biomejs/biome": "1.8.3",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/blocks": "8.1.11",
"@storybook/nextjs": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.2",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"prisma": "5.15.0",
"storybook": "8.1.6",
"postcss": "8.4.39",
"prisma": "5.16.2",
"storybook": "8.1.11",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vitest": "1.6.0"
"typescript": "5.5.3",
"vitest": "2.0.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7ed234e

Please sign in to comment.