plugins/scaffolder-backend/sample-templates: rolled back @react/types version changes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-08-05 17:59:16 +02:00
parent 11af62d235
commit 53e0efe1f0
2 changed files with 4 additions and 4 deletions
@@ -8,8 +8,8 @@
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
@@ -25,8 +25,8 @@
"@spotify/web-scripts": "^5.0.0",
"@testing-library/react": "^8.0.1",
"@types/node": "^14.14.32",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"@types/styled-components": "^4.1.18",
"husky": "^2.7.0",
"jest-junit": "^8.0.0",