Skip to content

Commit

Permalink
Remove TypeScript overrides for React and React-DOM in package.json
Browse files Browse the repository at this point in the history
The overrides section specifying @types/react and @types/react-dom has been removed from package.json. This change eliminates the use of specific release candidate
  • Loading branch information
ryota-murakami committed Jan 27, 2025
1 parent 001ee2f commit 4901701
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@
"vitest": "^2.1.3",
"vitest-matchmedia-mock": "^2.0.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"scripts": {
"postinstall": "pnpm prisma generate",
"start": "VITE_CJS_IGNORE_WARNING=true vite",
Expand Down

0 comments on commit 4901701

Please sign in to comment.