Skip to content

Commit

Permalink
Update pnpm to ^8.12.1 (#178)
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 20, 2023
1 parent 6f1d0a0 commit e101c1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.12.0"
"pnpm": "^8.12.1"
},
"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.12.0"
"pnpm": "^8.12.1"
},
"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.12.0"
"pnpm": "^8.12.1"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
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.12.0"
"pnpm": "^8.12.1"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance-test/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.12.0"
"pnpm": "^8.12.1"
},
"scripts": {
"tsc": "tsc --project .",
Expand Down

0 comments on commit e101c1d

Please sign in to comment.