Skip to content

Commit

Permalink
Update pnpm to v9.1.4 (#4420)
Browse files Browse the repository at this point in the history
* Update pnpm to v9.1.4

* Update `engines.pnpm`

* Update lock file

Signed-off-by: Olga Bulat <obulat@gmail.com>

---------

Signed-off-by: Olga Bulat <obulat@gmail.com>
Co-authored-by: Dhruv Bhanushali <hi@dhruvkb.dev>
Co-authored-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
3 people committed Jun 3, 2024
1 parent 7e558ef commit f44469e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"preeslint": "pnpm --filter '@openverse/eslint-plugin' run build",
"eslint": "eslint --ext .js,.ts,.vue,.json,.json5 --ignore-path .gitignore --ignore-path .eslintignore --max-warnings=0 frontend automations/js packages/js .pnpmfile.cjs .eslintrc.js prettier.config.js tsconfig.base.json"
},
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.1.4",
"engines": {
"node": ">= 20.0.0 <21",
"pnpm": ">= 9.1.0"
"pnpm": ">= 9.1.4"
},
"volta": {
"node": "20.13.1"
Expand Down
29 changes: 29 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f44469e

Please sign in to comment.