Downgrade @testing-library/react to resolve dependency conflict in tests

Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
This commit is contained in:
Otto Sichert
2022-04-12 10:27:27 +02:00
parent 883ab7228a
commit 55c9f867a2
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -45,14 +45,14 @@
"lodash": "^4.17.21",
"react-helmet": "6.1.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.3.2"
"react-use": "^17.2.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@testing-library/react": "^13.0.0",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"@backstage/plugin-techdocs": "^1.0.1-next.2",
"@backstage/test-utils": "^1.0.1-next.1",