chore(): fix @types/react to avoid 16.14.1 release (#22554)

This commit is contained in:
Liam DeBeasi
2020-11-23 13:37:22 -05:00
committed by GitHub
parent 8002114e72
commit a664ccbde9
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/react": "^16.9.2",
"@types/react": "16.14.0",
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^5.1.5",

View File

@@ -54,7 +54,7 @@
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/react": "^16.9.2",
"@types/react": "16.14.0",
"@types/react-dom": "^16.9.0",
"fs-extra": "^9.0.1",
"jest": "^26.4.1",