Skip to content

Commit

Permalink
chore: remove tailwindcss from server-actions example
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed Oct 21, 2023
1 parent a827066 commit f3233cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 615 deletions.
5 changes: 1 addition & 4 deletions examples/server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@
"next": "13.5.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "https://pkg.csb.dev/react-hook-form/react-hook-form/commit/24d23694/react-hook-form/_pkg.tgz",
"react-hook-form": "https://pkg.csb.dev/react-hook-form/react-hook-form/commit/a827066d/react-hook-form/_pkg.tgz",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "18.2.11",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}
Loading

0 comments on commit f3233cd

Please sign in to comment.