Skip to content

Commit a9887a1

Browse files
committed
Merge branch 'main' into greg/viem-ox
2 parents 014fbf1 + 9bd9923 commit a9887a1

File tree

203 files changed

+6823
-5904
lines changed

Some content is hidden

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

203 files changed

+6823
-5904
lines changed

.changeset/tricky-pears-check.md

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

apps/dashboard/framer-rewrites.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ module.exports = [
3838
"/community/startup-program",
3939
// -- grants --
4040
"/grant/superchain",
41+
// -- templates --
42+
"/templates",
43+
"/templates/:template_slug",
4144
];

apps/dashboard/knip.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"next": true,
4-
"ignore": ["src/@/components/ui/**"],
4+
"ignore": [
5+
"src/@/components/ui/**",
6+
"src/components/notices/AnnouncementBanner.tsx"
7+
],
58
"project": ["src/**"],
69
"ignoreBinaries": ["only-allow", "biome"],
710
"ignoreDependencies": ["@storybook/blocks", "@thirdweb-dev/service-utils"]

apps/dashboard/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
6+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

apps/dashboard/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
"next-seo": "^6.5.0",
7474
"next-themes": "^0.4.4",
7575
"nextjs-toploader": "^1.6.12",
76+
"openapi-types": "^12.1.3",
77+
"p-limit": "^6.2.0",
7678
"papaparse": "^5.4.1",
7779
"pluralize": "^8.0.0",
7880
"posthog-js": "1.67.1",
-35.3 KB
Binary file not shown.
-43.8 KB
Binary file not shown.
-943 KB
Binary file not shown.
-5.23 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)