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 14, 2024
1 parent accbe24 commit 3e3a72d
Show file tree
Hide file tree
Showing 20 changed files with 6,356 additions and 12,210 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.10",
"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"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"dependencies": {
"typescript": "^5.6.3"
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.20241112.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/adapter/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"author": "Tessei Kameyama <[email protected]>",
"repository": "github:hattipjs/hattip",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/base/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"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/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/base/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/bundler/walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
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/cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/middleware/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"graphql": "^16.9.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/schema": "^10.0.8",
"@graphql-tools/utils": "^10.5.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@hattip/compose": "workspace:*",
"@hattip/core": "workspace:*",
"dset": "^3.1.4",
"graphql-yoga": "^5.8.0",
"graphql-yoga": "^5.10.2",
"tslib": "^2.8.1",
"urlpattern-polyfill": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"redis-mock": "^0.56.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 3e3a72d

Please sign in to comment.