Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent b7c861c commit 587f385
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"@hono/node-server": "1.11.1",
"consola": "3.2.3",
"hono": "4.3.7",
"react": "18.3.0-canary-5bcade5fc-20231208",
"react-dom": "18.3.0-canary-5bcade5fc-20231208",
"react-server-dom-webpack": "18.3.0-canary-5bcade5fc-20231208",
"waku": "0.18.1"
"@hono/node-server": "1.13.8",
"consola": "3.4.0",
"hono": "4.7.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-server-dom-webpack": "18.3.0-next-fecc288b7-20221025",
"waku": "0.21.20"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@swc/core": "1.5.7",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"@biomejs/biome": "1.9.4",
"@swc/core": "1.10.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"postcss": "8.5.2",
"tailwindcss": "3.4.17",
"typescript": "next",
"vite": "5.2.11"
"vite": "5.4.14"
}
}

0 comments on commit 587f385

Please sign in to comment.