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:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user