Skip to content

Commit 5e5d5bd

Browse files
committed
Merge branch 'main' into greg/cnct-2546-setup-ts-doc-linting
2 parents 0c500b5 + b2b95a5 commit 5e5d5bd

File tree

194 files changed

+2014
-6482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+2014
-6482
lines changed

.changeset/curly-ligers-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-zoos-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ packages/tw-tsconfig/ @jnsdls @joaquim-verges
1717

1818
# apps
1919
apps/ @jnsdls @joaquim-verges
20-
apps/dashboard/ @jnsdls @MananTank @joaquim-verges
21-
apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges
22-
apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank
20+
apps/dashboard/ @jnsdls @MananTank @joaquim-verges @jakubkrehel
21+
apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges @jakubkrehel
22+
apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank @jakubkrehel
2323
apps/portal/ @thirdweb-dev/product @thirdweb-dev/platform @thirdweb-dev/infra
2424

2525
# .github folder + .changeset + turbo config is owned by jonas for now

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = [
55
"/pricing",
66
// -- product landing pages --
77
// -- connect
8+
"/connect",
89
"/connect/sign-in",
910
// -- nebula
1011
"/nebula",

apps/dashboard/package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@
4848
"@radix-ui/react-tooltip": "1.1.4",
4949
"@sentry/nextjs": "8.42.0",
5050
"@shazow/whatsabi": "^0.17.0",
51-
"@tanstack/react-query": "5.62.1",
51+
"@tanstack/react-query": "5.62.2",
5252
"@tanstack/react-table": "^8.17.3",
5353
"@thirdweb-dev/service-utils": "workspace:*",
5454
"@vercel/functions": "^1.5.1",
5555
"@vercel/og": "^0.6.4",
56-
"abitype": "1.0.6",
56+
"abitype": "1.0.7",
5757
"chakra-react-select": "^4.7.6",
5858
"class-variance-authority": "^0.7.1",
5959
"clsx": "^2.1.1",
6060
"color": "^4.2.3",
6161
"compare-versions": "^6.1.0",
6262
"date-fns": "4.1.0",
6363
"flat": "^6.0.1",
64-
"framer-motion": "11.12.0",
64+
"framer-motion": "11.13.1",
6565
"fuse.js": "7.0.0",
6666
"input-otp": "^1.4.1",
6767
"ioredis": "^5.4.1",
6868
"ipaddr.js": "^2.2.0",
69-
"lucide-react": "0.462.0",
69+
"lucide-react": "0.468.0",
7070
"next": "15.0.3",
7171
"next-plausible": "^3.12.4",
7272
"next-seo": "^6.5.0",
73-
"next-themes": "^0.4.3",
73+
"next-themes": "^0.4.4",
7474
"nextjs-toploader": "^1.6.12",
7575
"papaparse": "^5.4.1",
7676
"pluralize": "^8.0.0",
@@ -84,7 +84,6 @@
8484
"react-error-boundary": "^4.1.2",
8585
"react-hook-form": "7.53.2",
8686
"react-markdown": "^9.0.1",
87-
"react-responsive-carousel": "^3.2.23",
8887
"react-table": "^7.8.0",
8988
"recharts": "^2.13.3",
9089
"remark-gfm": "^4.0.0",
@@ -106,15 +105,15 @@
106105
"@next/bundle-analyzer": "15.0.3",
107106
"@next/eslint-plugin-next": "15.0.3",
108107
"@playwright/test": "1.49.0",
109-
"@storybook/addon-essentials": "8.4.6",
110-
"@storybook/addon-interactions": "8.4.6",
111-
"@storybook/addon-links": "8.4.6",
112-
"@storybook/addon-onboarding": "8.4.6",
113-
"@storybook/addon-viewport": "8.4.6",
114-
"@storybook/blocks": "8.4.6",
115-
"@storybook/nextjs": "8.4.6",
116-
"@storybook/react": "8.4.6",
117-
"@storybook/test": "8.4.6",
108+
"@storybook/addon-essentials": "8.4.7",
109+
"@storybook/addon-interactions": "8.4.7",
110+
"@storybook/addon-links": "8.4.7",
111+
"@storybook/addon-onboarding": "8.4.7",
112+
"@storybook/addon-viewport": "8.4.7",
113+
"@storybook/blocks": "8.4.7",
114+
"@storybook/nextjs": "8.4.7",
115+
"@storybook/react": "8.4.7",
116+
"@storybook/test": "8.4.7",
118117
"@types/color": "4.2.0",
119118
"@types/node": "22.10.1",
120119
"@types/papaparse": "^5.3.15",
@@ -133,11 +132,11 @@
133132
"eslint-config-biome": "1.9.4",
134133
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
135134
"eslint-plugin-storybook": "^0.11.1",
136-
"knip": "5.39.0",
135+
"knip": "5.39.2",
137136
"next-sitemap": "^4.2.3",
138137
"postcss": "8.4.49",
139-
"storybook": "8.4.6",
140-
"tailwindcss": "3.4.15",
138+
"storybook": "8.4.7",
139+
"tailwindcss": "3.4.16",
141140
"typescript": "5.7.2"
142141
}
143142
}
-91.1 KB
Binary file not shown.
-133 KB
Binary file not shown.
-217 KB
Binary file not shown.
-125 KB
Binary file not shown.
-63.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)