Skip to content

Commit

Permalink
mentainance
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Sep 20, 2024
1 parent ec70bf0 commit f535e6d
Show file tree
Hide file tree
Showing 2 changed files with 2,217 additions and 4,155 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,46 +18,46 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/client": "5.16.2",
"@prisma/client": "5.19.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.404.0",
"next": "14.2.4",
"next-intl": "3.17.2",
"lucide-react": "0.441.0",
"next": "14.2.13",
"next-intl": "3.19.4",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.4.0",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"valibot": "0.36.0"
"valibot": "0.42.0"
},
"devDependencies": {
"@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",
"@biomejs/biome": "1.9.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/nextjs": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"jsdom": "24.1.0",
"postcss": "8.4.39",
"prisma": "5.16.2",
"storybook": "8.1.11",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vitest": "2.0.1"
"autoprefixer": "10.4.20",
"jsdom": "25.0.0",
"postcss": "8.4.47",
"prisma": "5.19.1",
"storybook": "8.3.2",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"packageManager": "pnpm@9.7.0"
"packageManager": "pnpm@9.11.0"
}
Loading

0 comments on commit f535e6d

Please sign in to comment.