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 c1172ed commit d3eabe5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
Expand Down

0 comments on commit d3eabe5

Please sign in to comment.