Skip to content

Commit

Permalink
update dependencies (#5749)
Browse files Browse the repository at this point in the history
fixes: DASH-631

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating various package versions across multiple projects, particularly enhancing dependencies related to `@radix-ui` components and improving the version of `@cloudflare/workers-types`.

### Detailed summary
- Updated `@cloudflare/workers-types` from `4.20241205.0` to `4.20241216.0`.
- Updated multiple `@radix-ui` packages to newer versions (e.g., `@radix-ui/react-dialog` from `1.1.2` to `1.1.3`).
- Updated `knip` from `5.39.4` to `5.40.0`.
- Updated `typedoc` from `0.27.4` to `0.27.5`.
- Updated `framer-motion` from `11.13.5` to `11.15.0`.
- Updated `@walletconnect` packages from `2.17.2` to `2.17.3`.
- Updated `viem` from `2.21.54` to `2.21.55`.
- Updated `@thirdweb-dev/engine` from `^0.0.16` to `^0.0.17`.
- Updated `@sentry/nextjs` from `8.43.0` to `8.45.1`.
- Updated `@shazow/whatsabi` from `^0.17.0` to `^0.18.0`.

> 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 Dec 16, 2024
1 parent 7fc6191 commit c5294da
Show file tree
Hide file tree
Showing 7 changed files with 940 additions and 913 deletions.
44 changes: 22 additions & 22 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
"@hookform/resolvers": "^3.9.1",
"@marsidev/react-turnstile": "^1.1.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "1.1.4",
"@sentry/nextjs": "8.43.0",
"@shazow/whatsabi": "^0.17.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-hover-card": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "1.1.5",
"@sentry/nextjs": "8.45.1",
"@shazow/whatsabi": "^0.18.0",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-table": "^8.20.6",
"@thirdweb-dev/service-utils": "workspace:*",
"@vercel/functions": "^1.5.1",
"@vercel/functions": "^1.5.2",
"@vercel/og": "^0.6.4",
"abitype": "1.0.7",
"chakra-react-select": "^4.7.6",
Expand All @@ -62,7 +62,7 @@
"date-fns": "4.1.0",
"fetch-event-stream": "0.1.5",
"flat": "^6.0.1",
"framer-motion": "11.13.5",
"framer-motion": "11.15.0",
"fuse.js": "7.0.0",
"input-otp": "^1.4.1",
"ioredis": "^5.4.1",
Expand Down Expand Up @@ -133,7 +133,7 @@
"eslint-config-biome": "1.9.4",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-storybook": "^0.11.1",
"knip": "5.39.4",
"knip": "5.40.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.49",
"storybook": "8.4.7",
Expand Down
30 changes: 15 additions & 15 deletions apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"fix": "eslint ./src --fix"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "1.1.4",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "1.1.5",
"@tanstack/react-query": "5.62.7",
"@thirdweb-dev/engine": "^0.0.16",
"@thirdweb-dev/engine": "^0.0.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "0.468.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "15.1.0",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-dialog": "1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@tanstack/react-query": "5.62.7",
"@tryghost/content-api": "^1.11.21",
"class-variance-authority": "^0.7.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@noble/curves": "1.7.0",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-dialog": "1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-query": "5.62.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -44,7 +44,7 @@
"eslint": "8.57.0",
"eslint-config-biome": "1.9.4",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"knip": "5.39.4",
"knip": "5.40.0",
"postcss": "8.4.49",
"postcss-load-config": "^6.0.1",
"tailwindcss": "3.4.16",
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 @@ -49,7 +49,7 @@
"zod": "3.24.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241205.0",
"@cloudflare/workers-types": "4.20241216.0",
"@types/node": "22.10.2",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
20 changes: 10 additions & 10 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,20 +206,20 @@
"@noble/curves": "1.7.0",
"@noble/hashes": "1.6.1",
"@passwordless-id/webauthn": "^2.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-focus-scope": "1.1.0",
"@radix-ui/react-dialog": "1.1.3",
"@radix-ui/react-focus-scope": "1.1.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-tooltip": "1.1.4",
"@radix-ui/react-tooltip": "1.1.5",
"@tanstack/react-query": "5.62.7",
"@walletconnect/ethereum-provider": "2.17.2",
"@walletconnect/sign-client": "2.17.2",
"@walletconnect/ethereum-provider": "2.17.3",
"@walletconnect/sign-client": "2.17.3",
"abitype": "1.0.7",
"fuse.js": "7.0.0",
"input-otp": "^1.4.1",
"mipd": "0.0.7",
"ox": "0.4.1",
"ox": "0.4.2",
"uqr": "0.1.2",
"viem": "2.21.54"
"viem": "2.21.55"
},
"peerDependencies": {
"@aws-sdk/client-lambda": "^3",
Expand Down Expand Up @@ -354,8 +354,8 @@
"expo-linking": "7.0.3",
"expo-web-browser": "14.0.1",
"happy-dom": "15.11.7",
"knip": "5.39.4",
"msw": "2.6.8",
"knip": "5.40.0",
"msw": "2.6.9",
"prettier": "3.3.3",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand All @@ -368,7 +368,7 @@
"sharp": "^0.33.5",
"size-limit": "11.1.6",
"storybook": "8.4.7",
"typedoc": "0.27.4",
"typedoc": "0.27.5",
"typedoc-better-json": "0.9.4",
"typescript": "5.7.2",
"vite": "6.0.3",
Expand Down
Loading

0 comments on commit c5294da

Please sign in to comment.