Skip to content

Commit

Permalink
Update pnpm to ^8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 38ac42e commit bc0c199
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.8.0"
"pnpm": "^8.9.2"
},
"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.8.0"
"pnpm": "^8.9.2"
},
"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.8.0"
"pnpm": "^8.9.2"
},
"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": "1.0.0",
"engines": {
"node": "^18.14.0",
"pnpm": "^8.8.0"
"pnpm": "^8.9.2"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit bc0c199

Please sign in to comment.