Skip to content

Commit 46bceb0

Browse files
committed
Pin @types/react and @types/react-dom to 18.x to avoid TS errors from mixed versions
1 parent c00dae0 commit 46bceb0

File tree

2 files changed

+242
-440
lines changed

2 files changed

+242
-440
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
"overrides": {
8989
"typescript": "5.5.4",
9090
"@types/node": "20.14.14",
91+
"@types/react": "18.2.69",
92+
"@types/react-dom": "18.2.7",
9193
"express@^4>body-parser": "1.20.3",
9294
"@remix-run/dev@2.1.0>tar-fs": "2.1.3",
9395
"testcontainers@10.28.0>tar-fs": "3.0.9",

0 commit comments

Comments
 (0)