Skip to content

Commit

Permalink
Update pnpm to ^8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent c7660e2 commit 4f16969
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.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.1"
},
"scripts": {
"build": "pnpm recursive run build",
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": "1.0.0",
"engines": {
"node": "^18.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.1"
},
"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.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.1"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/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.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.1"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 4f16969

Please sign in to comment.