Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent a66376e commit f659036
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 108 deletions.
10 changes: 5 additions & 5 deletions examples/hattip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"@hattip/adapter-node": "^0.0.49",
"@hattip/vite": "^0.0.49",
"@universal-middleware/core": "^0.3.1",
"@universal-middleware/core": "^0.3.3",
"cross-env": "^7.0.3",
"typescript": "^5.7.2",
"vike-cloudflare": "^0.1.6",
"wrangler": "^3.93.0"
"wrangler": "^3.95.0"
},
"dependencies": {
"@hattip/core": "^0.0.49",
"@hattip/router": "^0.0.49",
"@universal-middleware/hattip": "^0.3.1",
"@universal-middleware/hattip": "^0.3.3",
"cross-fetch": "^4.0.0",
"hattip": "^0.0.33",
"lowdb": "^7.0.1",
"solid-js": "^1.9.3",
"vike": "^0.4.206",
"vike-solid": "^0.7.6",
"vike": "^0.4.209",
"vike-solid": "^0.7.7",
"vite": "^5.4.11"
}
}
12 changes: 6 additions & 6 deletions examples/hono-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"@hono/vite-cloudflare-pages": "^0.4.2",
"@hono/vite-dev-server": "^0.17.0",
"@types/node": "^18.19.67",
"@universal-middleware/core": "^0.3.1",
"@universal-middleware/core": "^0.3.3",
"typescript": "^5.7.2",
"vike-cloudflare": "^0.1.6",
"wrangler": "^3.93.0"
"wrangler": "^3.95.0"
},
"dependencies": {
"@universal-middleware/hono": "^0.3.1",
"@universal-middleware/hono": "^0.3.3",
"cross-fetch": "^4.0.0",
"hono": "^4.6.13",
"hono": "^4.6.14",
"solid-js": "^1.9.3",
"tsx": "^4.19.2",
"vike": "^0.4.206",
"vike-solid": "^0.7.6",
"vike": "^0.4.209",
"vike-solid": "^0.7.7",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/vike-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@types/node": "^18.19.67",
"typescript": "^5.7.2",
"vike-cloudflare": "^0.1.6",
"wrangler": "^3.93.0"
"wrangler": "^3.95.0"
},
"dependencies": {
"cross-fetch": "^4.0.0",
"solid-js": "^1.9.3",
"tsx": "^4.19.2",
"vike": "^0.4.206",
"vike-solid": "^0.7.6",
"vike": "^0.4.209",
"vike-solid": "^0.7.7",
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@brillout/test-e2e": "^0.5.36",
"@brillout/test-e2e": "^0.5.37",
"@brillout/test-types": "^0.1.15",
"playwright": "^1.49.0"
"playwright": "^1.49.1"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/vike-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@brillout/release-me": "^0.4.2",
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"esbuild-plugin-raw": "^0.1.8",
"hono": "^4.6.13",
"hono": "^4.6.14",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vike": "^0.4.206",
"vike": "^0.4.209",
"vite": "^5.4.11"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f659036

Please sign in to comment.