moved to react 19. thinking of typescript

This commit is contained in:
2024-12-31 01:04:36 -07:00
parent aa5579d855
commit a837266dca
2 changed files with 152 additions and 86 deletions

View File

@@ -7,17 +7,25 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@xyflow/react": "^12.3.6",
"axios": "^1.7.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.16.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"react-toastify": "^11.0.2",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"react-scripts": "5.0.1"
"react-scripts": "^5.0.1",
"typescript": "^5.7.2"
},
"overrides": {
"react-scripts": {
"typescript": "^5.7.2"
}
},
"scripts": {
"start": "react-scripts start",