Chap05 -> Install React Router

Chap05
Jason Zhu 2022-03-29 15:06:09 +11:00
parent 4a04834929
commit 4963def0bd
1 changed files with 2 additions and 0 deletions

View File

@ -12,8 +12,10 @@
"@types/node": "^16.11.26", "@types/node": "^16.11.26",
"@types/react": "^17.0.41", "@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14", "@types/react-dom": "^17.0.14",
"history": "^5.3.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0", "react-scripts": "5.0.0",
"typescript": "^4.6.2", "typescript": "^4.6.2",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"