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 16, 2024
1 parent 949649a commit 164c765
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 160 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
14 changes: 7 additions & 7 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-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-typescript": "^12.1.2",
"@swc/core": "catalog:",
"esbuild": "^0.24.0",
"rimraf": "catalog:",
Expand All @@ -136,8 +136,8 @@
"vitest": "catalog:"
},
"peerDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^15.3.1",
"esbuild": "^0.24.0",
"rollup": "^4.28.1",
"vite": ">=5.4.11"
Expand Down
Loading

0 comments on commit 164c765

Please sign in to comment.