Skip to content

Commit

Permalink
🆙bump: version up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Oct 22, 2024
1 parent 41beef0 commit 46ecb2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { NextConfig } from "next"
const nextConfig: NextConfig = {
experimental: {
ppr: true,
reactCompiler: true,
},
output: "standalone",
}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"studio": "drizzle-kit studio"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.675.0",
"@aws-sdk/client-s3": "^3.676.0",
"@heroicons/react": "^2.1.5",
"drizzle-orm": "^0.35.2",
"drizzle-orm": "^0.35.3",
"next": "canary",
"postgres": "^3.4.4",
"react": "canary",
Expand All @@ -31,6 +31,7 @@
"@types/bun": "^1.1.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"babel-plugin-react-compiler": "experimental",
"daisyui": "^4.12.13",
"drizzle-kit": "^0.26.2",
"postcss": "^8.4.47",
Expand Down

0 comments on commit 46ecb2b

Please sign in to comment.