Skip to content

Commit 6ba0dac

Browse files
authored
chord: upgrade dependencies (#5100)
1 parent 863739b commit 6ba0dac

File tree

67 files changed

+4667
-3090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4667
-3090
lines changed

.changeset/bitter-clubs-create.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
'@reown/appkit-universal-connector': patch
3+
'@reown/appkit-adapter-bitcoin': patch
4+
'@reown/appkit-adapter-ethers5': patch
5+
'@reown/appkit-adapter-ethers': patch
6+
'@reown/appkit-adapter-solana': patch
7+
'@reown/appkit-adapter-wagmi': patch
8+
'pay-test-exchange': patch
9+
'@reown/appkit-wallet-button': patch
10+
'@reown/appkit-utils': patch
11+
'@reown/appkit-experimental': patch
12+
'@reown/appkit-controllers': patch
13+
'@reown/appkit-codemod': patch
14+
'@reown/appkit-testing': patch
15+
'@reown/appkit': patch
16+
'@reown/appkit-common': patch
17+
'@reown/appkit-siwe': patch
18+
'@reown/appkit-siwx': patch
19+
'@reown/appkit-cdn': patch
20+
'@reown/appkit-pay': patch
21+
'@reown/appkit-ui': patch
22+
---
23+
24+
Upgrades Viem, Wagmi, WC, Solana and some other dependencies to latest

apps/browser-extension/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@reown/appkit-common": "workspace:*",
2323
"@reown/appkit-ui": "workspace:*",
2424
"@solana/wallet-standard": "1.1.4",
25-
"@solana/web3.js": "1.98.2",
25+
"@solana/web3.js": "1.98.4",
2626
"@tanstack/react-query": "5.75.5",
2727
"@vanilla-extract/css": "1.16.0",
2828
"@vanilla-extract/css-utils": "0.1.4",
2929
"@vanilla-extract/sprinkles": "1.6.3",
3030
"@vanilla-extract/webpack-plugin": "2.3.14",
31-
"@wagmi/core": "2.20.3",
31+
"@wagmi/core": "2.21.2",
3232
"@wallet-standard/app": "1.1.0",
3333
"@wallet-standard/base": "1.1.0",
3434
"@wallet-standard/core": "1.1.0",
@@ -46,18 +46,18 @@
4646
"css-loader": "7.1.2",
4747
"ecpair": "3.0.0",
4848
"eventemitter3": "5.0.1",
49-
"html-webpack-plugin": "5.6.0",
49+
"html-webpack-plugin": "5.6.4",
5050
"mini-css-extract-plugin": "2.9.2",
5151
"mipd": "0.0.7",
5252
"process": "0.11.10",
53-
"react": "19.1.0",
54-
"react-dom": "19.1.0",
53+
"react": "19.1.1",
54+
"react-dom": "19.1.1",
5555
"stream-browserify": "3.0.0",
5656
"tweetnacl": "1.0.3",
5757
"uuid": "10.0.0",
58-
"viem": "2.37.2",
58+
"viem": "2.37.9",
5959
"vm-browserify": "1.1.2",
60-
"wagmi": "2.16.9",
60+
"wagmi": "2.17.5",
6161
"wasm-loader": "1.3.0",
6262
"webpack": "5.94.0"
6363
},
@@ -66,12 +66,12 @@
6666
"@types/bitcoinjs-lib": "5.0.4",
6767
"@types/chrome": "0.0.268",
6868
"@types/node": "22.13.4",
69-
"@types/react": "19.1.3",
70-
"@types/react-dom": "19.1.3",
69+
"@types/react": "19.1.15",
70+
"@types/react-dom": "19.1.9",
7171
"@types/uuid": "10.0.0",
7272
"dotenv-webpack": "8.1.0",
7373
"ts-loader": "9.5.1",
74-
"typescript": "5.8.3",
74+
"typescript": "5.9.2",
7575
"webpack-cli": "5.1.4",
7676
"webpack-dev-server": "5.2.1"
7777
}

apps/demo/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"@dnd-kit/utilities": "3.2.2",
2424
"@hookform/resolvers": "3.9.0",
2525
"@next/third-parties": "15.2.1",
26-
"@radix-ui/react-checkbox": "1.3.1",
27-
"@radix-ui/react-dialog": "1.1.13",
26+
"@radix-ui/react-checkbox": "1.3.3",
27+
"@radix-ui/react-dialog": "1.1.15",
2828
"@radix-ui/react-icons": "1.3.2",
29-
"@radix-ui/react-label": "2.1.6",
30-
"@radix-ui/react-radio-group": "1.3.6",
31-
"@radix-ui/react-select": "2.2.4",
32-
"@radix-ui/react-separator": "1.1.6",
33-
"@radix-ui/react-slider": "1.3.4",
34-
"@radix-ui/react-slot": "1.2.2",
35-
"@radix-ui/react-switch": "1.2.4",
36-
"@radix-ui/react-tabs": "1.1.11",
37-
"@radix-ui/react-tooltip": "1.2.6",
29+
"@radix-ui/react-label": "2.1.7",
30+
"@radix-ui/react-radio-group": "1.3.8",
31+
"@radix-ui/react-select": "2.2.6",
32+
"@radix-ui/react-separator": "1.1.7",
33+
"@radix-ui/react-slider": "1.3.6",
34+
"@radix-ui/react-slot": "1.2.3",
35+
"@radix-ui/react-switch": "1.2.6",
36+
"@radix-ui/react-tabs": "1.1.13",
37+
"@radix-ui/react-tooltip": "1.2.8",
3838
"@reown/appkit": "1.8.4",
3939
"@reown/appkit-adapter-bitcoin": "1.8.4",
4040
"@reown/appkit-adapter-ethers": "1.8.4",
@@ -45,37 +45,37 @@
4545
"@reown/appkit-ui": "1.8.4",
4646
"@sentry/core": "8.55.0",
4747
"@sentry/nextjs": "8.55.0",
48-
"@solana/web3.js": "1.98.2",
48+
"@solana/web3.js": "1.98.4",
4949
"@tanstack/react-query": "5.75.5",
50-
"@wagmi/core": "2.20.3",
50+
"@wagmi/core": "2.21.2",
5151
"autoprefixer": "10.4.21",
5252
"class-variance-authority": "0.7.1",
5353
"classnames": "2.5.1",
5454
"clsx": "2.1.1",
5555
"ethers": "6.14.0",
5656
"next": "14.2.32",
5757
"next-themes": "0.4.6",
58-
"react": "19.1.0",
59-
"react-dom": "19.1.0",
58+
"react": "19.1.1",
59+
"react-dom": "19.1.1",
6060
"sonner": "1.7.4",
6161
"tailwind-merge": "2.6.0",
6262
"tailwindcss-animate": "1.0.7",
63-
"viem": "2.37.2",
64-
"wagmi": "2.16.9",
63+
"viem": "2.37.9",
64+
"wagmi": "2.17.5",
6565
"valtio": "2.1.7"
6666
},
6767
"devDependencies": {
6868
"@types/node": "22.13.4",
69-
"@types/react": "19.1.3",
70-
"@types/react-dom": "19.1.3",
69+
"@types/react": "19.1.15",
70+
"@types/react-dom": "19.1.9",
7171
"@mailsac/api": "1.0.8",
7272
"@reown/appkit-testing": "1.8.4",
7373
"@playwright/test": "1.48.2",
7474
"eslint": "8.56.0",
7575
"eslint-config-next": "14.1.0",
7676
"dotenv": "16.4.7",
7777
"postcss": "8.5.3",
78-
"tailwindcss": "3.4.1",
79-
"typescript": "5.8.3"
78+
"tailwindcss": "3.4.17",
79+
"typescript": "5.9.2"
8080
}
8181
}

apps/gallery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@reown/appkit-ui": "workspace:*",
1414
"@reown/appkit-scaffold-ui": "workspace:*",
1515
"lit": "3.3.0",
16-
"react": "19.1.0",
16+
"react": "19.1.1",
1717
"storybook": "9.0.15"
1818
},
1919
"devDependencies": {

apps/laboratory/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,16 @@
131131
"@safe-global/safe-apps-sdk": "9.1.0",
132132
"@sentry/browser": "7.120.3",
133133
"@sentry/react": "7.120.3",
134-
"@solana/web3.js": "1.98.2",
134+
"@solana/web3.js": "1.98.4",
135135
"@tanstack/react-query": "5.75.5",
136-
"@wagmi/connectors": "5.9.9",
137-
"@wagmi/core": "2.20.3",
136+
"@wagmi/connectors": "5.11.2",
137+
"@wagmi/core": "2.21.2",
138138
"@wallet-standard/app": "1.1.0",
139-
"@walletconnect/sign-client": "2.21.7",
140-
"@walletconnect/types": "2.21.7",
141-
"@walletconnect/universal-provider": "2.21.7",
142-
"@walletconnect/utils": "2.21.7",
143-
"axios": "1.9.0",
139+
"@walletconnect/sign-client": "2.21.9",
140+
"@walletconnect/types": "2.21.9",
141+
"@walletconnect/universal-provider": "2.21.9",
142+
"@walletconnect/utils": "2.21.9",
143+
"axios": "1.12.2",
144144
"bitcoinjs-lib": "7.0.0-rc.0",
145145
"bs58": "6.0.0",
146146
"date-fns": "4.1.0",
@@ -149,13 +149,13 @@
149149
"framer-motion": "10.18.0",
150150
"next": "15.6.0-canary.29",
151151
"next-auth": "5.0.0-beta.29",
152-
"react": "19.1.0",
153-
"react-dom": "19.1.0",
152+
"react": "19.1.1",
153+
"react-dom": "19.1.1",
154154
"react-icons": "4.12.0",
155155
"rpc-websockets": "7.11.0",
156156
"valtio": "2.1.7",
157-
"viem": "2.37.2",
158-
"wagmi": "2.16.9",
157+
"viem": "2.37.9",
158+
"wagmi": "2.17.5",
159159
"webauthn-p256": "0.0.2"
160160
},
161161
"devDependencies": {
@@ -164,8 +164,8 @@
164164
"@playwright/test": "1.48.2",
165165
"@reown/appkit-testing": "workspace:*",
166166
"@types/node": "22.13.4",
167-
"@types/react": "19.1.3",
168-
"@types/react-dom": "19.1.3",
167+
"@types/react": "19.1.15",
168+
"@types/react-dom": "19.1.9",
169169
"dotenv": "16.4.7"
170170
}
171171
}

apps/laboratory/src/components/Theming/RadioColor.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
import { Box, type RadioProps, useRadio } from '@chakra-ui/react'
1+
import { Box, type UseRadioProps, useRadio } from '@chakra-ui/react'
22

3-
export default function RadioColor(props: RadioProps) {
3+
export default function RadioColor(
4+
props: UseRadioProps & {
5+
children: string
6+
}
7+
) {
48
const { getInputProps, getRadioProps } = useRadio(props)
59

610
const input = getInputProps()

apps/pay-test-exchange/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@
1313
},
1414
"dependencies": {
1515
"@opennextjs/cloudflare": "1.5.3",
16-
"@radix-ui/react-accordion": "1.2.11",
16+
"@radix-ui/react-accordion": "1.2.12",
1717
"@radix-ui/react-icons": "1.3.2",
18-
"@radix-ui/react-slot": "1.2.2",
18+
"@radix-ui/react-slot": "1.2.3",
1919
"class-variance-authority": "0.7.1",
2020
"clsx": "2.1.1",
2121
"lucide-react": "0.525.0",
2222
"next": "15.3.5",
2323
"next-themes": "0.4.6",
24-
"react": "19.0.0",
25-
"react-dom": "19.0.0",
24+
"react": "19.1.1",
25+
"react-dom": "19.1.1",
2626
"tailwind-merge": "3.3.1",
2727
"tailwindcss-animate": "1.0.7"
2828
},
2929
"devDependencies": {
3030
"@eslint/eslintrc": "3",
3131
"@types/node": "20.19.9",
32-
"@types/react": "19.1.3",
33-
"@types/react-dom": "19.1.3",
32+
"@types/react": "19.1.15",
33+
"@types/react-dom": "19.1.9",
3434
"autoprefixer": "10.4.21",
3535
"eslint": "8.56.0",
3636
"eslint-config-next": "15.3.5",
3737
"postcss": "8.5.3",
38-
"tailwindcss": "3.4.1",
39-
"typescript": "5",
38+
"tailwindcss": "3.4.17",
39+
"typescript": "5.9.2",
4040
"wrangler": "4.25.1"
4141
}
4242
}

examples/html-ak-basic-sign-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@reown/appkit": "workspace:*",
11-
"@walletconnect/sign-client": "2.21.7",
11+
"@walletconnect/sign-client": "2.21.9",
1212
"bs58": "6.0.0"
1313
},
1414
"devDependencies": {

examples/html-ak-basic-up/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@reown/appkit": "workspace:*",
11-
"@walletconnect/universal-provider": "2.21.7",
11+
"@walletconnect/universal-provider": "2.21.9",
1212
"bs58": "6.0.0"
1313
},
1414
"devDependencies": {

examples/html-ep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vite build"
88
},
99
"dependencies": {
10-
"@walletconnect/ethereum-provider": "2.21.7"
10+
"@walletconnect/ethereum-provider": "2.21.9"
1111
},
1212
"devDependencies": {
1313
"vite": "5.4.20"

0 commit comments

Comments
 (0)