Skip to content

Commit eac1f3b

Browse files
committed
chore(APP-468): Update package dependencies and optimize imports; add wagmi v3 support
1 parent 9b384ce commit eac1f3b

File tree

13 files changed

+2277
-6043
lines changed

13 files changed

+2277
-6043
lines changed

.changeset/olive-bugs-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aragon/gov-ui-kit': minor
3+
---
4+
5+
Update package dependencies and optimize imports; add wagmi v3 support

.changeset/witty-lizards-tie.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
'@aragon/gov-ui-kit': minor
33
---
44

5-
Update package dependencies
5+
Add wagmi v3 support and optimize imports
6+
7+
- **wagmi v3 compatibility**: Updated peer dependency from `^2.19.0` to `^2.19.0 || ^3.0.0` (non-breaking, supports both
8+
v2 and v3)
9+
- **Import path optimization**: Moved chain definitions from `wagmi/chains` to `viem/chains` (the canonical source,
10+
works with both v2 and v3)
11+
- **Removed overrides**: Eliminated `@reown/appkit` version override that is no longer needed

package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@
5555
"@radix-ui/react-toggle-group": "^1.1.11",
5656
"@radix-ui/react-tooltip": "^1.2.8",
5757
"@radix-ui/react-visually-hidden": "^1.2.4",
58-
"@tiptap/core": "^3.18.0",
59-
"@tiptap/extension-image": "^3.18.0",
60-
"@tiptap/extensions": "^3.18.0",
61-
"@tiptap/pm": "^3.18.0",
62-
"@tiptap/react": "^3.18.0",
63-
"@tiptap/starter-kit": "^3.18.0",
58+
"@tiptap/core": "^3.19.0",
59+
"@tiptap/extension-image": "^3.19.0",
60+
"@tiptap/extensions": "^3.19.0",
61+
"@tiptap/pm": "^3.19.0",
62+
"@tiptap/react": "^3.19.0",
63+
"@tiptap/starter-kit": "^3.19.0",
6464
"blockies-ts": "^1.0.0",
6565
"classnames": "^2.5.1",
66-
"framer-motion": "^12.29.2",
66+
"framer-motion": "^12.34.0",
6767
"imask": "^7.6.1",
6868
"luxon": "^3.7.2",
69-
"react-dropzone": "^14.3.8",
69+
"react-dropzone": "^14.4.1",
7070
"react-imask": "^7.6.1",
7171
"sanitize-html": "^2.17.0",
7272
"tiptap-markdown": "^0.9.0"
@@ -79,11 +79,11 @@
7979
"react-hook-form": "^7.63.0",
8080
"tailwindcss": "^4.1.0",
8181
"viem": "^2.37.0",
82-
"wagmi": "^2.19.0"
82+
"wagmi": "^2.19.0 || ^3.0.0"
8383
},
8484
"devDependencies": {
85-
"@babel/core": "^7.28.6",
86-
"@babel/preset-env": "^7.28.6",
85+
"@babel/core": "^7.29.0",
86+
"@babel/preset-env": "^7.29.0",
8787
"@babel/preset-react": "^7.28.5",
8888
"@babel/preset-typescript": "^7.28.5",
8989
"@changesets/changelog-github": "^0.5.2",
@@ -99,15 +99,15 @@
9999
"@svgr/rollup": "^8.1.0",
100100
"@tailwindcss/postcss": "^4.1.18",
101101
"@tailwindcss/typography": "^0.5.19",
102-
"@tanstack/react-query": "^5.90.20",
102+
"@tanstack/react-query": "^5.90.21",
103103
"@testing-library/dom": "^10.4.1",
104104
"@testing-library/jest-dom": "^6.9.1",
105105
"@testing-library/react": "^16.3.2",
106106
"@testing-library/user-event": "^14.6.1",
107107
"@types/jest": "^30.0.0",
108108
"@types/luxon": "^3.7.1",
109-
"@types/node": "^22.19.7",
110-
"@types/react": "^18.3.27",
109+
"@types/node": "^22.19.11",
110+
"@types/react": "^18.3.28",
111111
"@types/react-dom": "^18.3.7",
112112
"@types/sanitize-html": "^2.16.0",
113113
"cross-env": "^10.1.0",
@@ -131,7 +131,7 @@
131131
"react": "^18.3.1",
132132
"react-dom": "^18.3.1",
133133
"react-hook-form": "^7.71.1",
134-
"rollup": "^4.57.0",
134+
"rollup": "^4.57.1",
135135
"rollup-plugin-peer-deps-external": "^2.2.4",
136136
"rollup-plugin-postcss": "^4.0.2",
137137
"rollup-plugin-visualizer": "^6.0.5",
@@ -140,14 +140,14 @@
140140
"ts-jest": "^29.4.6",
141141
"tslib": "^2.8.1",
142142
"typescript": "^5.9.3",
143-
"typescript-eslint": "^8.54.0",
144-
"vercel": "^50.8.1",
145-
"viem": "^2.45.0",
143+
"typescript-eslint": "^8.55.0",
144+
"vercel": "^50.15.1",
145+
"viem": "^2.45.3",
146146
"vite": "^7.3.1",
147-
"vite-plugin-node-polyfills": "^0.24.0",
147+
"vite-plugin-node-polyfills": "^0.25.0",
148148
"vite-plugin-static-copy": "^3.2.0",
149149
"vite-plugin-svgr": "^4.5.0",
150-
"wagmi": "^2.19.5",
150+
"wagmi": "^3.4.3",
151151
"zod": "^3.25.76"
152152
},
153153
"bugs": {
@@ -166,13 +166,12 @@
166166
"./index.css": "./index.css",
167167
"./build.css": "./build.css"
168168
},
169-
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
169+
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937",
170170
"pnpm": {
171171
"overrides": {
172-
"@reown/appkit": "^1.8.17",
173172
"jsdom": "26.1.0",
174173
"undici": ">=6.23.0",
175-
"tar": "^7.5.7"
174+
"markdown-it": ">=14.1.1"
176175
},
177176
"packageExtensions": {
178177
"@solana/codecs-strings@*": {

0 commit comments

Comments
 (0)