Skip to content

Commit

Permalink
add react-dom types
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 16, 2024
1 parent 467a37d commit d088b12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@
"bcryptjs": "^2.4.3",
"next": "catalog:",
"next-auth": "catalog:",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
"@ctrlplane/prettier-config": "workspace:*",
"@ctrlplane/tsconfig": "workspace:*",
"@types/bcryptjs": "^2.4.6",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "catalog:"
Expand Down

0 comments on commit d088b12

Please sign in to comment.