Skip to content

Commit

Permalink
📦 Fix async server component error
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad committed Jun 22, 2024
1 parent c1fb03e commit b0cd088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"react-dom": "18.3.1",
"tailwind-variants": "0.1.20",
"tailwindcss": "3.4.3",
"typescript": "5.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -57,6 +56,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.2.0"
"eslint-plugin-unused-imports": "^3.2.0",
"typescript": "5.4.5"
}
}

0 comments on commit b0cd088

Please sign in to comment.