Skip to content

Commit ac78881

Browse files
committed
update dependencies (#5210)
<!-- start pr-codex --> ## PR-Codex overview This PR primarily focuses on updating various package dependencies across multiple `package.json` files, ensuring compatibility with newer versions and fixing potential issues. ### Detailed summary - Updated `vitest` from `2.1.3` to `2.1.4`. - Updated `lucide-react` from `0.453.0` to `0.454.0` in multiple apps. - Updated `shiki` from `1.22.0` to `1.22.2` in multiple apps. - Updated AWS SDK packages to `3.679.0` for `client-kms`, `3.680.0` for `client-lambda`, and `3.679.0` for `credential-providers`. - Updated `tsx` from `4.19.1` to `4.19.2`. - Updated `@playwright/test` from `1.47.2` to `1.48.2`. - Updated `@types/color` from `^3.0.6` to `4.2.0`. - Updated `knip` from `^5.33.3` to `5.34.2`. - Updated `@vitest/coverage-v8` and `@vitest/ui` to `2.1.4`. - Updated `msw` from `^2.4.12` to `^2.5.2`. - Updated `react-native-svg` from `15.7.1` to `15.8.0`. - Updated `viem` from `2.21.34` to `2.21.35`. - Adjusted various package resolutions in `pnpm-lock.yaml`. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent be0a4fc commit ac78881

File tree

10 files changed

+1768
-1852
lines changed

10 files changed

+1768
-1852
lines changed

apps/dashboard/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@chakra-ui/react": "^2.8.2",
2626
"@chakra-ui/styled-system": "^2.9.2",
2727
"@chakra-ui/theme-tools": "^2.1.2",
28-
"@coinbase/onchainkit": "^0.14.2",
28+
"@coinbase/onchainkit": "0.14.2",
2929
"@emotion/react": "11.13.3",
3030
"@emotion/styled": "11.13.0",
3131
"@hookform/resolvers": "^3.9.0",
@@ -62,13 +62,13 @@
6262
"compare-versions": "^6.1.0",
6363
"date-fns": "4.1.0",
6464
"flat": "^6.0.1",
65-
"framer-motion": "11.11.9",
65+
"framer-motion": "11.11.10",
6666
"fuse.js": "7.0.0",
6767
"input-otp": "^1.2.4",
6868
"ioredis": "^5.4.1",
6969
"ipaddr.js": "^2.2.0",
7070
"lottie-react": "^2.4.0",
71-
"lucide-react": "0.453.0",
71+
"lucide-react": "0.454.0",
7272
"next": "14.2.15",
7373
"next-plausible": "^3.12.0",
7474
"next-seo": "^6.5.0",
@@ -108,7 +108,7 @@
108108
"@chromatic-com/storybook": "2.0.2",
109109
"@next/bundle-analyzer": "14.2.15",
110110
"@next/eslint-plugin-next": "14.2.15",
111-
"@playwright/test": "1.47.2",
111+
"@playwright/test": "1.48.2",
112112
"@storybook/addon-essentials": "8.3.6",
113113
"@storybook/addon-interactions": "8.3.6",
114114
"@storybook/addon-links": "8.3.6",
@@ -118,7 +118,7 @@
118118
"@storybook/nextjs": "8.3.6",
119119
"@storybook/react": "8.3.6",
120120
"@storybook/test": "8.3.6",
121-
"@types/color": "^3.0.6",
121+
"@types/color": "4.2.0",
122122
"@types/node": "20.14.9",
123123
"@types/papaparse": "^5.3.15",
124124
"@types/pluralize": "^0.0.33",
@@ -136,7 +136,7 @@
136136
"eslint-config-biome": "1.9.3",
137137
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
138138
"eslint-plugin-storybook": "^0.9.0",
139-
"knip": "^5.33.3",
139+
"knip": "5.34.2",
140140
"next-sitemap": "^4.2.3",
141141
"postcss": "8.4.47",
142142
"storybook": "8.3.6",

apps/playground-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@tanstack/react-query": "5.59.16",
3131
"class-variance-authority": "^0.7.0",
3232
"clsx": "^2.1.1",
33-
"lucide-react": "0.453.0",
33+
"lucide-react": "0.454.0",
3434
"next": "14.2.15",
3535
"next-themes": "^0.3.0",
3636
"prettier": "^3.3.2",
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
3939
"react-pick-color": "^2.0.0",
4040
"server-only": "^0.0.1",
41-
"shiki": "1.22.0",
41+
"shiki": "1.22.2",
4242
"tailwind-merge": "^2.5.4",
4343
"thirdweb": "workspace:*",
4444
"use-debounce": "^10.0.4"

apps/portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"escape-string-regexp": "^5.0.0",
3434
"flexsearch": "^0.7.43",
3535
"github-slugger": "^2.0.0",
36-
"lucide-react": "0.453.0",
36+
"lucide-react": "0.454.0",
3737
"next": "14.2.15",
3838
"nextjs-toploader": "^1.6.12",
3939
"node-html-parser": "^6.1.13",
@@ -45,7 +45,7 @@
4545
"remark-gfm": "3.0.1",
4646
"semver": "^7.6.0",
4747
"server-only": "^0.0.1",
48-
"shiki": "1.22.0",
48+
"shiki": "1.22.2",
4949
"tailwind-merge": "^2.5.4",
5050
"tailwindcss-animate": "^1.0.7",
5151
"thirdweb": "workspace:*",
@@ -72,7 +72,7 @@
7272
"next-sitemap": "^4.2.3",
7373
"postcss": "8.4.47",
7474
"tailwindcss": "3.4.14",
75-
"tsx": "^4.19.1",
75+
"tsx": "4.19.2",
7676
"typescript": "5.6.3"
7777
}
7878
}

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"class-variance-authority": "^0.7.0",
2222
"clsx": "^2.1.1",
2323
"cmdk": "^1.0.0",
24-
"lucide-react": "0.453.0",
24+
"lucide-react": "0.454.0",
2525
"next": "14.2.15",
2626
"next-themes": "^0.3.0",
2727
"react": "18.3.1",

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@
4343
"@biomejs/biome": "1.9.4",
4444
"@changesets/changelog-github": "0.5.0",
4545
"@changesets/cli": "2.27.9",
46-
"@manypkg/cli": "0.21.4",
4746
"@manypkg/get-packages": "2.2.2",
4847
"@types/node": "20.14.9",
4948
"turbo": "2.2.3",
5049
"typescript": "5.6.3"
5150
},
52-
"manypkg": {
53-
"defaultBranch": "main"
54-
},
5551
"pnpm": {
5652
"overrides": {
5753
"got@<11.8.5": ">=11.8.5",
@@ -79,7 +75,8 @@
7975
"axios@<1.7.4": "^1.7.4",
8076
"send@<0.19.0": "^0.19.0",
8177
"elliptic@<6.5.7": "^6.5.7",
82-
"cookie@<0.7.0": "^0.7.0"
78+
"cookie@<0.7.0": "^0.7.0",
79+
"elliptic@<6.6.0": "^6.6.0"
8380
}
8481
},
8582
"packageManager": "pnpm@9.11.0"

packages/react-native-adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"src/*"
2929
],
3030
"dependencies": {
31-
"@aws-sdk/client-kms": "3.678.0",
32-
"@aws-sdk/client-lambda": "3.678.0",
33-
"@aws-sdk/credential-providers": "3.678.0",
31+
"@aws-sdk/client-kms": "3.679.0",
32+
"@aws-sdk/client-lambda": "3.680.0",
33+
"@aws-sdk/credential-providers": "3.679.0",
3434
"@mobile-wallet-protocol/client": "0.1.1",
3535
"@walletconnect/react-native-compat": "2.17.1"
3636
},

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@cloudflare/workers-types": "4.20241022.0",
5353
"@types/node": "20.14.9",
5454
"typescript": "5.6.3",
55-
"vitest": "2.1.3"
55+
"vitest": "2.1.4"
5656
},
5757
"scripts": {
5858
"format": "biome format ./src --write",

packages/thirdweb/knip.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
"ignore": ["src/**/__generated__/**"],
66
"ignoreBinaries": ["printf"],
77
"ignoreDependencies": [
8-
"@codspeed/vitest-plugin",
98
"@testing-library/jest-dom",
109
"tslib",
11-
"dotenv-mono",
12-
"@size-limit/preset-big-lib",
13-
"@viem/anvil",
14-
"@vitest/coverage-v8"
10+
"@size-limit/preset-big-lib"
1511
],
1612
"rules": {
1713
"optionalPeerDependencies": "off",

packages/thirdweb/package.json

Lines changed: 28 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -127,60 +127,24 @@
127127
},
128128
"typesVersions": {
129129
"*": {
130-
"adapters/*": [
131-
"./dist/types/exports/adapters/*.d.ts"
132-
],
133-
"auth": [
134-
"./dist/types/exports/auth.d.ts"
135-
],
136-
"chains": [
137-
"./dist/types/exports/chains.d.ts"
138-
],
139-
"contract": [
140-
"./dist/types/exports/contract.d.ts"
141-
],
142-
"deploys": [
143-
"./dist/types/exports/deploys.d.ts"
144-
],
145-
"event": [
146-
"./dist/types/exports/event.d.ts"
147-
],
148-
"extensions/*": [
149-
"./dist/types/exports/extensions/*.d.ts"
150-
],
151-
"pay": [
152-
"./dist/types/exports/pay.d.ts"
153-
],
154-
"react": [
155-
"./dist/types/exports/react.d.ts"
156-
],
157-
"react-native": [
158-
"./dist/types/exports/react-native.d.ts"
159-
],
160-
"rpc": [
161-
"./dist/types/exports/rpc.d.ts"
162-
],
163-
"storage": [
164-
"./dist/types/exports/storage.d.ts"
165-
],
166-
"transaction": [
167-
"./dist/types/exports/transaction.d.ts"
168-
],
169-
"utils": [
170-
"./dist/types/exports/utils.d.ts"
171-
],
172-
"wallets": [
173-
"./dist/types/exports/wallets.d.ts"
174-
],
175-
"wallets/*": [
176-
"./dist/types/exports/wallets/*.d.ts"
177-
],
178-
"modules": [
179-
"./dist/types/exports/modules.d.ts"
180-
],
181-
"social": [
182-
"./dist/types/exports/social.d.ts"
183-
]
130+
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
131+
"auth": ["./dist/types/exports/auth.d.ts"],
132+
"chains": ["./dist/types/exports/chains.d.ts"],
133+
"contract": ["./dist/types/exports/contract.d.ts"],
134+
"deploys": ["./dist/types/exports/deploys.d.ts"],
135+
"event": ["./dist/types/exports/event.d.ts"],
136+
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
137+
"pay": ["./dist/types/exports/pay.d.ts"],
138+
"react": ["./dist/types/exports/react.d.ts"],
139+
"react-native": ["./dist/types/exports/react-native.d.ts"],
140+
"rpc": ["./dist/types/exports/rpc.d.ts"],
141+
"storage": ["./dist/types/exports/storage.d.ts"],
142+
"transaction": ["./dist/types/exports/transaction.d.ts"],
143+
"utils": ["./dist/types/exports/utils.d.ts"],
144+
"wallets": ["./dist/types/exports/wallets.d.ts"],
145+
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
146+
"modules": ["./dist/types/exports/modules.d.ts"],
147+
"social": ["./dist/types/exports/social.d.ts"]
184148
}
185149
},
186150
"browser": {
@@ -218,7 +182,7 @@
218182
"input-otp": "^1.2.4",
219183
"mipd": "0.0.7",
220184
"uqr": "0.1.2",
221-
"viem": "2.21.34"
185+
"viem": "2.21.35"
222186
},
223187
"peerDependencies": {
224188
"@aws-sdk/client-lambda": "^3",
@@ -318,9 +282,9 @@
318282
"node": ">=18"
319283
},
320284
"devDependencies": {
321-
"@aws-sdk/client-kms": "3.678.0",
322-
"@aws-sdk/client-lambda": "3.678.0",
323-
"@aws-sdk/credential-providers": "3.678.0",
285+
"@aws-sdk/client-kms": "3.679.0",
286+
"@aws-sdk/client-lambda": "3.680.0",
287+
"@aws-sdk/credential-providers": "3.679.0",
324288
"@biomejs/biome": "1.9.4",
325289
"@chromatic-com/storybook": "2.0.2",
326290
"@codspeed/vitest-plugin": "3.1.1",
@@ -342,31 +306,31 @@
342306
"@types/react": "^18.3.11",
343307
"@viem/anvil": "0.0.10",
344308
"@vitejs/plugin-react": "^4.3.3",
345-
"@vitest/coverage-v8": "2.1.3",
346-
"@vitest/ui": "2.1.3",
309+
"@vitest/coverage-v8": "2.1.4",
310+
"@vitest/ui": "2.1.4",
347311
"cross-spawn": "7.0.3",
348312
"dotenv-mono": "^1.3.14",
349313
"ethers5": "npm:ethers@5",
350314
"ethers6": "npm:ethers@6",
351315
"expo-linking": "6.3.1",
352316
"expo-web-browser": "13.0.3",
353317
"happy-dom": "^15.7.4",
354-
"knip": "^5.33.3",
355-
"msw": "^2.4.12",
318+
"knip": "5.34.2",
319+
"msw": "^2.5.2",
356320
"prettier": "^3.3.2",
357321
"react": "18.3.1",
358322
"react-native": "0.76.0",
359323
"react-native-aes-gcm-crypto": "0.2.2",
360324
"react-native-passkey": "3.0.0-beta2",
361325
"react-native-quick-crypto": "0.7.5",
362-
"react-native-svg": "15.7.1",
326+
"react-native-svg": "15.8.0",
363327
"rimraf": "6.0.1",
364328
"sharp": "^0.33.5",
365329
"size-limit": "11.1.6",
366330
"storybook": "8.3.6",
367331
"typedoc": "0.26.10",
368332
"typescript": "5.6.3",
369333
"vite": "5.4.10",
370-
"vitest": "2.1.3"
334+
"vitest": "2.1.4"
371335
}
372336
}

0 commit comments

Comments
 (0)