Skip to content

Commit

Permalink
chore: Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 12, 2024
1 parent d58cacd commit 52ff611
Show file tree
Hide file tree
Showing 2 changed files with 1,777 additions and 1,462 deletions.
61 changes: 31 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csclub-website",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,52 +15,53 @@
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@clerk/clerk-react": "^5.2.2",
"@clerk/nextjs": "^5.1.3",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@clerk/clerk-react": "^5.2.3",
"@clerk/nextjs": "^5.1.4",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.6.0",
"@libsql/client": "0.4.0-pre.7",
"@t3-oss/env-nextjs": "^0.7.3",
"drizzle-orm": "^0.29.3",
"drizzle-orm": "^0.29.5",
"drizzle-zod": "^0.5.1",
"just-submit": "^0.0.7",
"ky": "^1.2.0",
"nanoid": "^5.0.4",
"ky": "^1.3.0",
"nanoid": "^5.0.7",
"next": "14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^4.12.0",
"redis": "^4.6.13",
"redis": "^4.6.14",
"sharp": "^0.33.4",
"square": "^34.0.1",
"swr": "^2.2.5",
"usehooks-ts": "^2.14.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
"usehooks-ts": "^2.16.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@next/env": "^14.1.0",
"@next/env": "^14.2.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.16",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.20.13",
"eslint": "^8.56.0",
"drizzle-kit": "^0.20.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"lint-staged": "^15.2.6",
"postcss": "^8.4.38",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.4",
"tsec": "^0.2.8",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,json,mjs,cjs,yml,yaml}": [
Expand Down
Loading

0 comments on commit 52ff611

Please sign in to comment.