Skip to content

Commit

Permalink
revert react 19 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 1, 2024
1 parent 82199ea commit d25a610
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,18 @@
"@t3-oss/env-nextjs": "^0.11.1",
"geist": "^1.3.1",
"next": "^15.0.2",
"react": "rc",
"react-dom": "rc",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.0.2",
"@types/node": "^20.17.1",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}

0 comments on commit d25a610

Please sign in to comment.