Skip to content

Commit 3e2d444

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 2dd9f37 commit 3e2d444

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
@@ -90,6 +90,8 @@
9090
"overrides": {
9191
"typescript": "5.5.4",
9292
"@types/node": "20.14.14",
93+
"@types/react": "18.2.69",
94+
"@types/react-dom": "18.2.7",
9395
"express@^4>body-parser": "1.20.3",
9496
"@remix-run/dev@2.17.4>tar-fs": "2.1.4",
9597
"tar@>=7 <7.5.11": "^7.5.11",

0 commit comments

Comments
 (0)