Skip to content

Commit 39b1116

Browse files
committed
fix(packages): align wagmi versions
1 parent 0a7b44b commit 39b1116

File tree

6 files changed

+1348
-356
lines changed

6 files changed

+1348
-356
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@openagenda/verror": "3.1.4",
3636
"@simplewebauthn/browser": "7.2.0",
3737
"@simplewebauthn/typescript-types": "7.0.0",
38-
"@wagmi/core": "2.17.1",
38+
"@wagmi/core": "2.22.1",
3939
"ajv": "8.12.0",
4040
"babel-jest": "29",
4141
"base64url": "3.0.1",
@@ -55,8 +55,8 @@
5555
"syncpack": "13.0.4",
5656
"tslib": "2.8.1",
5757
"uint8arrays": "4.0.3",
58-
"viem": "2.38.x",
59-
"wagmi": "2.15.4",
58+
"viem": "2.38.3",
59+
"wagmi": "2.18.1",
6060
"zod": "3.24.3",
6161
"zod-validation-error": "3.4.0"
6262
},
@@ -107,5 +107,6 @@
107107
},
108108
"workspaces": [
109109
"packages/*"
110-
]
110+
],
111+
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
111112
}

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {
32-
"@wagmi/core": "2.17.1",
32+
"@wagmi/core": "2.22.1",
3333
"ethers": "5.7.2",
3434
"siwe": "2.3.2",
3535
"siwe-recap": "0.0.2-alpha.0",

packages/auth-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"redis": "4.6.13",
3030
"stytch": "12.4.0",
3131
"tslib": "2.8.1",
32-
"wagmi": "2.15.4",
32+
"wagmi": "2.18.1",
3333
"zod": "3.24.3",
3434
"zod-validation-error": "3.4.0"
3535
},

packages/auth/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@
2626
"@noble/curves": "1.8.1",
2727
"@simplewebauthn/browser": "7.2.0",
2828
"@simplewebauthn/typescript-types": "7.0.0",
29-
"@wagmi/core": "2.17.1",
29+
"@wagmi/core": "2.22.1",
3030
"base64url": "3.0.1",
3131
"cbor-web": "9.0.2",
3232
"depd": "2.0.0",
3333
"ethers": "5.7.2",
3434
"jose": "4.14.4",
3535
"siwe": "2.3.2",
3636
"stytch": "12.4.0",
37-
"viem": "2.29.4",
3837
"zod": "3.24.3"
3938
},
4039
"peerDependencies": {

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@lit-protocol/contracts": "workspace:*",
2222
"@lit-protocol/nacl": "7.1.1",
2323
"@noble/curves": "1.8.1",
24-
"@wagmi/core": "2.17.1",
24+
"@wagmi/core": "2.22.1",
2525
"bs58": "6.0.0",
2626
"elysia": "1.2.25",
2727
"ethers": "5.7.2",

0 commit comments

Comments
 (0)