Skip to content

Commit db12ac5

Browse files
committed
feat(playground): update dependencies and remove unused react-hook-form components and demo
1 parent 73461fc commit db12ac5

File tree

3 files changed

+483
-92
lines changed

3 files changed

+483
-92
lines changed

playground/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717
"bugs": {
1818
"url": "https://github.com/Ohh-889/soybean-react-ui/issues"
1919
},
20-
"keywords": [
21-
"UI",
22-
"tailwind-css",
23-
"shadcn-ui",
24-
"react"
25-
],
20+
"keywords": ["UI", "tailwind-css", "shadcn-ui", "react"],
2621
"scripts": {
2722
"build": "next build",
2823
"build:ui": "pnpm --filter soybean-react-ui build",
@@ -32,13 +27,13 @@
3227
"dev:playground": "next dev --turbopack",
3328
"dev:ui": "pnpm --filter soybean-react-ui dev",
3429
"lint": "next lint",
30+
"lint:pkg": "eslint ./package.json --fix",
3531
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
3632
"start": "next start",
3733
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
3834
"worker:build": "opennextjs-cloudflare build"
3935
},
4036
"dependencies": {
41-
"@hookform/resolvers": "^5.2.1",
4237
"async-validator": "^4.2.5",
4338
"embla-carousel-autoplay": "8.6.0",
4439
"grapheme-splitter": "1.0.4",
@@ -47,7 +42,6 @@
4742
"next-themes": "0.4.6",
4843
"react": "19.1.0",
4944
"react-dom": "19.1.0",
50-
"react-hook-form": "^7.62.0",
5145
"react-hotkeys-hook": "5.1.0",
5246
"soybean-react-ui": "workspace:*",
5347
"zod": "4.0.17"
@@ -61,6 +55,7 @@
6155
"eslint-config-next": "15.3.4",
6256
"tailwindcss": "4.1.11",
6357
"tailwindcss-animate": "1.0.7",
58+
"tsx": "4.20.3",
6459
"tw-animate-css": "1.3.6",
6560
"wrangler": "4.24.3"
6661
}

playground/src/app/(demo)/demo-hook-form/page.tsx

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

0 commit comments

Comments
 (0)