Skip to content

Commit

Permalink
chore(deps): update pnpm to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 4747a20 commit d38b789
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"exports": {
".": {
"import": "./eslint.config.mjs"
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"exports": {
".": {
"default": "./tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion deployables/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"vitest": "3.0.5",
"vitest-chrome": "0.1.0"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"dependencies": {
"@epic-web/invariant": "1.0.0",
"@gnosis.pm/zodiac": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion deployables/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"last 1 safari version"
]
},
"packageManager": "pnpm@9.15.5"
"packageManager": "pnpm@10.2.0"
}
2 changes: 1 addition & 1 deletion deployables/vnet-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"check-types": "tsc --noEmit",
"lint": "eslint . --max-warnings=0"
},
"packageManager": "pnpm@9.15.5"
"packageManager": "pnpm@10.2.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zodiac-os/pilot-root",
"private": true,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"pnpm": {
"patchedDependencies": {
"vitest-chrome": "patches/vitest-chrome.patch",
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"check-types": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"check-types": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/form-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"check-types": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"check-types": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"check-types": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"lint": "eslint . --max-warnings=0",
"check-types": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"test": "vitest",
"lint": "eslint . --max-warnings=0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "UNLICENSED",
"sideEffects": false,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"scripts": {
"test": "vitest",
"lint": "eslint . --max-warnings=0",
Expand Down
24 changes: 12 additions & 12 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 d38b789

Please sign in to comment.