Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#88)
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 Dec 16, 2024
1 parent 1c9bf3c commit 105940c
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 167 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@hattip/router": "catalog:",
"@shikijs/vitepress-twoslash": "^1.24.1",
"@shikijs/vitepress-twoslash": "^1.24.2",
"@types/express": "catalog:",
"@universal-middleware-examples/tool": "workspace:*",
"@universal-middleware/cloudflare": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "catalog:",
"playwright": "^1.49.0",
"playwright": "^1.49.1",
"release-please": "^16.15.0",
"turbo": "^2.3.3",
"typescript": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tsup": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"vercel": "^39.1.3",
"vercel": "^39.2.2",
"vite": "catalog:",
"vitest": "catalog:"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@
"@universal-middleware/hono": "workspace:^",
"@universal-middleware/vercel": "workspace:^",
"@universal-middleware/webroute": "workspace:^",
"oxc-transform": "^0.39.0",
"oxc-transform": "^0.41.0",
"package-up": "^5.0.0",
"unplugin": "^2.0.0"
"unplugin": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-typescript": "^12.1.2",
"@swc/core": "catalog:",
"esbuild": "^0.24.0",
"rimraf": "catalog:",
Expand All @@ -136,7 +136,7 @@
"vitest": "catalog:"
},
"peerDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"esbuild": "^0.24.0",
"rollup": "^4.28.1",
Expand Down
Loading

0 comments on commit 105940c

Please sign in to comment.