Skip to content

Commit 7d5380c

Browse files
authored
Merge pull request #36 from lambda-curry/custom-inputs
Custom Inputs
2 parents 66303d4 + 9b9ef7d commit 7d5380c

31 files changed

+3566
-258
lines changed

ai/CustomInputsProject.md

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

apps/docs/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
"@remix-run/testing": "^2.15.1",
2525
"@storybook/test-runner": "^0.20.1",
2626
"@storybook/testing-library": "^0.2.2",
27-
"@types/react": "^19.0.0",
27+
"@types/react": "^18.0.0",
28+
"@types/react-dom": "^18.0.0",
2829
"@typescript-eslint/eslint-plugin": "^6.21.0",
2930
"@typescript-eslint/parser": "^6.21.0",
3031
"autoprefixer": "^10.4.20",
3132
"postcss": "^8.4.49",
32-
"react": "^19.0.0",
33+
"react": "^18.0.0",
34+
"react-dom": "^18.0.0",
3335
"tailwindcss": "^3.4.17",
3436
"typescript": "^5.7.2",
3537
"vite": "^5.4.11",

0 commit comments

Comments
 (0)