Skip to content

Commit 22dc4d7

Browse files
authored
update dependencies (#6678)
1 parent 3074e7c commit 22dc4d7

File tree

7 files changed

+863
-934
lines changed

7 files changed

+863
-934
lines changed

apps/dashboard/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
"@emotion/styled": "11.14.0",
3030
"@hookform/resolvers": "^3.9.1",
3131
"@marsidev/react-turnstile": "^1.1.0",
32-
"@radix-ui/react-accordion": "^1.2.3",
33-
"@radix-ui/react-alert-dialog": "^1.1.6",
34-
"@radix-ui/react-avatar": "^1.1.3",
35-
"@radix-ui/react-checkbox": "^1.1.4",
36-
"@radix-ui/react-dialog": "1.1.6",
37-
"@radix-ui/react-dropdown-menu": "^2.1.6",
38-
"@radix-ui/react-hover-card": "^1.1.6",
39-
"@radix-ui/react-label": "^2.1.2",
40-
"@radix-ui/react-popover": "^1.1.6",
41-
"@radix-ui/react-progress": "^1.1.2",
42-
"@radix-ui/react-radio-group": "^1.2.3",
43-
"@radix-ui/react-select": "^2.1.6",
44-
"@radix-ui/react-separator": "^1.1.2",
45-
"@radix-ui/react-slot": "^1.1.2",
46-
"@radix-ui/react-switch": "^1.1.3",
47-
"@radix-ui/react-tooltip": "1.1.8",
48-
"@sentry/nextjs": "9.11.0",
32+
"@radix-ui/react-accordion": "^1.2.4",
33+
"@radix-ui/react-alert-dialog": "^1.1.7",
34+
"@radix-ui/react-avatar": "^1.1.4",
35+
"@radix-ui/react-checkbox": "^1.1.5",
36+
"@radix-ui/react-dialog": "1.1.7",
37+
"@radix-ui/react-dropdown-menu": "^2.1.7",
38+
"@radix-ui/react-hover-card": "^1.1.7",
39+
"@radix-ui/react-label": "^2.1.3",
40+
"@radix-ui/react-popover": "^1.1.7",
41+
"@radix-ui/react-progress": "^1.1.3",
42+
"@radix-ui/react-radio-group": "^1.2.4",
43+
"@radix-ui/react-select": "^2.1.7",
44+
"@radix-ui/react-separator": "^1.1.3",
45+
"@radix-ui/react-slot": "^1.2.0",
46+
"@radix-ui/react-switch": "^1.1.4",
47+
"@radix-ui/react-tooltip": "1.2.0",
48+
"@sentry/nextjs": "9.12.0",
4949
"@shazow/whatsabi": "0.21.0",
50-
"@tanstack/react-query": "5.71.10",
50+
"@tanstack/react-query": "5.72.1",
5151
"@tanstack/react-table": "^8.21.2",
5252
"@thirdweb-dev/service-utils": "workspace:*",
5353
"@vercel/functions": "2.0.0",
@@ -68,7 +68,7 @@
6868
"input-otp": "^1.4.1",
6969
"ioredis": "^5.6.0",
7070
"ipaddr.js": "^2.2.0",
71-
"lucide-react": "0.483.0",
71+
"lucide-react": "0.487.0",
7272
"next": "15.2.4",
7373
"next-plausible": "^3.12.4",
7474
"next-themes": "^0.4.6",
@@ -96,7 +96,7 @@
9696
"sonner": "2.0.3",
9797
"spdx-correct": "^3.2.0",
9898
"stripe": "17.7.0",
99-
"swagger-ui-react": "^5.20.6",
99+
"swagger-ui-react": "^5.20.7",
100100
"tailwind-merge": "^2.6.0",
101101
"tailwindcss-animate": "^1.0.7",
102102
"thirdweb": "workspace:*",
@@ -135,9 +135,9 @@
135135
"checkly": "5.2.0",
136136
"eslint": "8.57.0",
137137
"eslint-config-biome": "1.9.4",
138-
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
138+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
139139
"eslint-plugin-storybook": "0.12.0",
140-
"knip": "5.46.5",
140+
"knip": "5.47.0",
141141
"next-sitemap": "^4.2.3",
142142
"postcss": "8.5.3",
143143
"storybook": "8.6.12",

apps/login/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@radix-ui/react-dropdown-menu": "^2.1.6",
18-
"@radix-ui/react-label": "^2.1.2",
19-
"@radix-ui/react-select": "^2.1.6",
20-
"@radix-ui/react-separator": "^1.1.2",
21-
"@radix-ui/react-slot": "^1.1.2",
22-
"@radix-ui/react-switch": "^1.1.3",
23-
"@radix-ui/react-tooltip": "1.1.8",
17+
"@radix-ui/react-dropdown-menu": "^2.1.7",
18+
"@radix-ui/react-label": "^2.1.3",
19+
"@radix-ui/react-select": "^2.1.7",
20+
"@radix-ui/react-separator": "^1.1.3",
21+
"@radix-ui/react-slot": "^1.2.0",
22+
"@radix-ui/react-switch": "^1.1.4",
23+
"@radix-ui/react-tooltip": "1.2.0",
2424
"class-variance-authority": "^0.7.1",
2525
"clsx": "^2.1.1",
2626
"jose": "6.0.10",
27-
"lucide-react": "0.483.0",
27+
"lucide-react": "0.487.0",
2828
"next": "15.2.4",
2929
"next-themes": "^0.4.6",
3030
"react": "19.1.0",
@@ -40,7 +40,7 @@
4040
"@types/node": "22.14.0",
4141
"@types/react": "19.1.0",
4242
"@types/react-dom": "19.1.1",
43-
"eslint": "9.22.0",
43+
"eslint": "9.24.0",
4444
"eslint-config-next": "15.2.4",
4545
"postcss": "8.5.3",
4646
"tailwindcss": "3.4.17",

apps/playground-web/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
"@abstract-foundation/agw-client": "^1.6.2",
1919
"@abstract-foundation/agw-react": "^1.5.4",
2020
"@hookform/resolvers": "^3.9.1",
21-
"@radix-ui/react-accordion": "^1.2.3",
22-
"@radix-ui/react-checkbox": "^1.1.4",
23-
"@radix-ui/react-dialog": "1.1.6",
24-
"@radix-ui/react-dropdown-menu": "^2.1.6",
25-
"@radix-ui/react-label": "^2.1.2",
26-
"@radix-ui/react-popover": "^1.1.6",
27-
"@radix-ui/react-radio-group": "^1.2.3",
28-
"@radix-ui/react-scroll-area": "^1.2.3",
29-
"@radix-ui/react-select": "^2.1.6",
30-
"@radix-ui/react-separator": "^1.1.2",
31-
"@radix-ui/react-slot": "^1.1.2",
32-
"@radix-ui/react-switch": "^1.1.3",
33-
"@radix-ui/react-tabs": "^1.1.3",
34-
"@radix-ui/react-tooltip": "1.1.8",
35-
"@tanstack/react-query": "5.71.10",
21+
"@radix-ui/react-accordion": "^1.2.4",
22+
"@radix-ui/react-checkbox": "^1.1.5",
23+
"@radix-ui/react-dialog": "1.1.7",
24+
"@radix-ui/react-dropdown-menu": "^2.1.7",
25+
"@radix-ui/react-label": "^2.1.3",
26+
"@radix-ui/react-popover": "^1.1.7",
27+
"@radix-ui/react-radio-group": "^1.2.4",
28+
"@radix-ui/react-scroll-area": "^1.2.4",
29+
"@radix-ui/react-select": "^2.1.7",
30+
"@radix-ui/react-separator": "^1.1.3",
31+
"@radix-ui/react-slot": "^1.2.0",
32+
"@radix-ui/react-switch": "^1.1.4",
33+
"@radix-ui/react-tabs": "^1.1.4",
34+
"@radix-ui/react-tooltip": "1.2.0",
35+
"@tanstack/react-query": "5.72.1",
3636
"@thirdweb-dev/engine": "^0.0.18",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"jose": "6.0.10",
40-
"lucide-react": "0.483.0",
40+
"lucide-react": "0.487.0",
4141
"next": "15.2.4",
4242
"next-themes": "^0.4.6",
4343
"nextjs-toploader": "^1.6.12",
@@ -62,7 +62,7 @@
6262
"@types/react-dom": "19.1.1",
6363
"eslint": "8.57.0",
6464
"eslint-config-next": "15.2.4",
65-
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
65+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
6666
"postcss": "8.5.3",
6767
"tailwindcss": "3.4.17",
6868
"tailwindcss-animate": "^1.0.7",

apps/portal/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
"@mdx-js/loader": "^2.3.0",
2323
"@mdx-js/react": "^2.3.0",
2424
"@next/mdx": "15.2.4",
25-
"@radix-ui/react-dialog": "1.1.6",
26-
"@radix-ui/react-dropdown-menu": "^2.1.6",
27-
"@radix-ui/react-select": "^2.1.6",
28-
"@radix-ui/react-slot": "^1.1.2",
29-
"@radix-ui/react-tabs": "^1.1.3",
30-
"@tanstack/react-query": "5.71.10",
25+
"@radix-ui/react-dialog": "1.1.7",
26+
"@radix-ui/react-dropdown-menu": "^2.1.7",
27+
"@radix-ui/react-select": "^2.1.7",
28+
"@radix-ui/react-slot": "^1.2.0",
29+
"@radix-ui/react-tabs": "^1.1.4",
30+
"@tanstack/react-query": "5.72.1",
3131
"@tryghost/content-api": "^1.11.21",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
3434
"date-fns": "4.1.0",
3535
"flexsearch": "^0.7.43",
3636
"github-slugger": "^2.0.0",
3737
"he": "^1.2.0",
38-
"lucide-react": "0.483.0",
38+
"lucide-react": "0.487.0",
3939
"next": "15.2.4",
4040
"nextjs-toploader": "^1.6.12",
4141
"node-html-markdown": "^1.3.0",
@@ -69,10 +69,10 @@
6969
"autoprefixer": "^10.4.21",
7070
"eslint": "8.57.0",
7171
"eslint-config-biome": "1.9.4",
72-
"eslint-plugin-mdx": "3.3.2",
72+
"eslint-plugin-mdx": "3.4.0",
7373
"eslint-plugin-svg-jsx": "^1.2.4",
7474
"eslint-plugin-tailwindcss": "^3.18.0",
75-
"knip": "5.46.5",
75+
"knip": "5.47.0",
7676
"next-sitemap": "^4.2.3",
7777
"postcss": "8.5.3",
7878
"tailwindcss": "3.4.17",

apps/wallet-ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@hookform/resolvers": "^3.9.1",
14-
"@radix-ui/react-dialog": "1.1.6",
15-
"@radix-ui/react-label": "^2.1.2",
16-
"@radix-ui/react-popover": "^1.1.6",
17-
"@radix-ui/react-slot": "^1.1.2",
18-
"@tanstack/react-query": "5.71.10",
14+
"@radix-ui/react-dialog": "1.1.7",
15+
"@radix-ui/react-label": "^2.1.3",
16+
"@radix-ui/react-popover": "^1.1.7",
17+
"@radix-ui/react-slot": "^1.2.0",
18+
"@tanstack/react-query": "5.72.1",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
2121
"cmdk": "^1.1.1",
22-
"lucide-react": "0.483.0",
22+
"lucide-react": "0.487.0",
2323
"next": "15.2.4",
2424
"next-themes": "^0.4.6",
2525
"react": "19.1.0",
@@ -42,8 +42,8 @@
4242
"@typescript-eslint/parser": "7.14.1",
4343
"eslint": "8.57.0",
4444
"eslint-config-biome": "1.9.4",
45-
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
46-
"knip": "5.46.5",
45+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
46+
"knip": "5.47.0",
4747
"postcss": "8.5.3",
4848
"postcss-load-config": "^6.0.1",
4949
"tailwindcss": "3.4.17",

packages/thirdweb/package.json

Lines changed: 25 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -137,66 +137,26 @@
137137
},
138138
"typesVersions": {
139139
"*": {
140-
"adapters/*": [
141-
"./dist/types/exports/adapters/*.d.ts"
142-
],
143-
"auth": [
144-
"./dist/types/exports/auth.d.ts"
145-
],
146-
"chains": [
147-
"./dist/types/exports/chains.d.ts"
148-
],
149-
"contract": [
150-
"./dist/types/exports/contract.d.ts"
151-
],
152-
"deploys": [
153-
"./dist/types/exports/deploys.d.ts"
154-
],
155-
"event": [
156-
"./dist/types/exports/event.d.ts"
157-
],
158-
"extensions/*": [
159-
"./dist/types/exports/extensions/*.d.ts"
160-
],
161-
"pay": [
162-
"./dist/types/exports/pay.d.ts"
163-
],
164-
"react": [
165-
"./dist/types/exports/react.d.ts"
166-
],
167-
"react-native": [
168-
"./dist/types/exports/react-native.d.ts"
169-
],
170-
"rpc": [
171-
"./dist/types/exports/rpc.d.ts"
172-
],
173-
"storage": [
174-
"./dist/types/exports/storage.d.ts"
175-
],
176-
"transaction": [
177-
"./dist/types/exports/transaction.d.ts"
178-
],
179-
"utils": [
180-
"./dist/types/exports/utils.d.ts"
181-
],
182-
"wallets": [
183-
"./dist/types/exports/wallets.d.ts"
184-
],
185-
"wallets/*": [
186-
"./dist/types/exports/wallets/*.d.ts"
187-
],
188-
"modules": [
189-
"./dist/types/exports/modules.d.ts"
190-
],
191-
"social": [
192-
"./dist/types/exports/social.d.ts"
193-
],
194-
"ai": [
195-
"./dist/types/exports/ai.d.ts"
196-
],
197-
"bridge": [
198-
"./dist/types/exports/bridge.d.ts"
199-
]
140+
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
141+
"auth": ["./dist/types/exports/auth.d.ts"],
142+
"chains": ["./dist/types/exports/chains.d.ts"],
143+
"contract": ["./dist/types/exports/contract.d.ts"],
144+
"deploys": ["./dist/types/exports/deploys.d.ts"],
145+
"event": ["./dist/types/exports/event.d.ts"],
146+
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
147+
"pay": ["./dist/types/exports/pay.d.ts"],
148+
"react": ["./dist/types/exports/react.d.ts"],
149+
"react-native": ["./dist/types/exports/react-native.d.ts"],
150+
"rpc": ["./dist/types/exports/rpc.d.ts"],
151+
"storage": ["./dist/types/exports/storage.d.ts"],
152+
"transaction": ["./dist/types/exports/transaction.d.ts"],
153+
"utils": ["./dist/types/exports/utils.d.ts"],
154+
"wallets": ["./dist/types/exports/wallets.d.ts"],
155+
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
156+
"modules": ["./dist/types/exports/modules.d.ts"],
157+
"social": ["./dist/types/exports/social.d.ts"],
158+
"ai": ["./dist/types/exports/ai.d.ts"],
159+
"bridge": ["./dist/types/exports/bridge.d.ts"]
200160
}
201161
},
202162
"browser": {
@@ -221,11 +181,11 @@
221181
"@noble/curves": "1.8.1",
222182
"@noble/hashes": "1.7.1",
223183
"@passwordless-id/webauthn": "^2.1.2",
224-
"@radix-ui/react-dialog": "1.1.6",
225-
"@radix-ui/react-focus-scope": "1.1.2",
184+
"@radix-ui/react-dialog": "1.1.7",
185+
"@radix-ui/react-focus-scope": "1.1.3",
226186
"@radix-ui/react-icons": "1.3.2",
227-
"@radix-ui/react-tooltip": "1.1.8",
228-
"@tanstack/react-query": "5.71.10",
187+
"@radix-ui/react-tooltip": "1.2.0",
188+
"@tanstack/react-query": "5.72.1",
229189
"@walletconnect/ethereum-provider": "2.19.1",
230190
"@walletconnect/sign-client": "2.19.1",
231191
"abitype": "1.0.8",
@@ -374,7 +334,7 @@
374334
"expo-linking": "7.0.5",
375335
"expo-web-browser": "14.0.2",
376336
"happy-dom": "17.4.4",
377-
"knip": "5.46.5",
337+
"knip": "5.47.0",
378338
"msw": "2.7.3",
379339
"prettier": "3.5.3",
380340
"react": "19.1.0",

0 commit comments

Comments
 (0)