Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 29b1186 commit 83785fe
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 150 deletions.
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.2",
"vercel": "^39.1.3",
"vite": "catalog:",
"vitest": "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.1.6"
"vitest": "^2.1.8"
}
}
6 changes: 3 additions & 3 deletions packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@universal-middleware/hono": "workspace:^",
"@universal-middleware/vercel": "workspace:^",
"@universal-middleware/webroute": "workspace:^",
"oxc-transform": "^0.38.0",
"oxc-transform": "^0.39.0",
"package-up": "^5.0.0",
"unplugin": "^1.16.0"
},
Expand All @@ -129,7 +129,7 @@
"@swc/core": "catalog:",
"esbuild": "^0.24.0",
"rimraf": "catalog:",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
Expand All @@ -139,7 +139,7 @@
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"esbuild": "^0.24.0",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"vite": ">=5.4.11"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 83785fe

Please sign in to comment.