Skip to content

Commit

Permalink
deps: dependency pnpm to v9.7.0 (#1631)
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] committed Aug 10, 2024
1 parent a2e9cb4 commit 653aa56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deep-dives/pnpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This migration guide assumes that your project was scaffolded with a **skuba** t
2. Add a `packageManager` key to `package.json`

```json
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
```

3. Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=18.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-skuba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": ">=8.56.0",
"typescript": ">=4.7.5"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=18.18.0"
},
Expand Down

0 comments on commit 653aa56

Please sign in to comment.