Skip to content

Commit

Permalink
Merge pull request #21 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 authored Nov 4, 2024
2 parents 8aad34c + e7ab7c7 commit d04314d
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 181 deletions.
14 changes: 7 additions & 7 deletions examples/hattip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"author": "",
"devDependencies": {
"@auth/core": "^0.37.2",
"@hattip/adapter-cloudflare-workers": "^0.0.48",
"@hattip/adapter-node": "^0.0.48",
"@hattip/vite": "^0.0.48",
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"@hattip/adapter-node": "^0.0.49",
"@hattip/vite": "^0.0.49",
"@universal-middleware/core": "^0.2.13",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"vike-cloudflare": "^0.1.3",
"wrangler": "^3.83.0"
"wrangler": "^3.84.1"
},
"dependencies": {
"@hattip/core": "^0.0.48",
"@hattip/router": "^0.0.48",
"@hattip/core": "^0.0.49",
"@hattip/router": "^0.0.49",
"@universal-middleware/hattip": "^0.2.10",
"cross-fetch": "^4.0.0",
"hattip": "^0.0.33",
"lowdb": "^7.0.1",
"solid-js": "^1.9.3",
"vike": "^0.4.199",
"vike": "^0.4.200",
"vike-solid": "^0.7.6",
"vite": "^5.4.10"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/hono-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@universal-middleware/core": "^0.2.13",
"typescript": "^5.6.3",
"vike-cloudflare": "^0.1.3",
"wrangler": "^3.83.0"
"wrangler": "^3.84.1"
},
"dependencies": {
"@universal-middleware/hono": "^0.2.12",
"cross-fetch": "^4.0.0",
"hono": "^4.6.7",
"hono": "^4.6.9",
"solid-js": "^1.9.3",
"tsx": "^4.19.2",
"vike": "^0.4.199",
"vike": "^0.4.200",
"vike-solid": "^0.7.6",
"vite": "^5.4.10"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vike-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@types/node": "^18.19.55",
"typescript": "^5.6.3",
"vike-cloudflare": "^0.1.3",
"wrangler": "^3.83.0"
"wrangler": "^3.84.1"
},
"dependencies": {
"cross-fetch": "^4.0.0",
"solid-js": "^1.9.3",
"tsx": "^4.19.2",
"vike": "^0.4.199",
"vike": "^0.4.200",
"vike-solid": "^0.7.6",
"vite": "^5.4.10"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/vike-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"author": "Joël Charles <[email protected]>",
"devDependencies": {
"@brillout/release-me": "^0.4.2",
"@hattip/adapter-cloudflare-workers": "^0.0.48",
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"esbuild-plugin-raw": "^0.1.8",
"hono": "^4.6.7",
"hono": "^4.6.9",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vike": "^0.4.199",
"vike": "^0.4.200",
"vite": "^5.4.10"
},
"peerDependencies": {
"vike": "^0.4.174",
"vite": "^5.3.0"
},
"optionalDependencies": {
"@hattip/adapter-cloudflare-workers": "^0.0.48"
"@hattip/adapter-cloudflare-workers": "^0.0.49"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit d04314d

Please sign in to comment.