diff --git a/.changeset/hot-brooms-drive.md b/.changeset/hot-brooms-drive.md new file mode 100644 index 0000000000..3b020acdc8 --- /dev/null +++ b/.changeset/hot-brooms-drive.md @@ -0,0 +1,89 @@ +--- +'@backstage/app-defaults': patch +'@backstage/catalog-client': patch +'@backstage/catalog-model': patch +'@backstage/cli-common': patch +'@backstage/config': patch +'@backstage/config-loader': patch +'@backstage/core-app-api': patch +'@backstage/core-components': patch +'@backstage/core-plugin-api': patch +'@backstage/create-app': patch +'@backstage/dev-utils': patch +'@backstage/errors': patch +'@backstage/integration': patch +'@backstage/integration-react': patch +'@backstage/release-manifests': patch +'@techdocs/cli': patch +'@backstage/test-utils': patch +'@backstage/plugin-adr': patch +'@backstage/plugin-airbrake': patch +'@backstage/plugin-allure': patch +'@backstage/plugin-analytics-module-ga': patch +'@backstage/plugin-apache-airflow': patch +'@backstage/plugin-api-docs': patch +'@backstage/plugin-apollo-explorer': patch +'@backstage/plugin-azure-devops': patch +'@backstage/plugin-badges': patch +'@backstage/plugin-bitrise': patch +'@backstage/plugin-catalog': patch +'@backstage/plugin-catalog-graph': patch +'@backstage/plugin-catalog-import': patch +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-circleci': patch +'@backstage/plugin-cloudbuild': patch +'@backstage/plugin-code-climate': patch +'@backstage/plugin-code-coverage': patch +'@backstage/plugin-codescene': patch +'@backstage/plugin-config-schema': patch +'@backstage/plugin-cost-insights': patch +'@backstage/plugin-dynatrace': patch +'@backstage/plugin-explore': patch +'@backstage/plugin-explore-react': patch +'@backstage/plugin-firehydrant': patch +'@backstage/plugin-fossa': patch +'@backstage/plugin-gcalendar': patch +'@backstage/plugin-gcp-projects': patch +'@backstage/plugin-git-release-manager': patch +'@backstage/plugin-github-actions': patch +'@backstage/plugin-github-deployments': patch +'@backstage/plugin-github-issues': patch +'@backstage/plugin-github-pull-requests-board': patch +'@backstage/plugin-gitops-profiles': patch +'@backstage/plugin-gocd': patch +'@backstage/plugin-graphiql': patch +'@backstage/plugin-home': patch +'@backstage/plugin-ilert': patch +'@backstage/plugin-jenkins': patch +'@backstage/plugin-kafka': patch +'@backstage/plugin-kubernetes': patch +'@backstage/plugin-lighthouse': patch +'@backstage/plugin-newrelic': patch +'@backstage/plugin-org': patch +'@backstage/plugin-pagerduty': patch +'@backstage/plugin-periskop': patch +'@backstage/plugin-permission-common': patch +'@backstage/plugin-permission-react': patch +'@backstage/plugin-rollbar': patch +'@backstage/plugin-scaffolder': patch +'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch +'@backstage/plugin-scaffolder-backend-module-rails': patch +'@backstage/plugin-scaffolder-backend-module-yeoman': patch +'@backstage/plugin-search': patch +'@backstage/plugin-sentry': patch +'@backstage/plugin-shortcuts': patch +'@backstage/plugin-sonarqube': patch +'@backstage/plugin-splunk-on-call': patch +'@backstage/plugin-stack-overflow': patch +'@backstage/plugin-tech-insights': patch +'@backstage/plugin-tech-radar': patch +'@backstage/plugin-techdocs': patch +'@backstage/plugin-techdocs-addons-test-utils': patch +'@backstage/plugin-techdocs-module-addons-contrib': patch +'@backstage/plugin-todo': patch +'@backstage/plugin-user-settings': patch +'@backstage/plugin-vault': patch +'@backstage/plugin-xcmetrics': patch +--- + +Removed dependency on `@types/jest`. diff --git a/.changeset/tasty-clouds-cover.md b/.changeset/tasty-clouds-cover.md new file mode 100644 index 0000000000..8cc703c822 --- /dev/null +++ b/.changeset/tasty-clouds-cover.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Added dependency on `@types/jest` v27. The `@types/jest` dependency has also been removed from the plugin template and should be removed from any of your own internal packages. If you wish to override the version of `@types/jest` or `jest`, use Yarn resolutions. diff --git a/packages/app-defaults/package.json b/packages/app-defaults/package.json index e7e2b8fbf4..6ed935394f 100644 --- a/packages/app-defaults/package.json +++ b/packages/app-defaults/package.json @@ -49,7 +49,6 @@ "@backstage/test-utils": "^1.2.0-next.1", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0" }, diff --git a/packages/app/package.json b/packages/app/package.json index 8052bf39d4..2faeb38a6c 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -86,7 +86,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/jquery": "^3.3.34", "@types/node": "^16.11.26", "@types/react-dom": "*", diff --git a/packages/catalog-client/package.json b/packages/catalog-client/package.json index b96538bf2f..61d47aa65e 100644 --- a/packages/catalog-client/package.json +++ b/packages/catalog-client/package.json @@ -38,7 +38,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.2", - "@types/jest": "^26.0.7", "msw": "^0.47.0" }, "files": [ diff --git a/packages/catalog-model/package.json b/packages/catalog-model/package.json index 51513853d9..be2cbb7664 100644 --- a/packages/catalog-model/package.json +++ b/packages/catalog-model/package.json @@ -43,7 +43,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", - "@types/jest": "^26.0.7", "@types/json-schema": "^7.0.5", "@types/lodash": "^4.14.151", "yaml": "^2.0.0" diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index fab71041a4..e95a07d401 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -33,7 +33,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", - "@types/jest": "^26.0.7", "@types/node": "^16.0.0" }, "files": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 0e2742063c..f267a0d9ad 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -55,6 +55,7 @@ "@swc/core": "^1.2.239", "@swc/helpers": "^0.4.7", "@swc/jest": "^0.2.22", + "@types/jest": "^27", "@types/webpack-env": "^1.15.2", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", diff --git a/packages/cli/templates/default-plugin/package.json.hbs b/packages/cli/templates/default-plugin/package.json.hbs index 341da5935d..a1c1245b38 100644 --- a/packages/cli/templates/default-plugin/package.json.hbs +++ b/packages/cli/templates/default-plugin/package.json.hbs @@ -47,7 +47,6 @@ "@testing-library/jest-dom": "{{versionQuery '@testing-library/jest-dom' '5.10.1'}}", "@testing-library/react": "{{versionQuery '@testing-library/react' '12.1.3'}}", "@testing-library/user-event": "{{versionQuery '@testing-library/user-event' '14.0.0'}}", - "@types/jest": "{{versionQuery '@types/jest' '26.0.7'}}", "@types/node": "{{versionQuery '@types/node' '16.11.26'}}", "msw": "{{versionQuery 'msw' '0.46.0'}}", "cross-fetch": "{{versionQuery 'cross-fetch' '3.1.5'}}" diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index 1f06acc892..95704de6f3 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -51,7 +51,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.2", - "@types/jest": "^26.0.7", "@types/json-schema-merge-allof": "^0.6.0", "@types/mock-fs": "^4.10.0", "@types/node": "^16.11.26", diff --git a/packages/config/package.json b/packages/config/package.json index 582a8ebd6d..ff759170bd 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -38,7 +38,6 @@ "devDependencies": { "@backstage/cli": "^0.19.0-next.1", "@backstage/test-utils": "^1.2.0-next.1", - "@types/jest": "^26.0.7", "@types/node": "^16.0.0" }, "files": [ diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json index 6c1f0b9ef2..c5b8907b8f 100644 --- a/packages/core-app-api/package.json +++ b/packages/core-app-api/package.json @@ -54,7 +54,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/zen-observable": "^0.8.0", "cross-fetch": "^3.1.5", diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 5cfeff9ecd..e316e7d6f4 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -92,7 +92,6 @@ "@types/d3-zoom": "^3.0.1", "@types/dagre": "^0.7.44", "@types/google-protobuf": "^3.7.2", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react-helmet": "^6.1.0", "@types/react-syntax-highlighter": "^15.0.0", diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json index d9ee817e90..a40ffcf3bb 100644 --- a/packages/core-plugin-api/package.json +++ b/packages/core-plugin-api/package.json @@ -53,7 +53,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/prop-types": "^15.7.3", "@types/zen-observable": "^0.8.0", diff --git a/packages/create-app/templates/default-app/packages/app/package.json.hbs b/packages/create-app/templates/default-app/packages/app/package.json.hbs index d3ba938960..d6a5086215 100644 --- a/packages/create-app/templates/default-app/packages/app/package.json.hbs +++ b/packages/create-app/templates/default-app/packages/app/package.json.hbs @@ -46,7 +46,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^12.0.7", - "@types/jest": "^26.0.7", "@types/node": "^14.14.32", "@types/react-dom": "*", "cross-env": "^7.0.0", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index acf728069d..671f264e79 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -58,7 +58,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", - "@types/jest": "^26.0.7", "@types/node": "^16.0.0" }, "files": [ diff --git a/packages/errors/package.json b/packages/errors/package.json index b3ab79bc82..3a84d4c7c5 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -37,8 +37,7 @@ "serialize-error": "^8.0.1" }, "devDependencies": { - "@backstage/cli": "^0.19.0-next.1", - "@types/jest": "^26.0.7" + "@backstage/cli": "^0.19.0-next.1" }, "files": [ "dist" diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index 458b9b3d29..34e50cf84b 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/package.json @@ -43,7 +43,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/packages/integration/package.json b/packages/integration/package.json index 2d090215f6..ba6ef42fb2 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -45,7 +45,6 @@ "@backstage/cli": "^0.19.0-next.2", "@backstage/config-loader": "^1.1.4-next.1", "@backstage/test-utils": "^1.2.0-next.2", - "@types/jest": "^26.0.7", "@types/luxon": "^3.0.0", "msw": "^0.47.0" }, diff --git a/packages/release-manifests/package.json b/packages/release-manifests/package.json index 9d04a1d6b1..371745f43f 100644 --- a/packages/release-manifests/package.json +++ b/packages/release-manifests/package.json @@ -37,7 +37,6 @@ "devDependencies": { "@backstage/cli": "^0.19.0-next.2", "@backstage/test-utils": "^1.2.0-next.2", - "@types/jest": "^26.0.7", "@types/node": "^16.0.0", "msw": "^0.47.0" }, diff --git a/packages/techdocs-cli-embedded-app/package.json b/packages/techdocs-cli-embedded-app/package.json index ec36cf0e8d..295688eca8 100644 --- a/packages/techdocs-cli-embedded-app/package.json +++ b/packages/techdocs-cli-embedded-app/package.json @@ -34,7 +34,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react-dom": "*", "cross-env": "^7.0.0", diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json index dcb3fa9659..97d8a5e721 100644 --- a/packages/techdocs-cli/package.json +++ b/packages/techdocs-cli/package.json @@ -40,7 +40,6 @@ "@types/commander": "^2.12.2", "@types/fs-extra": "^9.0.6", "@types/http-proxy": "^1.17.4", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/serve-handler": "^6.1.0", "@types/webpack-env": "^1.15.3", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 1e99921b3c..80d4b2fcbb 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -55,7 +55,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.2", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "msw": "^0.47.0" }, diff --git a/plugins/adr/package.json b/plugins/adr/package.json index 7e53b81952..db9ba4a11c 100644 --- a/plugins/adr/package.json +++ b/plugins/adr/package.json @@ -53,7 +53,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/git-url-parse": "^9.0.0", - "@types/jest": "*", "@types/node": "*", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json index 57372ef52c..3d829c4bd0 100644 --- a/plugins/airbrake/package.json +++ b/plugins/airbrake/package.json @@ -47,7 +47,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/object-hash": "^2.2.1", "cross-fetch": "^3.1.5", diff --git a/plugins/allure/package.json b/plugins/allure/package.json index fd3a2a1a1f..511b3b02a5 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/package.json @@ -45,7 +45,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json index d37516f6d7..a10056153b 100644 --- a/plugins/analytics-module-ga/package.json +++ b/plugins/analytics-module-ga/package.json @@ -43,7 +43,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/apache-airflow/package.json b/plugins/apache-airflow/package.json index 2a26cca92e..5cf15f7620 100644 --- a/plugins/apache-airflow/package.json +++ b/plugins/apache-airflow/package.json @@ -42,7 +42,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "msw": "^0.47.0" }, diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index 1ee7c01b06..1ae1c8e00f 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -63,7 +63,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/swagger-ui-react": "^4.1.1", "cross-fetch": "^3.1.5", diff --git a/plugins/apollo-explorer/package.json b/plugins/apollo-explorer/package.json index a992cbaa9c..b33901b96f 100644 --- a/plugins/apollo-explorer/package.json +++ b/plugins/apollo-explorer/package.json @@ -43,7 +43,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "*", "@types/node": "*", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json index 71417c6492..969103db00 100644 --- a/plugins/azure-devops/package.json +++ b/plugins/azure-devops/package.json @@ -54,7 +54,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/badges/package.json b/plugins/badges/package.json index 288e3fda01..100f2a6102 100644 --- a/plugins/badges/package.json +++ b/plugins/badges/package.json @@ -52,7 +52,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json index 2ec0a60bb1..a849fba8ef 100644 --- a/plugins/bitrise/package.json +++ b/plugins/bitrise/package.json @@ -49,7 +49,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/recharts": "^1.8.15", "msw": "^0.47.0" diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json index 2a8fc7f915..3f9a79ee9a 100644 --- a/plugins/catalog-graph/package.json +++ b/plugins/catalog-graph/package.json @@ -52,8 +52,7 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", - "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7" + "@testing-library/user-event": "^14.0.0" }, "files": [ "dist" diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json index d59cf048f7..9d6a6945e0 100644 --- a/plugins/catalog-import/package.json +++ b/plugins/catalog-import/package.json @@ -66,7 +66,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "cross-fetch": "^3.1.5", "msw": "^0.47.0" }, diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index 7bc9e202c0..c7c17f9b2f 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -71,7 +71,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/jwt-decode": "^3.1.0", "@types/zen-observable": "^0.8.0", "cross-fetch": "^3.1.5", diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index da4da4db7e..ed0198b799 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -67,7 +67,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "cross-fetch": "^3.1.5" }, "files": [ diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 001b4a4f1d..29a4144db4 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -61,7 +61,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.25.1", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json index 3871a4e88b..1994c6c3fd 100644 --- a/plugins/cloudbuild/package.json +++ b/plugins/cloudbuild/package.json @@ -58,7 +58,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json index f9df827c02..83a1787c43 100644 --- a/plugins/code-climate/package.json +++ b/plugins/code-climate/package.json @@ -46,7 +46,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.27.1", - "@types/jest": "^26.0.7", "@types/luxon": "^3.0.0", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json index a05861a8f9..88fb957420 100644 --- a/plugins/code-coverage/package.json +++ b/plugins/code-coverage/package.json @@ -53,7 +53,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/highlightjs": "^10.1.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/recharts": "^1.8.15", "cross-fetch": "^3.1.5", diff --git a/plugins/codescene/package.json b/plugins/codescene/package.json index 5110a018cf..303046610a 100644 --- a/plugins/codescene/package.json +++ b/plugins/codescene/package.json @@ -45,7 +45,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "*", "@types/node": "*", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json index 8d47652b54..f8d3d3e5cf 100644 --- a/plugins/config-schema/package.json +++ b/plugins/config-schema/package.json @@ -47,7 +47,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index 51a6e2bf08..666e4bdbae 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -66,7 +66,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/pluralize": "^0.0.29", "@types/recharts": "^1.8.14", diff --git a/plugins/dynatrace/package.json b/plugins/dynatrace/package.json index 2d1d783b19..008e6f116f 100644 --- a/plugins/dynatrace/package.json +++ b/plugins/dynatrace/package.json @@ -43,7 +43,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "*", "@types/node": "*", "express": "^4.18.1", "msw": "^0.47.0" diff --git a/plugins/example-todo-list/package.json b/plugins/example-todo-list/package.json index eddc6c0f0e..07cf546d1d 100644 --- a/plugins/example-todo-list/package.json +++ b/plugins/example-todo-list/package.json @@ -42,7 +42,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "msw": "^0.47.0" }, diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json index 47977c6892..404832050a 100644 --- a/plugins/explore-react/package.json +++ b/plugins/explore-react/package.json @@ -41,7 +41,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/explore/package.json b/plugins/explore/package.json index 20795fef42..c06fcfc709 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -58,7 +58,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json index 631374469e..695f0c60ee 100644 --- a/plugins/firehydrant/package.json +++ b/plugins/firehydrant/package.json @@ -44,7 +44,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json index 4a6547d8b9..f84604135b 100644 --- a/plugins/fossa/package.json +++ b/plugins/fossa/package.json @@ -58,7 +58,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "msw": "^0.47.0" }, diff --git a/plugins/gcalendar/package.json b/plugins/gcalendar/package.json index 9042abb906..d5a5125fd3 100644 --- a/plugins/gcalendar/package.json +++ b/plugins/gcalendar/package.json @@ -51,7 +51,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/dompurify": "^2.3.3", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/sanitize-html": "^2.6.2", "cross-fetch": "^3.1.5", diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json index 41c5e36331..88f8c2c99f 100644 --- a/plugins/gcp-projects/package.json +++ b/plugins/gcp-projects/package.json @@ -53,7 +53,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json index fc6de6b51e..3b90a363e3 100644 --- a/plugins/git-release-manager/package.json +++ b/plugins/git-release-manager/package.json @@ -50,7 +50,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/recharts": "^1.8.15", "cross-fetch": "^3.1.5", diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index be10e6d14e..646c599663 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -60,7 +60,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index 1659c8d02b..04085204a8 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/package.json @@ -49,7 +49,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/github-issues/package.json b/plugins/github-issues/package.json index a31708c57d..3cbcb54bca 100644 --- a/plugins/github-issues/package.json +++ b/plugins/github-issues/package.json @@ -48,7 +48,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "*", "@types/node": "*", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", diff --git a/plugins/github-pull-requests-board/package.json b/plugins/github-pull-requests-board/package.json index a26ffd619b..03a1bd081e 100644 --- a/plugins/github-pull-requests-board/package.json +++ b/plugins/github-pull-requests-board/package.json @@ -54,7 +54,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json index 1b35b52dab..9b850e5dc3 100644 --- a/plugins/gitops-profiles/package.json +++ b/plugins/gitops-profiles/package.json @@ -53,7 +53,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index ec64e72090..cee6976b5b 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -54,7 +54,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/lodash": "^4.14.173", "@types/luxon": "^3.0.0", "@types/node": "^16.11.26", diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index a9498119af..e19e1d4036 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -56,7 +56,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/codemirror": "^5.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/home/package.json b/plugins/home/package.json index ba4cb4fa66..c53de70940 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -59,7 +59,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index 765acdffbd..bdf7bdd430 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -49,7 +49,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index b7b942a3cd..3243bd6411 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/package.json @@ -59,7 +59,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/testing-library__jest-dom": "^5.9.1", "cross-fetch": "^3.1.5", diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json index 40757a95f0..026d26de62 100644 --- a/plugins/kafka/package.json +++ b/plugins/kafka/package.json @@ -48,7 +48,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "jest-when": "^3.1.0", diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index a029690612..574e1aa9fa 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -64,7 +64,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index be0f99b712..d209f4660f 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -57,7 +57,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json index eca16d0d72..0d858cdc93 100644 --- a/plugins/newrelic/package.json +++ b/plugins/newrelic/package.json @@ -52,7 +52,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/org/package.json b/plugins/org/package.json index 676fd79b54..a6701a3c1d 100644 --- a/plugins/org/package.json +++ b/plugins/org/package.json @@ -55,7 +55,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index 88ff39d584..df5971497d 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -59,7 +59,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json index f31be3a481..03a15b2b4a 100644 --- a/plugins/periskop/package.json +++ b/plugins/periskop/package.json @@ -47,7 +47,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/luxon": "^3.0.0", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", diff --git a/plugins/permission-common/package.json b/plugins/permission-common/package.json index 5331f3248a..6c3c9d2d29 100644 --- a/plugins/permission-common/package.json +++ b/plugins/permission-common/package.json @@ -49,7 +49,6 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.2", - "@types/jest": "^26.0.7", "msw": "^0.47.0" } } diff --git a/plugins/permission-react/package.json b/plugins/permission-react/package.json index 9b5b5e1c5c..621379544c 100644 --- a/plugins/permission-react/package.json +++ b/plugins/permission-react/package.json @@ -47,8 +47,7 @@ "@backstage/cli": "^0.19.0-next.1", "@backstage/test-utils": "^1.2.0-next.1", "@testing-library/jest-dom": "^5.10.1", - "@testing-library/react": "^12.1.3", - "@types/jest": "^26.0.7" + "@testing-library/react": "^12.1.3" }, "files": [ "dist" diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index 2fbe1ce7b5..769e002539 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -59,7 +59,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json index 6bec4207d3..a9c95cacb8 100644 --- a/plugins/scaffolder-backend-module-cookiecutter/package.json +++ b/plugins/scaffolder-backend-module-cookiecutter/package.json @@ -38,7 +38,6 @@ "@backstage/cli": "^0.19.0-next.2", "@types/command-exists": "^1.2.0", "@types/fs-extra": "^9.0.1", - "@types/jest": "^26.0.7", "@types/mock-fs": "^4.13.0", "mock-fs": "^5.1.0", "msw": "^0.47.0" diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json index 43f7d49b11..3c47c435df 100644 --- a/plugins/scaffolder-backend-module-rails/package.json +++ b/plugins/scaffolder-backend-module-rails/package.json @@ -36,7 +36,6 @@ "@backstage/cli": "^0.19.0-next.1", "@types/command-exists": "^1.2.0", "@types/fs-extra": "^9.0.1", - "@types/jest": "^26.0.7", "@types/mock-fs": "^4.13.0", "@types/node": "^16.11.26", "jest-when": "^3.1.0", diff --git a/plugins/scaffolder-backend-module-yeoman/package.json b/plugins/scaffolder-backend-module-yeoman/package.json index 284c985f09..0a8648134f 100644 --- a/plugins/scaffolder-backend-module-yeoman/package.json +++ b/plugins/scaffolder-backend-module-yeoman/package.json @@ -30,8 +30,7 @@ }, "devDependencies": { "@backstage/backend-common": "^0.15.1-next.0", - "@backstage/cli": "^0.19.0-next.1", - "@types/jest": "^26.0.7" + "@backstage/cli": "^0.19.0-next.1" }, "files": [ "dist" diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 33a5893269..5416c0bb2c 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -89,7 +89,6 @@ "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.18.1", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "event-source-polyfill": "1.0.25", diff --git a/plugins/search/package.json b/plugins/search/package.json index bb4a32e9a0..89401a8189 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -64,7 +64,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json index 92236bdd3f..d23bd17cdb 100644 --- a/plugins/sentry/package.json +++ b/plugins/sentry/package.json @@ -58,7 +58,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/luxon": "^3.0.0", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index 3796923e24..80e0c75488 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -48,7 +48,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json index d11ab887b3..d4a36da284 100644 --- a/plugins/sonarqube/package.json +++ b/plugins/sonarqube/package.json @@ -58,7 +58,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "msw": "^0.47.0" }, diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json index fd68d42c97..f9e464819f 100644 --- a/plugins/splunk-on-call/package.json +++ b/plugins/splunk-on-call/package.json @@ -57,7 +57,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/luxon": "^3.0.0", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 133de91fc4..156f7b1a26 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -47,7 +47,6 @@ "@backstage/test-utils": "^1.2.0-next.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "msw": "^0.47.0" }, diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index becd5aef0c..836181aea6 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -53,7 +53,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index f7d734ea12..f2d4fd5ee2 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -56,7 +56,6 @@ "@testing-library/user-event": "^14.0.0", "@types/color": "^3.0.1", "@types/d3-force": "^3.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json index 8bce271d4d..54548fb080 100644 --- a/plugins/techdocs-addons-test-utils/package.json +++ b/plugins/techdocs-addons-test-utils/package.json @@ -61,7 +61,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/techdocs-module-addons-contrib/package.json b/plugins/techdocs-module-addons-contrib/package.json index 47fc07377f..35db982035 100644 --- a/plugins/techdocs-module-addons-contrib/package.json +++ b/plugins/techdocs-module-addons-contrib/package.json @@ -58,7 +58,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 74612d04e4..4ea6307408 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -75,7 +75,6 @@ "@testing-library/user-event": "^14.0.0", "@types/dompurify": "^2.2.2", "@types/event-source-polyfill": "^1.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "canvas": "^2.6.1", "cross-fetch": "^3.1.5", diff --git a/plugins/todo/package.json b/plugins/todo/package.json index 25b80da98e..880209654b 100644 --- a/plugins/todo/package.json +++ b/plugins/todo/package.json @@ -52,7 +52,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 871feea539..0f6ab5161b 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -53,7 +53,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/vault/package.json b/plugins/vault/package.json index 2dd74b7212..00d4d4bf47 100644 --- a/plugins/vault/package.json +++ b/plugins/vault/package.json @@ -55,7 +55,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "*", "@types/node": "*", "cross-fetch": "^3.1.5", "msw": "^0.47.0" diff --git a/plugins/xcmetrics/package.json b/plugins/xcmetrics/package.json index 562bf5237f..94cd0e8066 100644 --- a/plugins/xcmetrics/package.json +++ b/plugins/xcmetrics/package.json @@ -46,7 +46,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^26.0.7", "@types/luxon": "^3.0.0", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", diff --git a/yarn.lock b/yarn.lock index 68289259b0..99ea29fc38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2829,7 +2829,6 @@ __metadata: "@material-ui/icons": ^4.9.1 "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 peerDependencies: @@ -3016,7 +3015,6 @@ __metadata: "@backstage/catalog-model": ^1.1.0 "@backstage/cli": ^0.19.0-next.2 "@backstage/errors": ^1.1.0 - "@types/jest": ^26.0.7 cross-fetch: ^3.1.5 msw: ^0.47.0 languageName: unknown @@ -3041,7 +3039,6 @@ __metadata: "@backstage/config": ^1.0.1 "@backstage/errors": ^1.1.0 "@backstage/types": ^1.0.0 - "@types/jest": ^26.0.7 "@types/json-schema": ^7.0.5 "@types/lodash": ^4.14.151 ajv: ^8.10.0 @@ -3057,7 +3054,6 @@ __metadata: resolution: "@backstage/cli-common@workspace:packages/cli-common" dependencies: "@backstage/cli": ^0.19.0-next.1 - "@types/jest": ^26.0.7 "@types/node": ^16.0.0 languageName: unknown linkType: soft @@ -3103,6 +3099,7 @@ __metadata: "@types/fs-extra": ^9.0.1 "@types/http-proxy": ^1.17.4 "@types/inquirer": ^8.1.3 + "@types/jest": ^27 "@types/minimatch": ^5.0.0 "@types/mock-fs": ^4.13.0 "@types/node": ^16.11.26 @@ -3228,7 +3225,6 @@ __metadata: "@backstage/config": ^1.0.1 "@backstage/errors": ^1.1.0 "@backstage/types": ^1.0.0 - "@types/jest": ^26.0.7 "@types/json-schema": ^7.0.6 "@types/json-schema-merge-allof": ^0.6.0 "@types/mock-fs": ^4.10.0 @@ -3256,7 +3252,6 @@ __metadata: "@backstage/cli": ^0.19.0-next.1 "@backstage/test-utils": ^1.2.0-next.1 "@backstage/types": ^1.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.0.0 lodash: ^4.17.21 languageName: unknown @@ -3276,7 +3271,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/prop-types": ^15.7.3 "@types/zen-observable": ^0.8.0 @@ -3325,7 +3319,6 @@ __metadata: "@types/d3-zoom": ^3.0.1 "@types/dagre": ^0.7.44 "@types/google-protobuf": ^3.7.2 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react-helmet": ^6.1.0 "@types/react-sparklines": ^1.7.0 @@ -3435,7 +3428,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/prop-types": ^15.7.3 "@types/zen-observable": ^0.8.0 @@ -3512,7 +3504,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.0.0 react-use: ^17.2.4 zen-observable: ^0.8.15 @@ -3531,7 +3522,6 @@ __metadata: dependencies: "@backstage/cli": ^0.19.0-next.1 "@backstage/types": ^1.0.0 - "@types/jest": ^26.0.7 cross-fetch: ^3.1.5 serialize-error: ^8.0.1 languageName: unknown @@ -3555,7 +3545,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -3595,7 +3584,6 @@ __metadata: "@backstage/test-utils": ^1.2.0-next.2 "@octokit/auth-app": ^4.0.0 "@octokit/rest": ^19.0.3 - "@types/jest": ^26.0.7 "@types/luxon": ^3.0.0 cross-fetch: ^3.1.5 git-url-parse: ^13.0.0 @@ -3681,7 +3669,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/git-url-parse": ^9.0.0 - "@types/jest": "*" "@types/node": "*" cross-fetch: ^3.1.5 git-url-parse: ^13.0.0 @@ -3735,7 +3722,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/object-hash": ^2.2.1 cross-fetch: ^3.1.5 @@ -3767,7 +3753,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -3796,7 +3781,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -3823,7 +3807,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -3868,7 +3851,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/swagger-ui-react": ^4.1.1 cross-fetch: ^3.1.5 @@ -3905,7 +3887,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": "*" "@types/node": "*" cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -4077,7 +4058,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 humanize-duration: ^3.27.0 @@ -4132,7 +4112,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -4221,7 +4200,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/recharts": ^1.8.15 cross-fetch: ^3.1.5 @@ -4577,7 +4555,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 classnames: ^2.3.1 lodash: ^4.17.15 p-limit: ^3.1.0 @@ -4640,7 +4617,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 cross-fetch: ^3.1.5 git-url-parse: ^13.0.0 js-base64: ^3.6.0 @@ -4698,7 +4674,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/jwt-decode": ^3.1.0 "@types/zen-observable": ^0.8.0 classnames: ^2.2.6 @@ -4778,7 +4753,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 cross-fetch: ^3.1.5 history: ^5.0.0 lodash: ^4.17.21 @@ -4853,7 +4827,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/humanize-duration": ^3.25.1 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 circleci-api: ^4.0.0 cross-fetch: ^3.1.5 @@ -4888,7 +4861,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -4921,7 +4893,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/humanize-duration": ^3.27.1 - "@types/jest": ^26.0.7 "@types/luxon": ^3.0.0 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 @@ -4985,7 +4956,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/highlightjs": ^10.1.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/recharts": ^1.8.15 cross-fetch: ^3.1.5 @@ -5020,7 +4990,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": "*" "@types/node": "*" cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -5052,7 +5021,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 jsonschema: ^1.2.6 @@ -5093,7 +5061,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/pluralize": ^0.0.29 "@types/recharts": ^1.8.14 @@ -5136,7 +5103,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": "*" "@types/node": "*" express: ^4.18.1 msw: ^0.47.0 @@ -5158,7 +5124,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -5185,7 +5150,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 classnames: ^2.2.6 cross-fetch: ^3.1.5 @@ -5217,7 +5181,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -5248,7 +5211,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -5281,7 +5243,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/dompurify": ^2.3.3 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/sanitize-html": ^2.6.2 classnames: ^2.3.1 @@ -5315,7 +5276,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -5345,7 +5305,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/recharts": ^1.8.15 cross-fetch: ^3.1.5 @@ -5382,7 +5341,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -5418,7 +5376,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -5451,7 +5408,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": "*" "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -5484,7 +5440,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -5514,7 +5469,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -5545,7 +5499,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/lodash": ^4.14.173 "@types/luxon": ^3.0.0 "@types/node": ^16.11.26 @@ -5578,7 +5531,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/codemirror": ^5.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 graphiql: ^1.5.12 @@ -5639,7 +5591,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 lodash: ^4.17.21 @@ -5698,7 +5649,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 humanize-duration: ^3.26.0 @@ -5768,7 +5718,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/testing-library__jest-dom": ^5.9.1 cross-fetch: ^3.1.5 @@ -5825,7 +5774,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 jest-when: ^3.1.0 @@ -5907,7 +5855,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cronstrue: ^2.2.0 @@ -5944,7 +5891,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -5996,7 +5942,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -6026,7 +5971,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -6061,7 +6005,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 classnames: ^2.2.6 cross-fetch: ^3.1.5 @@ -6114,7 +6057,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/luxon": ^3.0.0 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 @@ -6161,7 +6103,6 @@ __metadata: "@backstage/cli": ^0.19.0-next.2 "@backstage/config": ^1.0.1 "@backstage/errors": ^1.1.0 - "@types/jest": ^26.0.7 cross-fetch: ^3.1.5 msw: ^0.47.0 uuid: ^8.0.0 @@ -6214,7 +6155,6 @@ __metadata: "@backstage/test-utils": ^1.2.0-next.1 "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 - "@types/jest": ^26.0.7 cross-fetch: ^3.1.5 react-use: ^17.2.4 swr: ^1.1.2 @@ -6315,7 +6255,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -6343,7 +6282,6 @@ __metadata: "@backstage/types": ^1.0.0 "@types/command-exists": ^1.2.0 "@types/fs-extra": ^9.0.1 - "@types/jest": ^26.0.7 "@types/mock-fs": ^4.13.0 command-exists: ^1.2.9 fs-extra: 10.1.0 @@ -6367,7 +6305,6 @@ __metadata: "@backstage/types": ^1.0.0 "@types/command-exists": ^1.2.0 "@types/fs-extra": ^9.0.1 - "@types/jest": ^26.0.7 "@types/mock-fs": ^4.13.0 "@types/node": ^16.11.26 command-exists: ^1.2.9 @@ -6386,7 +6323,6 @@ __metadata: "@backstage/config": ^1.0.1 "@backstage/plugin-scaffolder-backend": ^1.6.0-next.0 "@backstage/types": ^1.0.0 - "@types/jest": ^26.0.7 winston: ^3.2.1 yeoman-environment: ^3.9.1 languageName: unknown @@ -6503,7 +6439,6 @@ __metadata: "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 "@types/humanize-duration": ^3.18.1 - "@types/jest": ^26.0.7 "@types/json-schema": ^7.0.9 "@types/node": ^16.11.26 "@uiw/react-codemirror": ^4.9.3 @@ -6693,7 +6628,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -6727,7 +6661,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/luxon": ^3.0.0 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 @@ -6760,7 +6693,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/zen-observable": ^0.8.2 cross-fetch: ^3.1.5 @@ -6816,7 +6748,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -6846,7 +6777,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/luxon": ^3.0.0 "@types/node": ^16.11.26 classnames: ^2.2.6 @@ -6892,7 +6822,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 lodash: ^4.17.21 @@ -7028,7 +6957,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -7059,7 +6987,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/color": ^3.0.1 "@types/d3-force": ^3.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 color: ^4.0.1 @@ -7095,7 +7022,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -7164,7 +7090,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -7272,7 +7197,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/dompurify": ^2.2.2 "@types/event-source-polyfill": ^1.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 canvas: ^2.6.1 cross-fetch: ^3.1.5 @@ -7336,7 +7260,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -7364,7 +7287,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -7423,7 +7345,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": "*" "@types/node": "*" cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -7451,7 +7372,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/luxon": ^3.0.0 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 @@ -7471,7 +7391,6 @@ __metadata: dependencies: "@backstage/cli": ^0.19.0-next.2 "@backstage/test-utils": ^1.2.0-next.2 - "@types/jest": ^26.0.7 "@types/node": ^16.0.0 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -7495,7 +7414,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^0.47.0 @@ -9233,7 +9151,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 msw: ^0.47.0 react-use: ^17.2.4 @@ -9472,19 +9389,6 @@ __metadata: languageName: node linkType: hard -"@jest/types@npm:^26.6.2": - version: 26.6.2 - resolution: "@jest/types@npm:26.6.2" - dependencies: - "@types/istanbul-lib-coverage": ^2.0.0 - "@types/istanbul-reports": ^3.0.0 - "@types/node": "*" - "@types/yargs": ^15.0.0 - chalk: ^4.0.0 - checksum: a0bd3d2f22f26ddb23f41fddf6e6a30bf4fab2ce79ec1cb6ce6fdfaf90a72e00f4c71da91ec61e13db3b10c41de22cf49d07c57ff2b59171d64b29f909c1d8d6 - languageName: node - linkType: hard - "@jest/types@npm:^27.2.5": version: 27.2.5 resolution: "@jest/types@npm:27.2.5" @@ -13376,7 +13280,6 @@ __metadata: "@types/dockerode": ^3.3.0 "@types/fs-extra": ^9.0.6 "@types/http-proxy": ^1.17.4 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/serve-handler": ^6.1.0 "@types/webpack-env": ^1.15.3 @@ -14345,13 +14248,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:^26.0.7": - version: 26.0.24 - resolution: "@types/jest@npm:26.0.24" +"@types/jest@npm:^27": + version: 27.5.2 + resolution: "@types/jest@npm:27.5.2" dependencies: - jest-diff: ^26.0.0 - pretty-format: ^26.0.0 - checksum: ae39675412f08d884926254e9b12bfd2b5a4e4d204c94d3148cb942174a474930d0c60540133c968f22241d4712b7940c96cbc883096eb326a4d5b206fb78bd0 + jest-matcher-utils: ^27.0.0 + pretty-format: ^27.0.0 + checksum: 7e11c6826aa429ad990dc262e4e4b54aa36573287fddf15773e4137f07d11d3105f0dd9f1baff73252160a057df23f5529bb83b1bf83cd3f45f9460a5ca5c22e languageName: node linkType: hard @@ -15401,15 +15304,6 @@ __metadata: languageName: node linkType: hard -"@types/yargs@npm:^15.0.0": - version: 15.0.4 - resolution: "@types/yargs@npm:15.0.4" - dependencies: - "@types/yargs-parser": "*" - checksum: 8daf7a70316d79e95fba9774930e42009d6b8fa7b89851e66d625f0eb00abf3b7208d032392fae4a8350a037946eed3f27acb09266a67816fe4b918b7fa53316 - languageName: node - linkType: hard - "@types/yargs@npm:^16.0.0": version: 16.0.4 resolution: "@types/yargs@npm:16.0.4" @@ -16306,7 +16200,7 @@ __metadata: languageName: node linkType: hard -"ansi-regex@npm:^5.0.0, ansi-regex@npm:^5.0.1": +"ansi-regex@npm:^5.0.1": version: 5.0.1 resolution: "ansi-regex@npm:5.0.1" checksum: 2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b @@ -20928,13 +20822,6 @@ __metadata: languageName: node linkType: hard -"diff-sequences@npm:^26.6.2": - version: 26.6.2 - resolution: "diff-sequences@npm:26.6.2" - checksum: 79af871776ef149a7ff3345d6b1bf37fe6e81f68632aa5542787851f6f60fba19b0be22fdd1e06046f56ae7382763ccfe94a982c39ee72bd107aef435ecbc0cf - languageName: node - linkType: hard - "diff-sequences@npm:^27.5.1": version: 27.5.1 resolution: "diff-sequences@npm:27.5.1" @@ -22553,7 +22440,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/jquery": ^3.3.34 "@types/node": ^16.11.26 "@types/react-dom": "*" @@ -26981,18 +26867,6 @@ __metadata: languageName: node linkType: hard -"jest-diff@npm:^26.0.0": - version: 26.6.2 - resolution: "jest-diff@npm:26.6.2" - dependencies: - chalk: ^4.0.0 - diff-sequences: ^26.6.2 - jest-get-type: ^26.3.0 - pretty-format: ^26.6.2 - checksum: d00d297f31e1ac0252127089892432caa7a11c69bde29cf3bb6c7a839c8afdb95cf1fd401f9df16a4422745da2e6a5d94b428b30666a2540c38e1c5699915c2d - languageName: node - linkType: hard - "jest-diff@npm:^27.5.1": version: 27.5.1 resolution: "jest-diff@npm:27.5.1" @@ -27056,13 +26930,6 @@ __metadata: languageName: node linkType: hard -"jest-get-type@npm:^26.3.0": - version: 26.3.0 - resolution: "jest-get-type@npm:26.3.0" - checksum: 1cc6465ae4f5e880be22ba52fd270fa64c21994915f81b41f8f7553a7957dd8e077cc8d03035de9412e2d739f8bad6a032ebb5dab5805692a5fb9e20dd4ea666 - languageName: node - linkType: hard - "jest-get-type@npm:^27.5.1": version: 27.5.1 resolution: "jest-get-type@npm:27.5.1" @@ -33649,18 +33516,6 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:^26.0.0, pretty-format@npm:^26.6.2": - version: 26.6.2 - resolution: "pretty-format@npm:26.6.2" - dependencies: - "@jest/types": ^26.6.2 - ansi-regex: ^5.0.0 - ansi-styles: ^4.0.0 - react-is: ^17.0.1 - checksum: e3b808404d7e1519f0df1aa1f25cee0054ab475775c6b2b8c5568ff23194a92d54bf93274139b6f584ca70fd773be4eaa754b0e03f12bb0a8d1426b07f079976 - languageName: node - linkType: hard - "pretty-format@npm:^27.0.0, pretty-format@npm:^27.5.1": version: 27.5.1 resolution: "pretty-format@npm:27.5.1" @@ -38295,7 +38150,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^26.0.7 "@types/node": ^16.11.26 "@types/react-dom": "*" cross-env: ^7.0.0