Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@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.3",
"@sentry/nextjs": "8.37.1",
"@radix-ui/react-tooltip": "1.1.4",
"@sentry/nextjs": "8.38.0",
"@shazow/whatsabi": "^0.16.0",
"@stripe/react-stripe-js": "^2.8.1",
"@stripe/stripe-js": "^3.5.0",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-table": "^8.17.3",
"@thirdweb-dev/service-utils": "workspace:*",
"@vercel/functions": "^1.4.2",
Expand All @@ -63,15 +63,15 @@
"compare-versions": "^6.1.0",
"date-fns": "4.1.0",
"flat": "^6.0.1",
"framer-motion": "11.11.11",
"framer-motion": "11.11.17",
"fuse.js": "7.0.0",
"input-otp": "^1.4.1",
"ioredis": "^5.4.1",
"ipaddr.js": "^2.2.0",
"lottie-react": "^2.4.0",
"lucide-react": "0.454.0",
"lucide-react": "0.456.0",
"next": "15.0.3",
"next-plausible": "^3.12.3",
"next-plausible": "^3.12.4",
"next-seo": "^6.5.0",
"next-themes": "^0.4.3",
"nextjs-toploader": "^1.6.12",
Expand Down Expand Up @@ -109,15 +109,15 @@
"@next/bundle-analyzer": "15.0.3",
"@next/eslint-plugin-next": "15.0.3",
"@playwright/test": "1.48.2",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2",
"@storybook/addon-links": "8.4.2",
"@storybook/addon-onboarding": "8.4.2",
"@storybook/addon-viewport": "8.4.2",
"@storybook/blocks": "8.4.2",
"@storybook/nextjs": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/test": "8.4.2",
"@storybook/addon-essentials": "8.4.4",
"@storybook/addon-interactions": "8.4.4",
"@storybook/addon-links": "8.4.4",
"@storybook/addon-onboarding": "8.4.4",
"@storybook/addon-viewport": "8.4.4",
"@storybook/blocks": "8.4.4",
"@storybook/nextjs": "8.4.4",
"@storybook/react": "8.4.4",
"@storybook/test": "8.4.4",
"@types/color": "4.2.0",
"@types/node": "20.14.9",
"@types/papaparse": "^5.3.15",
Expand All @@ -134,13 +134,13 @@
"checkly": "^4.8.1",
"eslint": "8.57.0",
"eslint-config-biome": "1.9.3",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"eslint-plugin-storybook": "^0.9.0",
"knip": "5.36.3",
"knip": "5.37.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.47",
"storybook": "8.4.2",
"tailwindcss": "3.4.14",
"postcss": "8.4.49",
"storybook": "8.4.4",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion apps/dashboard/src/@3rdweb-sdk/react/hooks/useApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const accountPlan = {
enterprise: "enterprise",
} as const;

export type AccountStatus = (typeof accountStatus)[keyof typeof accountStatus];
type AccountStatus = (typeof accountStatus)[keyof typeof accountStatus];
export type AccountPlan = (typeof accountPlan)[keyof typeof accountPlan];

export type AuthorizedWallet = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import type { Account } from "thirdweb/wallets";
import { ModuleInstance } from "./module-instance";
import { useModuleContractInfo } from "./moduleContractInfo";

export type ModuleCardProps = {
type ModuleCardProps = {
moduleAddress: string;
contract: ContractOptions;
onRemoveModule: () => void;
Expand Down
13 changes: 0 additions & 13 deletions apps/dashboard/src/instrumentation.ts

This file was deleted.

14 changes: 7 additions & 7 deletions apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@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.0",
"@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.3",
"@tanstack/react-query": "5.59.20",
"@radix-ui/react-tooltip": "1.1.4",
"@tanstack/react-query": "5.60.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.454.0",
"lucide-react": "0.456.0",
"next": "15.0.3",
"next-themes": "^0.4.3",
"prettier": "^3.3.2",
Expand All @@ -49,9 +49,9 @@
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@tryghost/content-api": "^1.11.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "4.1.0",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.43",
"github-slugger": "^2.0.0",
"lucide-react": "0.454.0",
"lucide-react": "0.456.0",
"next": "15.0.3",
"nextjs-toploader": "^1.6.12",
"node-html-parser": "^6.1.13",
Expand Down Expand Up @@ -69,8 +69,8 @@
"eslint-plugin-svg-jsx": "^1.2.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"next-sitemap": "^4.2.3",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"tsx": "4.19.2",
"typescript": "5.6.3"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"lucide-react": "0.454.0",
"lucide-react": "0.456.0",
"next": "15.0.3",
"next-themes": "^0.4.3",
"react": "19.0.0-rc-69d4b800-20241021",
Expand All @@ -40,8 +40,8 @@
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@changesets/cli": "2.27.9",
"@manypkg/get-packages": "2.2.2",
"@types/node": "20.14.9",
"turbo": "2.2.3",
"turbo": "2.3.0",
"typescript": "5.6.3"
},
"pnpm": {
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.687.0",
"@aws-sdk/client-lambda": "3.687.0",
"@aws-sdk/credential-providers": "3.687.0",
"@aws-sdk/client-kms": "3.693.0",
"@aws-sdk/client-lambda": "3.693.0",
"@aws-sdk/credential-providers": "3.693.0",
"@mobile-wallet-protocol/client": "0.1.2",
"@walletconnect/react-native-compat": "2.17.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"zod": "3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241106.0",
"@cloudflare/workers-types": "4.20241112.0",
"@types/node": "20.14.9",
"typescript": "5.6.3",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"scripts": {
"format": "biome format ./src --write",
Expand Down
Loading
Loading