Skip to content

Commit

Permalink
依存関係のバージョンを更新しました (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze authored Feb 22, 2025
2 parents 239ca22 + a4ac88c commit 840f01d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified next/bun.lockb
Binary file not shown.
42 changes: 21 additions & 21 deletions next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"dependencies": {
"@auth/prisma-adapter": "2.7.4",
"@aws-sdk/client-s3": "3.744.0",
"@aws-sdk/client-s3": "3.750.0",
"@google-cloud/vertexai": "^1.9.3",
"@google/generative-ai": "0.21.0",
"@google/generative-ai": "0.22.0",
"@neondatabase/serverless": "0.10.4",
"@next/third-parties": "^15.1.7",
"@prisma/adapter-neon": "6.3.1",
"@prisma/client": "6.3.1",
"@prisma/adapter-neon": "6.4.1",
"@prisma/client": "6.4.1",
"@radix-ui/react-avatar": "1.1.3",
"@radix-ui/react-checkbox": "1.1.4",
"@radix-ui/react-dialog": "1.1.6",
Expand All @@ -44,7 +44,7 @@
"@radix-ui/react-toggle": "1.1.2",
"@radix-ui/react-toggle-group": "1.1.2",
"@radix-ui/react-tooltip": "1.1.8",
"@sentry/nextjs": "^8",
"@sentry/nextjs": "9.1.0",
"@tailwindcss/typography": "0.5.16",
"@tiptap-pro/extension-file-handler": "2.17.4",
"@tiptap/core": "2.11.5",
Expand All @@ -62,24 +62,24 @@
"cmdk": "1.0.4",
"front-matter": "4.0.2",
"hast": "1.0.0",
"hast-util-to-html": "9.0.4",
"hast-util-to-html": "9.0.5",
"html-react-parser": "5.2.2",
"isomorphic-dompurify": "2.21.0",
"isomorphic-dompurify": "2.22.0",
"linkify-react": "4.2.0",
"lucide-react": "0.475.0",
"nanoid": "5.0.9",
"nanoid": "5.1.0",
"next": "15.1.7",
"next-auth": "5.0.0-beta.25",
"next-intl": "3.26.3",
"next-intl": "3.26.5",
"next-themes": "0.4.4",
"nextjs-toploader": "3.7.15",
"nuqs": "2.3.2",
"nuqs": "2.4.0",
"p-limit": "6.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
"react-icons": "5.5.0",
"react-select": "5.10.0",
"react-share": "5.2.0",
"react-share": "5.2.1",
"react-textarea-autosize": "8.5.7",
"rehype-parse": "9.0.1",
"rehype-raw": "7.0.0",
Expand All @@ -89,14 +89,14 @@
"remark": "15.0.1",
"remark-gfm": "4.0.1",
"remark-rehype": "11.1.1",
"sonner": "1.7.4",
"sonner": "2.0.1",
"tailwind-merge": "3.0.1",
"tailwindcss-animate": "1.0.7",
"tsx": "4.19.2",
"tsx": "4.19.3",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"use-debounce": "10.0.4",
"ws": "8.18.0",
"ws": "8.18.1",
"zod": "3.24.2"
},
"devDependencies": {
Expand All @@ -108,17 +108,17 @@
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/node": "22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"jest-mock-extended": "^4.0.0-beta1",
"jsdom": "26.0.0",
"postcss": "8.5.2",
"prisma": "6.3.1",
"postcss": "8.5.3",
"prisma": "6.4.1",
"tailwindcss": "3.4.1",
"typescript": "5.7.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
"vitest": "3.0.6"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"typescript": "^5.7.2"
"@biomejs/biome": "1.9.4",
"typescript": "5.7.3"
}
}

0 comments on commit 840f01d

Please sign in to comment.