Skip to content

Commit

Permalink
🆙bump: version up dependencies (#1075)
Browse files Browse the repository at this point in the history
* 🆙bump: version up dependencies

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
Marukome0743 and autofix-ci[bot] authored Oct 22, 2024
1 parent d193d0d commit 9cc1bbd
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,
},
images: {
formats: ["image/avif", "image/webp"],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@types/bun": "^1.1.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"babel-plugin-react-compiler": "experimental",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 9cc1bbd

Please sign in to comment.