Skip to content

Commit

Permalink
Merge pull request #23 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
magne4000 authored Nov 18, 2024
2 parents b238f9f + 39a81f7 commit 82e2818
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 163 deletions.
8 changes: 4 additions & 4 deletions examples/hattip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"keywords": [],
"author": "",
"devDependencies": {
"@auth/core": "^0.37.3",
"@auth/core": "^0.37.4",
"@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.4",
"wrangler": "^3.86.0"
"wrangler": "^3.87.0"
},
"dependencies": {
"@hattip/core": "^0.0.49",
Expand All @@ -31,8 +31,8 @@
"hattip": "^0.0.33",
"lowdb": "^7.0.1",
"solid-js": "^1.9.3",
"vike": "^0.4.201",
"vike": "^0.4.203",
"vike-solid": "^0.7.6",
"vite": "^5.4.10"
"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 @@ -14,23 +14,23 @@
"keywords": [],
"author": "Joël Charles <[email protected]>",
"devDependencies": {
"@auth/core": "^0.37.3",
"@auth/core": "^0.37.4",
"@hono/vite-cloudflare-pages": "^0.4.2",
"@hono/vite-dev-server": "^0.16.0",
"@hono/vite-dev-server": "^0.17.0",
"@types/node": "^18.19.64",
"@universal-middleware/core": "^0.2.13",
"typescript": "^5.6.3",
"vike-cloudflare": "^0.1.4",
"wrangler": "^3.86.0"
"wrangler": "^3.87.0"
},
"dependencies": {
"@universal-middleware/hono": "^0.2.12",
"cross-fetch": "^4.0.0",
"hono": "^4.6.9",
"hono": "^4.6.10",
"solid-js": "^1.9.3",
"tsx": "^4.19.2",
"vike": "^0.4.201",
"vike": "^0.4.203",
"vike-solid": "^0.7.6",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/vike-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"keywords": [],
"author": "Joël Charles <[email protected]>",
"devDependencies": {
"@auth/core": "^0.37.3",
"@auth/core": "^0.37.4",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vike-cloudflare": "^0.1.4",
"wrangler": "^3.86.0"
"wrangler": "^3.87.0"
},
"dependencies": {
"cross-fetch": "^4.0.0",
"solid-js": "^1.9.3",
"tsx": "^4.19.2",
"vike": "^0.4.201",
"vike": "^0.4.203",
"vike-solid": "^0.7.6",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions packages/vike-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@brillout/release-me": "^0.4.2",
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"esbuild-plugin-raw": "^0.1.8",
"hono": "^4.6.9",
"hono": "^4.6.10",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vike": "^0.4.201",
"vite": "^5.4.10"
"vike": "^0.4.203",
"vite": "^5.4.11"
},
"peerDependencies": {
"vike": "^0.4.174",
Expand Down
Loading

0 comments on commit 82e2818

Please sign in to comment.