Skip to content

Commit

Permalink
chore(deps): update pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent ea22136 commit df40fc4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.8.1
pnpm 8.9.2
pnpm 9.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint": "^8.57.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"pnpm": "8.12.1",
"pnpm": "9.3.0",
"prettier": "3.3.1",
"typescript-eslint": "7.12.0",
"uvu": "^0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion snapshots/input/invalid-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"author": "",
"license": "ISC",
"private": true,
"packageManager": "pnpm@7.20.0"
"packageManager": "pnpm@9.3.0"
}
2 changes: 1 addition & 1 deletion snapshots/input/pnpm-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"author": "",
"license": "ISC",
"private": true,
"packageManager": "pnpm@7.20.0"
"packageManager": "pnpm@9.3.0"
}
2 changes: 1 addition & 1 deletion snapshots/input/pnpm-workspaces/pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2345,10 +2345,10 @@ pluralize@^8.0.0:
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz"
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==

pnpm@8.12.1:
version "8.12.1"
resolved "https://registry.npmjs.org/pnpm/-/pnpm-8.12.1.tgz"
integrity sha512-ZwXqGWattlhwU+bP5v3cN3+BBmIo2vc2xEkAEvRPL/G/DHE7uPMUX84OPvZpx8FfGaWawVeDiVHyNMF7gcplXQ==
pnpm@9.3.0:
version "9.3.0"
resolved "https://registry.yarnpkg.com/pnpm/-/pnpm-9.3.0.tgz#d4f1da7af76dbdb4ab1a08f6b5add602ffad6fd4"
integrity sha512-7nuT4MK9EUCcZCT5K4ZvMdPqG+9fvkfTx1AM3DyWaIM9LlVoGtZt9bZAxh+p3CXVRu+lTXbX+L9UsTYUrCk2MQ==

prelude-ls@^1.2.1:
version "1.2.1"
Expand Down

0 comments on commit df40fc4

Please sign in to comment.