Skip to content

Commit 693a906

Browse files
tecoadclaude
andcommitted
fix: move demo dependencies out of package root
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8c15aed commit 693a906

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

bun.lock

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"@base-ui/react": "1.2.0",
13+
"@radix-ui/themes": "^3.3.0",
1214
"@vercel/og": "^0.11.1",
15+
"class-variance-authority": "^0.7.1",
16+
"clsx": "^2.1.1",
17+
"motion": "^12.36.0",
18+
"motion-plus": "^1.5.1",
1319
"nucleo-social-media": "^1.0.2",
1420
"nucleo-ui-outline-18": "^1.3.2",
1521
"react": "^19.1.0",

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,5 @@
8585
"tailwind-merge": {
8686
"optional": true
8787
}
88-
},
89-
"dependencies": {
90-
"@base-ui/react": "1.2.0",
91-
"@radix-ui/themes": "^3.3.0",
92-
"class-variance-authority": "^0.7.1",
93-
"clsx": "^2.1.1",
94-
"motion": "^12.36.0",
95-
"motion-plus": "^1.5.1"
9688
}
9789
}

0 commit comments

Comments
 (0)