Skip to content

Commit

Permalink
update dependencies (#5210)
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
jnsdls committed Oct 28, 2024
1 parent be0a4fc commit ac78881
Show file tree
Hide file tree
Showing 10 changed files with 1,768 additions and 1,852 deletions.
12 changes: 6 additions & 6 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@coinbase/onchainkit": "^0.14.2",
"@coinbase/onchainkit": "0.14.2",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@hookform/resolvers": "^3.9.0",
Expand Down Expand Up @@ -62,13 +62,13 @@
"compare-versions": "^6.1.0",
"date-fns": "4.1.0",
"flat": "^6.0.1",
"framer-motion": "11.11.9",
"framer-motion": "11.11.10",
"fuse.js": "7.0.0",
"input-otp": "^1.2.4",
"ioredis": "^5.4.1",
"ipaddr.js": "^2.2.0",
"lottie-react": "^2.4.0",
"lucide-react": "0.453.0",
"lucide-react": "0.454.0",
"next": "14.2.15",
"next-plausible": "^3.12.0",
"next-seo": "^6.5.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@chromatic-com/storybook": "2.0.2",
"@next/bundle-analyzer": "14.2.15",
"@next/eslint-plugin-next": "14.2.15",
"@playwright/test": "1.47.2",
"@playwright/test": "1.48.2",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
Expand All @@ -118,7 +118,7 @@
"@storybook/nextjs": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/test": "8.3.6",
"@types/color": "^3.0.6",
"@types/color": "4.2.0",
"@types/node": "20.14.9",
"@types/papaparse": "^5.3.15",
"@types/pluralize": "^0.0.33",
Expand All @@ -136,7 +136,7 @@
"eslint-config-biome": "1.9.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"eslint-plugin-storybook": "^0.9.0",
"knip": "^5.33.3",
"knip": "5.34.2",
"next-sitemap": "^4.2.3",
"postcss": "8.4.47",
"storybook": "8.3.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@tanstack/react-query": "5.59.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.453.0",
"lucide-react": "0.454.0",
"next": "14.2.15",
"next-themes": "^0.3.0",
"prettier": "^3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-pick-color": "^2.0.0",
"server-only": "^0.0.1",
"shiki": "1.22.0",
"shiki": "1.22.2",
"tailwind-merge": "^2.5.4",
"thirdweb": "workspace:*",
"use-debounce": "^10.0.4"
Expand Down
6 changes: 3 additions & 3 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.43",
"github-slugger": "^2.0.0",
"lucide-react": "0.453.0",
"lucide-react": "0.454.0",
"next": "14.2.15",
"nextjs-toploader": "^1.6.12",
"node-html-parser": "^6.1.13",
Expand All @@ -45,7 +45,7 @@
"remark-gfm": "3.0.1",
"semver": "^7.6.0",
"server-only": "^0.0.1",
"shiki": "1.22.0",
"shiki": "1.22.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "workspace:*",
Expand All @@ -72,7 +72,7 @@
"next-sitemap": "^4.2.3",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"tsx": "^4.19.1",
"tsx": "4.19.2",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion apps/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"lucide-react": "0.453.0",
"lucide-react": "0.454.0",
"next": "14.2.15",
"next-themes": "^0.3.0",
"react": "18.3.1",
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,11 @@
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@manypkg/cli": "0.21.4",
"@manypkg/get-packages": "2.2.2",
"@types/node": "20.14.9",
"turbo": "2.2.3",
"typescript": "5.6.3"
},
"manypkg": {
"defaultBranch": "main"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
Expand Down Expand Up @@ -79,7 +75,8 @@
"axios@<1.7.4": "^1.7.4",
"send@<0.19.0": "^0.19.0",
"elliptic@<6.5.7": "^6.5.7",
"cookie@<0.7.0": "^0.7.0"
"cookie@<0.7.0": "^0.7.0",
"elliptic@<6.6.0": "^6.6.0"
}
},
"packageManager": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"src/*"
],
"dependencies": {
"@aws-sdk/client-kms": "3.678.0",
"@aws-sdk/client-lambda": "3.678.0",
"@aws-sdk/credential-providers": "3.678.0",
"@aws-sdk/client-kms": "3.679.0",
"@aws-sdk/client-lambda": "3.680.0",
"@aws-sdk/credential-providers": "3.679.0",
"@mobile-wallet-protocol/client": "0.1.1",
"@walletconnect/react-native-compat": "2.17.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@cloudflare/workers-types": "4.20241022.0",
"@types/node": "20.14.9",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.4"
},
"scripts": {
"format": "biome format ./src --write",
Expand Down
6 changes: 1 addition & 5 deletions packages/thirdweb/knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
"ignore": ["src/**/__generated__/**"],
"ignoreBinaries": ["printf"],
"ignoreDependencies": [
"@codspeed/vitest-plugin",
"@testing-library/jest-dom",
"tslib",
"dotenv-mono",
"@size-limit/preset-big-lib",
"@viem/anvil",
"@vitest/coverage-v8"
"@size-limit/preset-big-lib"
],
"rules": {
"optionalPeerDependencies": "off",
Expand Down
92 changes: 28 additions & 64 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,60 +127,24 @@
},
"typesVersions": {
"*": {
"adapters/*": [
"./dist/types/exports/adapters/*.d.ts"
],
"auth": [
"./dist/types/exports/auth.d.ts"
],
"chains": [
"./dist/types/exports/chains.d.ts"
],
"contract": [
"./dist/types/exports/contract.d.ts"
],
"deploys": [
"./dist/types/exports/deploys.d.ts"
],
"event": [
"./dist/types/exports/event.d.ts"
],
"extensions/*": [
"./dist/types/exports/extensions/*.d.ts"
],
"pay": [
"./dist/types/exports/pay.d.ts"
],
"react": [
"./dist/types/exports/react.d.ts"
],
"react-native": [
"./dist/types/exports/react-native.d.ts"
],
"rpc": [
"./dist/types/exports/rpc.d.ts"
],
"storage": [
"./dist/types/exports/storage.d.ts"
],
"transaction": [
"./dist/types/exports/transaction.d.ts"
],
"utils": [
"./dist/types/exports/utils.d.ts"
],
"wallets": [
"./dist/types/exports/wallets.d.ts"
],
"wallets/*": [
"./dist/types/exports/wallets/*.d.ts"
],
"modules": [
"./dist/types/exports/modules.d.ts"
],
"social": [
"./dist/types/exports/social.d.ts"
]
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
"auth": ["./dist/types/exports/auth.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"contract": ["./dist/types/exports/contract.d.ts"],
"deploys": ["./dist/types/exports/deploys.d.ts"],
"event": ["./dist/types/exports/event.d.ts"],
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
"pay": ["./dist/types/exports/pay.d.ts"],
"react": ["./dist/types/exports/react.d.ts"],
"react-native": ["./dist/types/exports/react-native.d.ts"],
"rpc": ["./dist/types/exports/rpc.d.ts"],
"storage": ["./dist/types/exports/storage.d.ts"],
"transaction": ["./dist/types/exports/transaction.d.ts"],
"utils": ["./dist/types/exports/utils.d.ts"],
"wallets": ["./dist/types/exports/wallets.d.ts"],
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
"modules": ["./dist/types/exports/modules.d.ts"],
"social": ["./dist/types/exports/social.d.ts"]
}
},
"browser": {
Expand Down Expand Up @@ -218,7 +182,7 @@
"input-otp": "^1.2.4",
"mipd": "0.0.7",
"uqr": "0.1.2",
"viem": "2.21.34"
"viem": "2.21.35"
},
"peerDependencies": {
"@aws-sdk/client-lambda": "^3",
Expand Down Expand Up @@ -318,9 +282,9 @@
"node": ">=18"
},
"devDependencies": {
"@aws-sdk/client-kms": "3.678.0",
"@aws-sdk/client-lambda": "3.678.0",
"@aws-sdk/credential-providers": "3.678.0",
"@aws-sdk/client-kms": "3.679.0",
"@aws-sdk/client-lambda": "3.680.0",
"@aws-sdk/credential-providers": "3.679.0",
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "2.0.2",
"@codspeed/vitest-plugin": "3.1.1",
Expand All @@ -342,31 +306,31 @@
"@types/react": "^18.3.11",
"@viem/anvil": "0.0.10",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"cross-spawn": "7.0.3",
"dotenv-mono": "^1.3.14",
"ethers5": "npm:ethers@5",
"ethers6": "npm:ethers@6",
"expo-linking": "6.3.1",
"expo-web-browser": "13.0.3",
"happy-dom": "^15.7.4",
"knip": "^5.33.3",
"msw": "^2.4.12",
"knip": "5.34.2",
"msw": "^2.5.2",
"prettier": "^3.3.2",
"react": "18.3.1",
"react-native": "0.76.0",
"react-native-aes-gcm-crypto": "0.2.2",
"react-native-passkey": "3.0.0-beta2",
"react-native-quick-crypto": "0.7.5",
"react-native-svg": "15.7.1",
"react-native-svg": "15.8.0",
"rimraf": "6.0.1",
"sharp": "^0.33.5",
"size-limit": "11.1.6",
"storybook": "8.3.6",
"typedoc": "0.26.10",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "2.1.3"
"vitest": "2.1.4"
}
}
Loading

0 comments on commit ac78881

Please sign in to comment.