"dependencies": {
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "react-router-dom": "^6.28.0",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-router-dom": "^5.2.0",
// ...other dependencies
},
"devDependencies": {
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
+ "typescript": "^5.6.3",
- "@types/react": "^17.0.15",
- "@types/react-dom": "^17.0.15",
- "typescript": "4.9.5",
// ...other dependencies
}