Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"glob": "^11.0.0",
"lucide-react": "^0.487.0",
"radix-ui": "^1.4.2",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"react": "^19",
"react-dom": "^19",
"react-hook-form": "^7.63.0",
"shadcn": "^2.5.0",
"sonner": "^2.0.7",
Expand All @@ -81,8 +81,8 @@
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser": "^3.0.9",
"@vitest/coverage-v8": "^3.0.9",
"axe-core": "^4.10.3",
Expand Down
Loading