Skip to content

Commit

Permalink
Update pnpm to ^8.12.0 (#169)
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 18, 2023
1 parent 883ec16 commit 372a0ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "^18.19.0",
"pnpm": "^8.11.0"
"pnpm": "^8.12.0"
},
"scripts": {
"build": "pnpm recursive run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"engines": {
"node": "^18.19.0",
"pnpm": "^8.11.0"
"pnpm": "^8.12.0"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"engines": {
"node": "^18.19.0",
"pnpm": "^8.11.0"
"pnpm": "^8.12.0"
},
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "^18.19.0",
"pnpm": "^8.11.0"
"pnpm": "^8.12.0"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 372a0ac

Please sign in to comment.