Skip to content

Commit a33dbc8

Browse files
committed
fix: builder upgrades
1 parent 1dd3c3e commit a33dbc8

File tree

51 files changed

+140
-5
lines changed

Some content is hidden

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

51 files changed

+140
-5
lines changed

frameworks/react-cra/add-ons/ai/info.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"phase": "add-on",
55
"modes": ["file-router"],
66
"type": "add-on",
7+
"category": "tanstack",
8+
"color": "#00D1B2",
79
"priority": 60,
810
"link": "",
911
"routes": [

frameworks/react-cra/add-ons/apollo-client/info.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"phase": "add-on",
55
"modes": ["file-router"],
66
"type": "add-on",
7+
"category": "api",
8+
"color": "#311C87",
79
"priority": 15,
810
"link": "https://github.com/apollographql/apollo-client-integrations/tree/main/packages/tanstack-start",
911
"dependsOn": ["start"],

frameworks/react-cra/add-ons/better-auth/info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"description": "Add Better Auth authentication to your application.",
44
"phase": "add-on",
55
"type": "add-on",
6+
"category": "auth",
7+
"exclusive": ["auth"],
8+
"color": "#000000",
69
"priority": 26,
710
"link": "https://www.better-auth.com",
811
"modes": ["file-router"],

frameworks/react-cra/add-ons/clerk/info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"phase": "add-on",
55
"modes": ["file-router"],
66
"type": "add-on",
7+
"category": "auth",
8+
"exclusive": ["auth"],
9+
"color": "#6C47FF",
710
"priority": 150,
811
"link": "https://clerk.com",
912
"tailwind": true,

frameworks/react-cra/add-ons/compiler/info.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"link": "https://react.dev/learn/react-compiler",
66
"modes": ["code-router", "file-router"],
77
"type": "add-on",
8+
"category": "tooling",
9+
"color": "#61DAFB",
810
"priority": 50,
911
"routes": []
1012
}

frameworks/react-cra/add-ons/convex/info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"link": "https://convex.dev",
55
"phase": "add-on",
66
"type": "add-on",
7+
"category": "database",
8+
"exclusive": ["database", "orm"],
9+
"color": "#EE342F",
710
"priority": 140,
811
"modes": ["file-router"],
912
"routes": [

frameworks/react-cra/add-ons/db/info.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"description": "TanStack DB",
44
"phase": "add-on",
55
"type": "add-on",
6+
"category": "tanstack",
7+
"color": "#00D1B2",
68
"priority": 48,
79
"modes": ["file-router"],
810
"link": "https://tanstack.com/db/latest",

frameworks/react-cra/add-ons/drizzle/info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"description": "Add Drizzle ORM to your application.",
44
"phase": "add-on",
55
"type": "add-on",
6+
"category": "orm",
7+
"exclusive": ["orm"],
8+
"color": "#C026D3",
69
"priority": 46,
710
"link": "https://orm.drizzle.team/",
811
"modes": ["file-router"],

frameworks/react-cra/add-ons/form/info.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"description": "TanStack Form",
44
"phase": "add-on",
55
"type": "add-on",
6+
"category": "tanstack",
7+
"color": "#FACC15",
68
"priority": 44,
79
"modes": ["file-router", "code-router"],
810
"link": "https://tanstack.com/form/latest",

frameworks/react-cra/add-ons/mcp/info.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"link": "https://mcp.dev",
66
"modes": ["file-router"],
77
"type": "add-on",
8+
"category": "api",
9+
"color": "#10B981",
810
"priority": 42,
911
"warning": "MCP is still in development and may change significantly or not be compatible with other add-ons.\nThe MCP implementation does not support authentication.",
1012
"routes": [

0 commit comments

Comments
 (0)