Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent a19ad57 commit a6ce8d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hattip/adapter-cloudflare-workers": "workspace:*",
"@hattip/adapter-node": "workspace:*",
"@types/node": "^20.5.7",
"wrangler": "^3.6.0"
"@types/node": "^20.10.6",
"wrangler": "^3.22.1"
}
}
2 changes: 1 addition & 1 deletion examples/vite/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@hattip/adapter-node": "workspace:*",
"@hattip/core": "workspace:*",
"@hattip/vite": "workspace:*",
"hono": "^3.5.5",
"hono": "^3.11.11",
"vite": "^5.0.10"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions testbed/basic/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "[email protected]",
"type": "module",
"devDependencies": {
"@fastly/compute-js-static-publish": "^5.1.1"
"@fastly/compute-js-static-publish": "^5.2.1"
},
"dependencies": {
"@fastly/js-compute": "^3.3.1"
"@fastly/js-compute": "^3.7.3"
},
"engines": {
"node": ">=v18.17.1"
"node": ">=18.19.0"
},
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit a6ce8d9

Please sign in to comment.