Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 527b50a commit 1feb788
Show file tree
Hide file tree
Showing 12 changed files with 206 additions and 191 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"hono": "catalog:",
"typescript": "catalog:",
"universal-middleware": "workspace:*",
"vitepress": "^1.3.4"
"vitepress": "^1.4.1"
}
}
18 changes: 9 additions & 9 deletions examples/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"test:typecheck": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@hono/node-server": "^1.13.1",
"@hono/node-server": "^1.13.2",
"@swc/core": "catalog:",
"@types/node": "catalog:",
"@universal-middleware/core": "workspace:*",
Expand All @@ -297,14 +297,14 @@
"universal-middleware": "workspace:*"
},
"optionalDependencies": {
"@universal-middleware/cloudflare": "^0",
"@universal-middleware/express": "^0",
"@universal-middleware/fastify": "^0",
"@universal-middleware/h3": "^0",
"@universal-middleware/hattip": "^0",
"@universal-middleware/hono": "^0",
"@universal-middleware/webroute": "^0",
"@universal-middleware/elysia": "^0"
"@universal-middleware/cloudflare": "^0.2.6",
"@universal-middleware/express": "^0.2.8",
"@universal-middleware/fastify": "^0.3.5",
"@universal-middleware/h3": "^0.2.7",
"@universal-middleware/hattip": "^0.2.10",
"@universal-middleware/hono": "^0.2.11",
"@universal-middleware/webroute": "^0.2.7",
"@universal-middleware/elysia": "^0.2.1"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/node": "catalog:",
"playwright": "^1.47.2",
"playwright": "^1.48.0",
"turbo": "^2.1.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@brillout/release-me": "catalog:",
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241011.0",
"@swc/core": "catalog:",
"@types/node": "catalog:",
"@universal-middleware/tests": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-elysia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@brillout/release-me": "catalog:",
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241011.0",
"@swc/core": "catalog:",
"@types/node": "catalog:",
"@universal-middleware/tests": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@brillout/release-me": "catalog:",
"@hono/node-server": "^1.13.1",
"@hono/node-server": "^1.13.2",
"@swc/core": "catalog:",
"@types/node": "catalog:",
"@universal-middleware/tests": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-webroute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@brillout/release-me": "catalog:",
"@hono/node-server": "^1.13.1",
"@hono/node-server": "^1.13.2",
"@swc/core": "catalog:",
"@types/node": "catalog:",
"@universal-middleware/hono": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@brillout/release-me": "catalog:",
"@swc/core": "catalog:",
"@types/bun": "^1.1.10",
"@types/bun": "^1.1.11",
"@types/node": "catalog:",
"rimraf": "catalog:",
"tsup": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"vitest": "catalog:"
},
"peerDependencies": {
"vitest": "^2.0.2"
"vitest": "^2.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@universal-middleware/hattip": "workspace:*",
"@universal-middleware/hono": "workspace:*",
"@universal-middleware/webroute": "workspace:*",
"oxc-transform": "^0.30.5",
"oxc-transform": "^0.31.0",
"package-up": "^5.0.0",
"unplugin": "^1.14.1"
},
Expand Down
Loading

0 comments on commit 1feb788

Please sign in to comment.