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",
+1 -2
View File
@@ -12223,7 +12223,6 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
"@backstage/plugin-techdocs" "^1.0.1-next.1"
"@backstage/plugin-todo" "^0.2.6-next.0"
"@backstage/plugin-user-settings" "^0.4.3-next.0"
"@backstage/techdocs-addons" "^0.0.0"
"@backstage/theme" "^0.2.15"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
@@ -23762,7 +23761,7 @@ tdigest@^0.1.1:
"@backstage/integration-react" "^1.0.1-next.1"
"@backstage/plugin-catalog" "^1.1.0-next.1"
"@backstage/plugin-techdocs" "^1.0.1-next.1"
"@backstage/techdocs-addons" "^0.0.0"
"@backstage/plugin-techdocs-react" "^0.0.0"
"@backstage/test-utils" "^1.0.1-next.1"
"@backstage/theme" "^0.2.15"
"@material-ui/core" "^4.11.0"