Skip to content

Commit

Permalink
demo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Dec 17, 2024
1 parent c2342c6 commit 28cc88f
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 220 deletions.
20 changes: 10 additions & 10 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"@tailwindcss/forms": "0.5.7",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "5.2.11"
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"@tailwindcss/forms": "0.5.9",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"vite": "6.0.3"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 28cc88f

Please sign in to comment.