Skip to content

Commit c7a72f5

Browse files
committed
Remove carat (^) from wagmi versioning.
This is because it updates from 2.12.7 --> 2.15.6 which causes breaking changes in viem. There is a type mismatch that gets caused, even though they're minor versions and ought not cause breaking changes. Note that currently 1. viem is pinned to only 1 fixed version 2. same now for wagmi 3. react-components package depends on ccip-js and since it has carat it will update on install to next patch.
1 parent 529b55a commit c7a72f5

File tree

4 files changed

+1788
-2001
lines changed

4 files changed

+1788
-2001
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-dom": "18",
2222
"typescript": "^5",
2323
"viem": "2.21.25",
24-
"wagmi": "^2.12.7"
24+
"wagmi": "2.12.7"
2525
},
2626
"devDependencies": {
2727
"@types/node": "^20",

packages/ccip-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"mocha": "^11.1.0",
5151
"ts-jest": "^29.2.5",
5252
"typescript": "^5.8.2",
53-
"viem": "^2.31.3"
53+
"viem": "2.21.25"
5454
}
5555
}

packages/ccip-react-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"tailwind-merge": "^2.3.0",
4949
"tailwindcss-animate": "^1.0.7",
5050
"typescript": "^5.2.2",
51-
"viem": "^2.31.3",
52-
"wagmi": "^2.12.7",
51+
"viem": "2.21.25",
52+
"wagmi": "2.12.7",
5353
"zod": "^3.23.8"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)