Skip to content

Commit

Permalink
build(deps): update pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 524e473 commit 931989d
Show file tree
Hide file tree
Showing 19 changed files with 5,618 additions and 3,986 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"npmpackagejsonlint": {
"extends": "@jpapini/npm-package-json-lint-config/monorepo-public",
Expand All @@ -80,7 +80,7 @@
}
]
},
"packageManager": "pnpm@7.22.0",
"packageManager": "pnpm@9.1.1",
"volta": {
"node": "18.13.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-remotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"engines": {
"node": "18",
"pnpm": "7"
"pnpm": "9"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 931989d

Please sign in to comment.