Skip to content

Commit b9bef8a

Browse files
matt-aitkendeepshekhardas
authored andcommitted
Pin @types/react and @types/react-dom to 18.x to avoid TS errors from mixed versions
1 parent 4e919e7 commit b9bef8a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
"overrides": {
9393
"typescript": "5.5.4",
9494
"@types/node": "20.14.14",
95+
"@types/react": "18.2.69",
96+
"@types/react-dom": "18.2.7",
9597
"express@^4>body-parser": "1.20.3",
9698
"@remix-run/dev@2.17.4>tar-fs": "2.1.4",
9799
"tar@>=7 <7.5.11": "^7.5.11",

0 commit comments

Comments
 (0)