Skip to content

Commit f8040c8

Browse files
committed
Update react-dom version to avoid version mismatch
1 parent 9e7c92f commit f8040c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/node": "^22.10.5",
3434
"@types/papaparse": "^5.3.15",
3535
"@types/react": "^19.0.6",
36-
"@types/react-dom": "^18.3.5",
36+
"@types/react-dom": "^19.0.0", // Updated to match @types/react version
3737
"@vitejs/plugin-react": "^4.3.4",
3838
"autoprefixer": "^10.4.20",
3939
"cross-env": "^7.0.3",
@@ -47,4 +47,4 @@
4747
"typescript": "~5.7.3",
4848
"typescript-eslint": "^8.18.2"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)