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 Jan 6, 2024
1 parent 26e332d commit 8bdc9ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 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.3.3",
"@hono/node-server": "1.4.0",
"consola": "3.2.3",
"hono": "3.11.10",
"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",
"hono": "3.12.0",
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025",
"react-server-dom-webpack": "18.3.0-next-fecc288b7-20221025",
"waku": "0.18.1"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@swc/core": "1.3.101",
"@types/react": "18.2.45",
"@swc/core": "1.3.102",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"tailwindcss": "3.4.0",
"postcss": "8.4.33",
"tailwindcss": "3.4.1",
"typescript": "next",
"vite": "5.0.10"
"vite": "5.0.11"
}
}

0 comments on commit 8bdc9ec

Please sign in to comment.