Skip to content

Commit

Permalink
fix(deps): update dependency ser-kit to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent e1c5596 commit a1a4124
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 97 deletions.
2 changes: 1 addition & 1 deletion deployables/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.1.4",
"ser-kit": "1.1.0",
"ser-kit": "2.0.0",
"viem": "2.22.17",
"wagmi": "2.14.9",
"zod": "3.24.1"
Expand Down
2 changes: 1 addition & 1 deletion deployables/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"react-dom": "19.0.0",
"react-router": "7.1.4",
"react-stick": "5.0.6",
"ser-kit": "1.1.0",
"ser-kit": "2.0.0",
"zod": "3.24.1"
}
}
4 changes: 2 additions & 2 deletions packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@zodiac/schema": "workspace:*"
},
"peerDependencies": {
"ser-kit": "1.1.0"
"ser-kit": "2.0.0"
},
"devDependencies": {
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0",
"ser-kit": "1.1.0"
"ser-kit": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ethers": "6.13.5",
"evm-proxy-detection": "2.0.3",
"nanoid": "5.0.9",
"ser-kit": "1.1.0",
"ser-kit": "2.0.0",
"zod": "3.24.1",
"zodiac-roles-deployments": "2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@safe-global/types-kit": "1.0.2",
"ser-kit": "1.1.0",
"ser-kit": "2.0.0",
"zod": "3.24.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"react": "19.0.0",
"react-router": "7.1.4",
"ser-kit": "1.1.0"
"ser-kit": "2.0.0"
},
"devDependencies": {
"@react-router/dev": "7.1.4",
Expand All @@ -51,6 +51,6 @@
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0",
"ser-kit": "1.1.0"
"ser-kit": "2.0.0"
}
}
110 changes: 21 additions & 89 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 a1a4124

Please sign in to comment.