Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent accbe24 commit 09605fa
Show file tree
Hide file tree
Showing 11 changed files with 6,294 additions and 12,155 deletions.
2 changes: 1 addition & 1 deletion examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"@hattip/adapter-node": "^0.0.49",
"@types/node": "^18.19.64",
"wrangler": "^3.84.1"
"wrangler": "^3.86.1"
}
}
4 changes: 2 additions & 2 deletions examples/vite/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@hattip/adapter-node": "^0.0.49",
"@hattip/core": "^0.0.49",
"@hattip/vite": "^0.0.49",
"hono": "^4.6.8",
"vite": "^5.4.10"
"hono": "^4.6.9",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/vite/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@hattip/response": "^0.0.49",
"@hattip/router": "^0.0.49",
"@hattip/vite": "^0.0.49",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vitest": "^2.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:package": "publint --strict"
},
"dependencies": {
"@fastly/js-compute": "^3.26.0",
"@fastly/js-compute": "^3.27.2",
"@hattip/core": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@hattip/core": "workspace:*",
"@whatwg-node/fetch": "^0.9.22",
"@whatwg-node/fetch": "^0.10.1",
"node-fetch-native": "^1.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/cli/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@hattip/compose": "workspace:*",
"@hattip/core": "workspace:*",
"dset": "^3.1.4",
"graphql-yoga": "^5.8.0",
"graphql-yoga": "^5.10.1",
"tslib": "^2.8.1",
"urlpattern-polyfill": "^10.0.0"
},
Expand Down
Loading

0 comments on commit 09605fa

Please sign in to comment.