Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#91)
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 23, 2024
1 parent 105940c commit 96c64ab
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 336 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.2",
"@shikijs/vitepress-twoslash": "^1.24.4",
"@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 @@ -36,7 +36,7 @@
"@vercel/node>ts-node": "^10.9.2",
"@vercel/node>typescript": "catalog:",
"@webroute/middleware": "^0.10.0",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"universal-middleware": "link:./packages/universal-middleware"
}
},
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,7 +118,7 @@
"@universal-middleware/hono": "workspace:^",
"@universal-middleware/vercel": "workspace:^",
"@universal-middleware/webroute": "workspace:^",
"oxc-transform": "^0.41.0",
"oxc-transform": "^0.43.0",
"package-up": "^5.0.0",
"unplugin": "^2.1.0"
},
Expand All @@ -127,9 +127,9 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@swc/core": "catalog:",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"rimraf": "catalog:",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
Expand All @@ -138,8 +138,8 @@
"peerDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"esbuild": "^0.24.0",
"rollup": "^4.28.1",
"esbuild": "^0.24.2",
"rollup": "^4.29.1",
"vite": ">=5.4.11"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 96c64ab

Please sign in to comment.