Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikouki committed Aug 30, 2024
1 parent 1da9908 commit 4993570
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 378 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-334f00b-20240725",
"babel-plugin-react-compiler": "^0.0.0-experimental-e68eda9-20240829",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"hono": "^4.5.5",
"lucide-react": "^0.427.0",
"next": "15.0.0-rc.0",
"hono": "^4.5.9",
"lucide-react": "^0.436.0",
"next": "^15.0.0-rc.0",
"next-auth": "^5.0.0-beta.20",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-2d2cc042-20240809",
"react-dom": "19.0.0-rc-2d2cc042-20240809",
"react": "^19.0.0-rc-a19a8ab4-20240829",
"react-dom": "^19.0.0-rc-a19a8ab4-20240829",
"satori": "^0.10.14",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bun": "^1.1.6",
"@types/node": "^22.2.0",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/bun": "^1.1.8",
"@types/node": "^22.5.1",
"@types/react": "npm:types-react@^19.0.0-alpha.3",
"@types/react-dom": "npm:types-react-dom@^19.0.0-alpha.3",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 4993570

Please sign in to comment.