downgrade test utils package
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
"@backstage/test-utils": "^1.0.0"
|
||||
"@backstage/test-utils": "^0.3.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1508,6 +1508,22 @@
|
||||
"@backstage/types" "^0.1.3"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@backstage/core-app-api@^0.6.0":
|
||||
version "0.6.0"
|
||||
resolved "https://registry.npmjs.org/@backstage/core-app-api/-/core-app-api-0.6.0.tgz#691f0586d97682f1af67828ab2c67014397a530a"
|
||||
integrity sha512-v1t1w/U/JHjm9eZupPmJpKH5WB0vysEFxRo6/Ia77VP6ZcPxszG4IG+d+S3Km5fM3lu4oosGiz+RaKUTLrttBA==
|
||||
dependencies:
|
||||
"@backstage/config" "^0.1.15"
|
||||
"@backstage/core-plugin-api" "^0.8.0"
|
||||
"@backstage/types" "^0.1.3"
|
||||
"@backstage/version-bridge" "^0.1.2"
|
||||
"@types/prop-types" "^15.7.3"
|
||||
prop-types "^15.7.2"
|
||||
react-router-dom "6.0.0-beta.0"
|
||||
react-use "^17.2.4"
|
||||
zen-observable "^0.8.15"
|
||||
zod "^3.11.6"
|
||||
|
||||
"@backstage/core-components@^0.9.0", "@backstage/core-components@^0.9.1", "@backstage/core-components@^0.9.2":
|
||||
version "0.9.2"
|
||||
resolved "https://registry.npmjs.org/@backstage/core-components/-/core-components-0.9.2.tgz#9a3d79a15039256bbc007e5daa08c983050e0238"
|
||||
@@ -1743,7 +1759,7 @@
|
||||
react-use "^17.2.4"
|
||||
swr "^1.1.2"
|
||||
|
||||
"@backstage/plugin-search-common@0.3.2", "@backstage/plugin-search-common@^0.3.1", "@backstage/plugin-search-common@^0.3.2":
|
||||
"@backstage/plugin-search-common@0.3.2", "@backstage/plugin-search-common@^0.3.1":
|
||||
version "0.3.2"
|
||||
resolved "https://registry.npmjs.org/@backstage/plugin-search-common/-/plugin-search-common-0.3.2.tgz#15984ba4c14f8a9119168e8c79344ef8101863dc"
|
||||
integrity sha1-FZhLpMFPipEZFo6MeTRO+BAYY9w=
|
||||
@@ -1751,58 +1767,6 @@
|
||||
"@backstage/plugin-permission-common" "^0.5.3"
|
||||
"@backstage/types" "^1.0.0"
|
||||
|
||||
"@backstage/plugin-search@^0.7.3":
|
||||
version "0.7.4"
|
||||
resolved "https://registry.npmjs.org/@backstage/plugin-search/-/plugin-search-0.7.4.tgz#d6571da128342d122f80253a756ece0a702967f9"
|
||||
integrity sha1-1lcdoSg0LRIvgCU6dW7OCnApZ/k=
|
||||
dependencies:
|
||||
"@backstage/catalog-model" "^1.0.0"
|
||||
"@backstage/config" "^1.0.0"
|
||||
"@backstage/core-components" "^0.9.2"
|
||||
"@backstage/core-plugin-api" "^1.0.0"
|
||||
"@backstage/errors" "^1.0.0"
|
||||
"@backstage/plugin-catalog-react" "^1.0.0"
|
||||
"@backstage/plugin-search-common" "^0.3.2"
|
||||
"@backstage/theme" "^0.2.15"
|
||||
"@backstage/types" "^1.0.0"
|
||||
"@material-ui/core" "^4.12.2"
|
||||
"@material-ui/icons" "^4.9.1"
|
||||
"@material-ui/lab" "4.0.0-alpha.57"
|
||||
qs "^6.9.4"
|
||||
react-router "6.0.0-beta.0"
|
||||
react-router-dom "6.0.0-beta.0"
|
||||
react-text-truncate "^0.18.0"
|
||||
react-use "^17.2.4"
|
||||
|
||||
"@backstage/plugin-techdocs@^0.15.1":
|
||||
version "0.15.1"
|
||||
resolved "https://registry.npmjs.org/@backstage/plugin-techdocs/-/plugin-techdocs-0.15.1.tgz#f57b63526976da04f1d926b5b5b50e1a89b29184"
|
||||
integrity sha1-9XtjUml22gTx2Sa1tbUOGomykYQ=
|
||||
dependencies:
|
||||
"@backstage/catalog-model" "^0.13.0"
|
||||
"@backstage/config" "^0.1.15"
|
||||
"@backstage/core-components" "^0.9.1"
|
||||
"@backstage/core-plugin-api" "^0.8.0"
|
||||
"@backstage/errors" "^0.2.2"
|
||||
"@backstage/integration" "^0.8.0"
|
||||
"@backstage/integration-react" "^0.1.25"
|
||||
"@backstage/plugin-catalog" "^0.10.0"
|
||||
"@backstage/plugin-catalog-react" "^0.9.0"
|
||||
"@backstage/plugin-search" "^0.7.3"
|
||||
"@backstage/theme" "^0.2.15"
|
||||
"@material-ui/core" "^4.12.2"
|
||||
"@material-ui/icons" "^4.9.1"
|
||||
"@material-ui/lab" "4.0.0-alpha.57"
|
||||
"@material-ui/styles" "^4.10.0"
|
||||
dompurify "^2.2.9"
|
||||
event-source-polyfill "^1.0.25"
|
||||
git-url-parse "^11.6.0"
|
||||
lodash "^4.17.21"
|
||||
react-router "6.0.0-beta.0"
|
||||
react-router-dom "6.0.0-beta.0"
|
||||
react-text-truncate "^0.18.0"
|
||||
react-use "^17.2.4"
|
||||
|
||||
"@backstage/search-common@^0.3.1":
|
||||
version "0.3.2"
|
||||
resolved "https://registry.npmjs.org/@backstage/search-common/-/search-common-0.3.2.tgz#608a4eddf7eae71ed807ec1f723a80c6f7cdf3e4"
|
||||
@@ -1810,6 +1774,28 @@
|
||||
dependencies:
|
||||
"@backstage/plugin-search-common" "0.3.2"
|
||||
|
||||
"@backstage/test-utils@^0.3.0":
|
||||
version "0.3.0"
|
||||
resolved "https://registry.npmjs.org/@backstage/test-utils/-/test-utils-0.3.0.tgz#9c47efd97cdfa3809fe8493a39795a59373d00bd"
|
||||
integrity sha512-UmJE0dZhtZGKcl58Yru2whEApamY71eJaC4uV0APySUjh0Z39pPxOOkM8a9VKH0/oafqoS4LXUJ4vGDzmy11UQ==
|
||||
dependencies:
|
||||
"@backstage/config" "^0.1.15"
|
||||
"@backstage/core-app-api" "^0.6.0"
|
||||
"@backstage/core-plugin-api" "^0.8.0"
|
||||
"@backstage/plugin-permission-common" "^0.5.2"
|
||||
"@backstage/plugin-permission-react" "^0.3.3"
|
||||
"@backstage/theme" "^0.2.15"
|
||||
"@backstage/types" "^0.1.3"
|
||||
"@material-ui/core" "^4.12.2"
|
||||
"@material-ui/icons" "^4.11.2"
|
||||
"@testing-library/jest-dom" "^5.10.1"
|
||||
"@testing-library/react" "^11.2.5"
|
||||
"@testing-library/user-event" "^13.1.8"
|
||||
cross-fetch "^3.1.5"
|
||||
react-router "6.0.0-beta.0"
|
||||
react-router-dom "6.0.0-beta.0"
|
||||
zen-observable "^0.8.15"
|
||||
|
||||
"@backstage/types@^0.1.2", "@backstage/types@^0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.npmjs.org/@backstage/types/-/types-0.1.3.tgz#6613d8cbdf97d42d31cd1e66a833df533e7ccf14"
|
||||
@@ -5749,6 +5735,20 @@
|
||||
"@babel/runtime" "^7.14.6"
|
||||
"@testing-library/dom" "^8.1.0"
|
||||
|
||||
"@testing-library/dom@^7.28.1":
|
||||
version "7.31.2"
|
||||
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a"
|
||||
integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.10.4"
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@types/aria-query" "^4.2.0"
|
||||
aria-query "^4.2.2"
|
||||
chalk "^4.1.0"
|
||||
dom-accessibility-api "^0.5.6"
|
||||
lz-string "^1.4.4"
|
||||
pretty-format "^26.6.2"
|
||||
|
||||
"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.1.0":
|
||||
version "8.11.3"
|
||||
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz#38fd63cbfe14557021e88982d931e33fb7c1a808"
|
||||
@@ -5789,6 +5789,14 @@
|
||||
"@types/react-test-renderer" ">=16.9.0"
|
||||
react-error-boundary "^3.1.0"
|
||||
|
||||
"@testing-library/react@^11.2.5":
|
||||
version "11.2.7"
|
||||
resolved "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818"
|
||||
integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@testing-library/dom" "^7.28.1"
|
||||
|
||||
"@testing-library/react@^12.1.3":
|
||||
version "12.1.4"
|
||||
resolved "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
|
||||
@@ -12439,6 +12447,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
|
||||
"@backstage/plugin-tech-insights" "^0.1.14-next.0"
|
||||
"@backstage/plugin-tech-radar" "^0.5.11-next.1"
|
||||
"@backstage/plugin-techdocs" "^1.0.1-next.1"
|
||||
"@backstage/plugin-techdocs-addons" "^0.0.0"
|
||||
"@backstage/plugin-todo" "^0.2.6-next.0"
|
||||
"@backstage/plugin-user-settings" "^0.4.3-next.0"
|
||||
"@backstage/theme" "^0.2.15"
|
||||
|
||||
Reference in New Issue
Block a user