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] committed Jun 26, 2024
1 parent a650e31 commit 0c802d8
Show file tree
Hide file tree
Showing 37 changed files with 585 additions and 665 deletions.
6 changes: 3 additions & 3 deletions deno-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@cyco130/eslint-config": "^3.9.1",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
"tsx": "^4.15.7",
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hattip/adapter-cloudflare-workers": "^0.0.46",
"@hattip/adapter-node": "^0.0.46",
"@types/node": "^20.14.5",
"wrangler": "^3.60.3"
"@types/node": "^20.14.9",
"wrangler": "^3.62.0"
}
}
2 changes: 1 addition & 1 deletion 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.46",
"@hattip/core": "^0.0.46",
"@hattip/vite": "^0.0.46",
"hono": "^4.4.6",
"hono": "^4.4.8",
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
Expand All @@ -29,6 +29,6 @@
"vitest": "^1.6.0"
},
"dependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter/adapter-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"@hattip/core": "workspace:*",
"bun-types": "^1.1.13"
"bun-types": "^1.1.17"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
8 changes: 4 additions & 4 deletions packages/adapter/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"test:package": "publint --strict"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.2",
"@cloudflare/workers-types": "^4.20240614.0",
"@cloudflare/kv-asset-handler": "^0.3.4",
"@cloudflare/workers-types": "^4.20240620.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapter/adapter-fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"test:package": "publint --strict"
},
"dependencies": {
"@fastly/js-compute": "^3.15.0",
"@fastly/js-compute": "^3.16.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/adapter/adapter-lagon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-netlify-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@hattip/core": "workspace:*",
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 @@ -35,7 +35,7 @@
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"author": "Tessei Kameyama <tkamenoko@vivaldi.net>",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/base/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/base/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@cyco130/eslint-config": "^3.9.1",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/base/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node-fetch-native": "^1.6.4",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"dependencies": {
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 @@ -35,11 +35,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@cyco130/eslint-config": "^3.9.1",
"@hattip/adapter-test": "workspace:*",
"@types/eventsource": "^1.1.15",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"eventsource": "^2.0.2",
"eventsource-polyfill": "^0.9.6",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/base/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/bundler/bundler-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/archiver": "^6.0.2",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@hattip/walk": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/bundler-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"cac": "^6.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/bundler-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"cac": "^6.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/bundler-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"cac": "^6.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/bundler-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"cac": "^6.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/cli/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publint": "^0.2.8",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit 0c802d8

Please sign in to comment.