From 8cec7664e146d11521c54354fe29c1e6da2b5d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 31 Aug 2023 17:03:17 +0200 Subject: [PATCH] remove dependencies on @types/node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/red-pens-knock.md | 93 +++++++++++++++++++ packages/app-defaults/package.json | 1 - packages/app-next/package.json | 1 - packages/app/package.json | 1 - .../templates/default-plugin/package.json.hbs | 1 - packages/config-loader/package.json | 1 - packages/config/package.json | 3 +- packages/core-app-api/package.json | 1 - packages/core-components/package.json | 1 - packages/core-plugin-api/package.json | 1 - .../default-app/packages/app/package.json.hbs | 1 - packages/dev-utils/package.json | 3 +- packages/integration-react/package.json | 1 - packages/release-manifests/package.json | 1 - .../techdocs-cli-embedded-app/package.json | 1 - packages/test-utils/package.json | 1 - plugins/adr/package.json | 1 - plugins/airbrake/package.json | 1 - plugins/allure/package.json | 1 - plugins/analytics-module-ga/package.json | 1 - plugins/analytics-module-ga4/package.json | 1 - .../package.json | 1 - plugins/apache-airflow/package.json | 1 - plugins/api-docs/package.json | 1 - plugins/apollo-explorer/package.json | 1 - plugins/azure-devops/package.json | 1 - plugins/azure-sites/package.json | 1 - plugins/badges-backend/package.json | 1 - plugins/badges/package.json | 3 +- plugins/bitrise/package.json | 1 - .../catalog-unprocessed-entities/package.json | 1 - plugins/circleci/package.json | 1 - plugins/cloudbuild/package.json | 1 - plugins/code-climate/package.json | 1 - plugins/code-coverage/package.json | 1 - plugins/codescene/package.json | 1 - plugins/config-schema/package.json | 1 - plugins/cost-insights/package.json | 1 - plugins/devtools/package.json | 1 - plugins/dynatrace/package.json | 1 - plugins/entity-feedback/package.json | 1 - plugins/entity-validation/package.json | 1 - plugins/example-todo-list-common/package.json | 1 - plugins/example-todo-list/package.json | 1 - plugins/explore-react/package.json | 1 - plugins/explore/package.json | 1 - plugins/firehydrant/package.json | 1 - plugins/fossa/package.json | 1 - plugins/gcalendar/package.json | 1 - plugins/gcp-projects/package.json | 1 - plugins/git-release-manager/package.json | 1 - plugins/github-actions/package.json | 1 - plugins/github-deployments/package.json | 1 - plugins/github-issues/package.json | 1 - .../github-pull-requests-board/package.json | 1 - plugins/gitops-profiles/package.json | 1 - plugins/gocd/package.json | 1 - plugins/graphiql/package.json | 1 - plugins/graphql-voyager/package.json | 1 - plugins/home-react/package.json | 1 - plugins/home/package.json | 1 - plugins/ilert/package.json | 1 - plugins/jenkins/package.json | 1 - plugins/kafka/package.json | 1 - plugins/kubernetes/package.json | 1 - plugins/lighthouse/package.json | 1 - plugins/linguist/package.json | 1 - plugins/microsoft-calendar/package.json | 1 - plugins/newrelic/package.json | 1 - plugins/nomad/package.json | 1 - plugins/octopus-deploy/package.json | 1 - plugins/org-react/package.json | 1 - plugins/org/package.json | 1 - plugins/pagerduty/package.json | 1 - plugins/periskop/package.json | 1 - plugins/playlist/package.json | 1 - plugins/puppetdb/package.json | 1 - plugins/rollbar/package.json | 1 - plugins/scaffolder/package.json | 1 - plugins/search/package.json | 1 - plugins/sentry/package.json | 1 - plugins/shortcuts/package.json | 1 - plugins/sonarqube/package.json | 1 - plugins/splunk-on-call/package.json | 1 - plugins/stack-overflow/package.json | 1 - plugins/stackstorm/package.json | 1 - plugins/tech-insights/package.json | 1 - plugins/tech-radar/package.json | 1 - .../techdocs-addons-test-utils/package.json | 1 - .../package.json | 1 - plugins/techdocs/package.json | 1 - plugins/todo/package.json | 1 - plugins/user-settings/package.json | 1 - plugins/vault/package.json | 1 - plugins/xcmetrics/package.json | 1 - yarn.lock | 92 ------------------ 96 files changed, 96 insertions(+), 189 deletions(-) create mode 100644 .changeset/red-pens-knock.md diff --git a/.changeset/red-pens-knock.md b/.changeset/red-pens-knock.md new file mode 100644 index 0000000000..98ee51b894 --- /dev/null +++ b/.changeset/red-pens-knock.md @@ -0,0 +1,93 @@ +--- +'@backstage/plugin-analytics-module-newrelic-browser': patch +'@backstage/plugin-techdocs-module-addons-contrib': patch +'@backstage/plugin-catalog-unprocessed-entities': patch +'@backstage/plugin-github-pull-requests-board': patch +'@backstage/plugin-techdocs-addons-test-utils': patch +'@backstage/plugin-analytics-module-ga4': patch +'@backstage/plugin-analytics-module-ga': patch +'@backstage/plugin-git-release-manager': patch +'@backstage/integration-react': patch +'@backstage/release-manifests': patch +'@backstage/plugin-github-deployments': patch +'@backstage/plugin-microsoft-calendar': patch +'@backstage/plugin-entity-validation': patch +'@backstage/core-components': patch +'@backstage/core-plugin-api': patch +'@backstage/plugin-apollo-explorer': patch +'@backstage/plugin-entity-feedback': patch +'@backstage/plugin-gitops-profiles': patch +'@backstage/plugin-graphql-voyager': patch +'@backstage/config-loader': patch +'@backstage/plugin-apache-airflow': patch +'@backstage/plugin-badges-backend': patch +'@backstage/plugin-github-actions': patch +'@backstage/plugin-octopus-deploy': patch +'@backstage/plugin-splunk-on-call': patch +'@backstage/plugin-stack-overflow': patch +'@backstage/app-defaults': patch +'@backstage/core-app-api': patch +'@backstage/plugin-code-coverage': patch +'@backstage/plugin-config-schema': patch +'@backstage/plugin-cost-insights': patch +'@backstage/plugin-explore-react': patch +'@backstage/plugin-github-issues': patch +'@backstage/plugin-tech-insights': patch +'@backstage/plugin-user-settings': patch +'@backstage/plugin-azure-devops': patch +'@backstage/plugin-code-climate': patch +'@backstage/plugin-gcp-projects': patch +'@backstage/create-app': patch +'@backstage/test-utils': patch +'@backstage/plugin-azure-sites': patch +'@backstage/plugin-firehydrant': patch +'@backstage/dev-utils': patch +'@backstage/plugin-cloudbuild': patch +'@backstage/plugin-home-react': patch +'@backstage/plugin-kubernetes': patch +'@backstage/plugin-lighthouse': patch +'@backstage/plugin-scaffolder': patch +'@backstage/plugin-stackstorm': patch +'@backstage/plugin-tech-radar': patch +'@backstage/plugin-codescene': patch +'@backstage/plugin-dynatrace': patch +'@backstage/plugin-gcalendar': patch +'@backstage/plugin-org-react': patch +'@backstage/plugin-pagerduty': patch +'@backstage/plugin-shortcuts': patch +'@backstage/plugin-sonarqube': patch +'@backstage/plugin-xcmetrics': patch +'@backstage/plugin-airbrake': patch +'@backstage/plugin-api-docs': patch +'@backstage/plugin-circleci': patch +'@backstage/plugin-devtools': patch +'@backstage/plugin-graphiql': patch +'@backstage/plugin-linguist': patch +'@backstage/plugin-newrelic': patch +'@backstage/plugin-periskop': patch +'@backstage/plugin-playlist': patch +'@backstage/plugin-puppetdb': patch +'@backstage/plugin-techdocs': patch +'@backstage/config': patch +'@backstage/plugin-bitrise': patch +'@backstage/plugin-explore': patch +'@backstage/plugin-jenkins': patch +'@backstage/plugin-rollbar': patch +'@backstage/plugin-allure': patch +'@backstage/plugin-badges': patch +'@backstage/plugin-search': patch +'@backstage/plugin-sentry': patch +'@backstage/plugin-fossa': patch +'@backstage/plugin-ilert': patch +'@backstage/plugin-kafka': patch +'@backstage/plugin-nomad': patch +'@backstage/plugin-vault': patch +'@backstage/cli': patch +'@backstage/plugin-gocd': patch +'@backstage/plugin-home': patch +'@backstage/plugin-todo': patch +'@backstage/plugin-adr': patch +'@backstage/plugin-org': patch +--- + +Removed `@types/node` dependency diff --git a/packages/app-defaults/package.json b/packages/app-defaults/package.json index 2f9487a31c..e4f227f1b1 100644 --- a/packages/app-defaults/package.json +++ b/packages/app-defaults/package.json @@ -50,7 +50,6 @@ "@backstage/test-utils": "workspace:^", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0" }, "files": [ diff --git a/packages/app-next/package.json b/packages/app-next/package.json index d2d7597db1..013c7a3d5c 100644 --- a/packages/app-next/package.json +++ b/packages/app-next/package.json @@ -104,7 +104,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/jquery": "^3.3.34", - "@types/node": "^16.11.26", "@types/react": "*", "@types/react-dom": "*", "@types/zen-observable": "^0.8.0", diff --git a/packages/app/package.json b/packages/app/package.json index 4e70cbb2b2..2df502fb7f 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -108,7 +108,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/jquery": "^3.3.34", - "@types/node": "^16.11.26", "@types/react": "*", "@types/react-dom": "*", "@types/zen-observable": "^0.8.0", diff --git a/packages/cli/templates/default-plugin/package.json.hbs b/packages/cli/templates/default-plugin/package.json.hbs index 463fc6ea90..4e470c8c48 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/node": "{{versionQuery '@types/node' '16.11.26'}}", "msw": "{{versionQuery 'msw' '1.0.0'}}" }, "files": [ diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index 9145e1b878..cd0c559171 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -56,7 +56,6 @@ "@backstage/cli": "workspace:^", "@types/json-schema-merge-allof": "^0.6.0", "@types/mock-fs": "^4.10.0", - "@types/node": "^16.11.26", "@types/yup": "^0.29.13", "mock-fs": "^5.1.0", "msw": "^1.0.0", diff --git a/packages/config/package.json b/packages/config/package.json index 7310adaacf..72fe10a723 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -38,8 +38,7 @@ }, "devDependencies": { "@backstage/cli": "workspace:^", - "@backstage/test-utils": "workspace:^", - "@types/node": "^16.0.0" + "@backstage/test-utils": "workspace:^" }, "files": [ "dist" diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json index c319d65431..8e3cd7adae 100644 --- a/packages/core-app-api/package.json +++ b/packages/core-app-api/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/node": "^16.11.26", "@types/zen-observable": "^0.8.0", "msw": "^1.0.0", "react-router-beta": "npm:react-router@6.0.0-beta.0", diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 0e0a1f1857..d89efc2e83 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -95,7 +95,6 @@ "@types/d3-zoom": "^3.0.1", "@types/dagre": "^0.7.44", "@types/google-protobuf": "^3.7.2", - "@types/node": "^16.11.26", "@types/react-helmet": "^6.1.0", "@types/react-syntax-highlighter": "^15.0.0", "@types/react-virtualized-auto-sizer": "^1.0.1", diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json index 9f1d095e06..0c14d525a9 100644 --- a/packages/core-plugin-api/package.json +++ b/packages/core-plugin-api/package.json @@ -67,7 +67,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/prop-types": "^15.7.3", "@types/zen-observable": "^0.8.0", "msw": "^1.0.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 02535e217c..6793a91dd0 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 @@ -58,7 +58,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@testing-library/dom": "^8.0.0", - "@types/node": "^16.11.26", "@types/react-dom": "*", "cross-env": "^7.0.0", "cypress": "^9.7.0", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index f55ebb7262..3731177cc5 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -57,8 +57,7 @@ "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { - "@backstage/cli": "workspace:^", - "@types/node": "^16.0.0" + "@backstage/cli": "workspace:^" }, "files": [ "dist" diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index 7eb69a1f51..36e58bb6ab 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/packages/release-manifests/package.json b/packages/release-manifests/package.json index 0c6ad64446..15a6114984 100644 --- a/packages/release-manifests/package.json +++ b/packages/release-manifests/package.json @@ -37,7 +37,6 @@ "devDependencies": { "@backstage/cli": "workspace:^", "@backstage/test-utils": "workspace:^", - "@types/node": "^16.0.0", "msw": "^1.0.0" }, "files": [ diff --git a/packages/techdocs-cli-embedded-app/package.json b/packages/techdocs-cli-embedded-app/package.json index 74e52d34ea..73f16bd2fe 100644 --- a/packages/techdocs-cli-embedded-app/package.json +++ b/packages/techdocs-cli-embedded-app/package.json @@ -40,7 +40,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/react": "*", "@types/react-dom": "*", "cross-env": "^7.0.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 12b742bd12..8a702d3cc4 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -69,7 +69,6 @@ }, "devDependencies": { "@backstage/cli": "workspace:^", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/adr/package.json b/plugins/adr/package.json index 1bcb91c7e2..3d990780ae 100644 --- a/plugins/adr/package.json +++ b/plugins/adr/package.json @@ -61,7 +61,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/git-url-parse": "^9.0.0", - "@types/node": "*", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json index a0e8410fd4..c6935961e6 100644 --- a/plugins/airbrake/package.json +++ b/plugins/airbrake/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/allure/package.json b/plugins/allure/package.json index 1f23f091a7..091b560cef 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json index 5c2ff0194d..330c4330e1 100644 --- a/plugins/analytics-module-ga/package.json +++ b/plugins/analytics-module-ga/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/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "msw": "^1.0.0" }, diff --git a/plugins/analytics-module-ga4/package.json b/plugins/analytics-module-ga4/package.json index f036cdd122..0e169f01ab 100644 --- a/plugins/analytics-module-ga4/package.json +++ b/plugins/analytics-module-ga4/package.json @@ -50,7 +50,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/jest": "^28.1.3", - "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "msw": "^1.0.0" }, diff --git a/plugins/analytics-module-newrelic-browser/package.json b/plugins/analytics-module-newrelic-browser/package.json index f1a5715ed0..42cef80e6f 100644 --- a/plugins/analytics-module-newrelic-browser/package.json +++ b/plugins/analytics-module-newrelic-browser/package.json @@ -39,7 +39,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/apache-airflow/package.json b/plugins/apache-airflow/package.json index 193408dc79..050baece32 100644 --- a/plugins/apache-airflow/package.json +++ b/plugins/apache-airflow/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index 61bcf044b0..a12acd203a 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -64,7 +64,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/swagger-ui-react": "^4.18.0", "cross-fetch": "^3.1.5", "msw": "^1.0.0" diff --git a/plugins/apollo-explorer/package.json b/plugins/apollo-explorer/package.json index 9a0843f7c3..cf463629a7 100644 --- a/plugins/apollo-explorer/package.json +++ b/plugins/apollo-explorer/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json index b223daf20e..5b52fbcb90 100644 --- a/plugins/azure-devops/package.json +++ b/plugins/azure-devops/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/azure-sites/package.json b/plugins/azure-sites/package.json index 8b106db689..8cf49b0587 100644 --- a/plugins/azure-sites/package.json +++ b/plugins/azure-sites/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/badges-backend/package.json b/plugins/badges-backend/package.json index cce34992fe..8d1ea6bdf9 100644 --- a/plugins/badges-backend/package.json +++ b/plugins/badges-backend/package.json @@ -56,7 +56,6 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/catalog-client": "workspace:^", "@backstage/cli": "workspace:^", - "@types/node": "*", "cross-fetch": "^3.1.5" }, "files": [ diff --git a/plugins/badges/package.json b/plugins/badges/package.json index e066baf60b..e66fd94287 100644 --- a/plugins/badges/package.json +++ b/plugins/badges/package.json @@ -51,8 +51,7 @@ "@backstage/core-app-api": "workspace:^", "@backstage/dev-utils": "workspace:^", "@backstage/test-utils": "workspace:^", - "@testing-library/jest-dom": "^5.16.5", - "@types/node": "^16.11.26" + "@testing-library/jest-dom": "^5.16.5" }, "files": [ "dist" diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json index 11a1350112..c770a74288 100644 --- a/plugins/bitrise/package.json +++ b/plugins/bitrise/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/node": "^16.11.26", "@types/recharts": "^1.8.15", "msw": "^1.0.0" }, diff --git a/plugins/catalog-unprocessed-entities/package.json b/plugins/catalog-unprocessed-entities/package.json index 7d1ad64fd8..44a9ce46d0 100644 --- a/plugins/catalog-unprocessed-entities/package.json +++ b/plugins/catalog-unprocessed-entities/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 30527497d2..3ad465cecd 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -63,7 +63,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.25.1", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json index 03c5d2cf42..9644022f00 100644 --- a/plugins/cloudbuild/package.json +++ b/plugins/cloudbuild/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/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json index 67010bb454..3ad6397a5c 100644 --- a/plugins/code-climate/package.json +++ b/plugins/code-climate/package.json @@ -56,7 +56,6 @@ "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.27.1", "@types/luxon": "^3.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json index e05cab2939..a1f60c4399 100644 --- a/plugins/code-coverage/package.json +++ b/plugins/code-coverage/package.json @@ -60,7 +60,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/highlightjs": "^10.1.0", - "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "@types/recharts": "^1.8.15", "msw": "^1.0.0" diff --git a/plugins/codescene/package.json b/plugins/codescene/package.json index 2d77720200..b0bc6b5f2b 100644 --- a/plugins/codescene/package.json +++ b/plugins/codescene/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json index 83d63c2632..cdb7c9d19c 100644 --- a/plugins/config-schema/package.json +++ b/plugins/config-schema/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index ba97e8c089..a04a9fbf91 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -69,7 +69,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/pluralize": "^0.0.30", "@types/recharts": "^1.8.14", "@types/regression": "^2.0.0", diff --git a/plugins/devtools/package.json b/plugins/devtools/package.json index 04be523d59..7c7ec44575 100644 --- a/plugins/devtools/package.json +++ b/plugins/devtools/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/node": "*", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/dynatrace/package.json b/plugins/dynatrace/package.json index 92e87f7d40..dbeb3cc85c 100644 --- a/plugins/dynatrace/package.json +++ b/plugins/dynatrace/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/node": "*", "express": "^4.18.1", "msw": "^1.0.0" }, diff --git a/plugins/entity-feedback/package.json b/plugins/entity-feedback/package.json index 8363383f06..1c1c9404c2 100644 --- a/plugins/entity-feedback/package.json +++ b/plugins/entity-feedback/package.json @@ -56,7 +56,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.0.0", - "@types/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/entity-validation/package.json b/plugins/entity-validation/package.json index 52f2fe77ea..2f44a0ac9b 100644 --- a/plugins/entity-validation/package.json +++ b/plugins/entity-validation/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/example-todo-list-common/package.json b/plugins/example-todo-list-common/package.json index 237e474e9b..bf9b6fa372 100644 --- a/plugins/example-todo-list-common/package.json +++ b/plugins/example-todo-list-common/package.json @@ -36,7 +36,6 @@ "@backstage/core-app-api": "workspace:^", "@backstage/dev-utils": "workspace:^", "@backstage/test-utils": "workspace:^", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/example-todo-list/package.json b/plugins/example-todo-list/package.json index 5311992fc0..45a9f43f69 100644 --- a/plugins/example-todo-list/package.json +++ b/plugins/example-todo-list/package.json @@ -51,7 +51,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "msw": "^1.0.0" }, diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json index a8f9e413ba..499c3ff74f 100644 --- a/plugins/explore-react/package.json +++ b/plugins/explore-react/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/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", "msw": "^1.0.0" diff --git a/plugins/explore/package.json b/plugins/explore/package.json index d9f3dd46ef..c97f31e4db 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -65,7 +65,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json index 4067a244c4..8a17aedd5f 100644 --- a/plugins/firehydrant/package.json +++ b/plugins/firehydrant/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json index 710c8c11e0..fdd6ed6142 100644 --- a/plugins/fossa/package.json +++ b/plugins/fossa/package.json @@ -62,7 +62,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/gcalendar/package.json b/plugins/gcalendar/package.json index c9d7397448..bfa187e517 100644 --- a/plugins/gcalendar/package.json +++ b/plugins/gcalendar/package.json @@ -61,7 +61,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/dompurify": "^2.3.3", - "@types/node": "^16.11.26", "@types/sanitize-html": "^2.6.2", "msw": "^1.0.0" }, diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json index ee9b391aeb..3dad3130d0 100644 --- a/plugins/gcp-projects/package.json +++ b/plugins/gcp-projects/package.json @@ -56,7 +56,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json index 3aeb618e44..0e919ae556 100644 --- a/plugins/git-release-manager/package.json +++ b/plugins/git-release-manager/package.json @@ -58,7 +58,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/recharts": "^1.8.15", "msw": "^1.0.0" }, diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index 7841f04c9b..d92f37d990 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -64,7 +64,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index 4d91cb5400..f4078b4538 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/github-issues/package.json b/plugins/github-issues/package.json index 02ae68b339..71cd9b81e4 100644 --- a/plugins/github-issues/package.json +++ b/plugins/github-issues/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/github-pull-requests-board/package.json b/plugins/github-pull-requests-board/package.json index 6cf3831c3b..ff66e3cead 100644 --- a/plugins/github-pull-requests-board/package.json +++ b/plugins/github-pull-requests-board/package.json @@ -62,7 +62,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json index 3ce77f0552..3621ae602e 100644 --- a/plugins/gitops-profiles/package.json +++ b/plugins/gitops-profiles/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/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index a75c77a173..f82baa2560 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -59,7 +59,6 @@ "@testing-library/user-event": "^14.0.0", "@types/lodash": "^4.14.173", "@types/luxon": "^3.0.0", - "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "msw": "^1.0.0" }, diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index bcc38faef1..011593f847 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -59,7 +59,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/codemirror": "^5.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/graphql-voyager/package.json b/plugins/graphql-voyager/package.json index 61367fce29..b30e494af6 100644 --- a/plugins/graphql-voyager/package.json +++ b/plugins/graphql-voyager/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/home-react/package.json b/plugins/home-react/package.json index 9bba9533eb..81b97e3437 100644 --- a/plugins/home-react/package.json +++ b/plugins/home-react/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/node": "^16.11.26", "@types/react-grid-layout": "^1.3.2", "cross-fetch": "^3.1.5", "msw": "^1.0.0" diff --git a/plugins/home/package.json b/plugins/home/package.json index b5bb80d8b7..775a321952 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -68,7 +68,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/react-grid-layout": "^1.3.2", "msw": "^1.0.0" }, diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index 5d4eb009a3..462c769f34 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index 3d6c266840..623b98a721 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/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/node": "^16.11.26", "@types/testing-library__jest-dom": "^5.9.1", "cross-fetch": "^3.1.5", "msw": "^1.0.0" diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json index fbffb28061..02ecd7e880 100644 --- a/plugins/kafka/package.json +++ b/plugins/kafka/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/node": "^16.11.26", "jest-when": "^3.1.0", "msw": "^1.0.0" }, diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 696042be01..97d389dfc2 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -70,7 +70,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index bf429f9457..e52a373720 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -61,7 +61,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/linguist/package.json b/plugins/linguist/package.json index 542660bb26..ba8325f1bb 100644 --- a/plugins/linguist/package.json +++ b/plugins/linguist/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/microsoft-calendar/package.json b/plugins/microsoft-calendar/package.json index 341ce8b723..b506c5d30d 100644 --- a/plugins/microsoft-calendar/package.json +++ b/plugins/microsoft-calendar/package.json @@ -77,7 +77,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json index 73551c1cd0..24e1a2335b 100644 --- a/plugins/newrelic/package.json +++ b/plugins/newrelic/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/node": "^16.11.26", "@types/parse-link-header": "^2.0.1", "cross-fetch": "^3.1.5", "msw": "^1.2.3" diff --git a/plugins/nomad/package.json b/plugins/nomad/package.json index 3c4f48296f..7dfd6c2381 100644 --- a/plugins/nomad/package.json +++ b/plugins/nomad/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/node": "*", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/octopus-deploy/package.json b/plugins/octopus-deploy/package.json index 1862f284d6..710f2c802b 100644 --- a/plugins/octopus-deploy/package.json +++ b/plugins/octopus-deploy/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/org-react/package.json b/plugins/org-react/package.json index 5164277447..2d27c1d35e 100644 --- a/plugins/org-react/package.json +++ b/plugins/org-react/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/org/package.json b/plugins/org/package.json index bdf5db3a90..0b8976657e 100644 --- a/plugins/org/package.json +++ b/plugins/org/package.json @@ -62,7 +62,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index 2b106f9444..9ed01c318d 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -62,7 +62,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json index 0a2f7479d0..ffd45ecbe3 100644 --- a/plugins/periskop/package.json +++ b/plugins/periskop/package.json @@ -56,7 +56,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/luxon": "^3.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/playlist/package.json b/plugins/playlist/package.json index e223cd873c..c39b7cdc06 100644 --- a/plugins/playlist/package.json +++ b/plugins/playlist/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/node": "*", "msw": "^1.0.0", "swr": "^2.0.0" }, diff --git a/plugins/puppetdb/package.json b/plugins/puppetdb/package.json index 284b7608ed..9521ddf2d9 100644 --- a/plugins/puppetdb/package.json +++ b/plugins/puppetdb/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/node": "*", "msw": "^1.0.1" }, "files": [ diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index 7418441c4a..fb38b667f8 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -61,7 +61,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 54f6c33264..47e628bfcb 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -107,7 +107,6 @@ "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.18.1", "@types/json-schema": "^7.0.9", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/search/package.json b/plugins/search/package.json index 12a226c0c5..1df05c54ba 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -65,7 +65,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "history": "^5.0.0", "msw": "^1.0.0" }, diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json index aaddc315d4..8949e9c977 100644 --- a/plugins/sentry/package.json +++ b/plugins/sentry/package.json @@ -63,7 +63,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/luxon": "^3.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index 3dcdf12dd6..f4984eadd3 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -56,7 +56,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/zen-observable": "^0.8.2", "msw": "^1.0.0" }, diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json index a4b9271b84..05df7a84a6 100644 --- a/plugins/sonarqube/package.json +++ b/plugins/sonarqube/package.json @@ -65,7 +65,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json index 1f07dc93b6..fb82d28c2b 100644 --- a/plugins/splunk-on-call/package.json +++ b/plugins/splunk-on-call/package.json @@ -61,7 +61,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/luxon": "^3.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "configSchema": "config.d.ts", diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 56d2d4351c..01c5a236fc 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -57,7 +57,6 @@ "@testing-library/dom": "^8.0.0", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/stackstorm/package.json b/plugins/stackstorm/package.json index 9e01989b47..31a67ef571 100644 --- a/plugins/stackstorm/package.json +++ b/plugins/stackstorm/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index 2acb4bce71..c66b437618 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/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/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index 86ee0ce500..145469a9ad 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -60,7 +60,6 @@ "@testing-library/user-event": "^14.0.0", "@types/color": "^3.0.1", "@types/d3-force": "^3.0.0", - "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json index 1fb5be6dc3..e8a469e805 100644 --- a/plugins/techdocs-addons-test-utils/package.json +++ b/plugins/techdocs-addons-test-utils/package.json @@ -62,7 +62,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/techdocs-module-addons-contrib/package.json b/plugins/techdocs-module-addons-contrib/package.json index 6d259f12b9..0993d750d7 100644 --- a/plugins/techdocs-module-addons-contrib/package.json +++ b/plugins/techdocs-module-addons-contrib/package.json @@ -62,7 +62,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", "msw": "^1.0.0" }, diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 509729889c..0590c6683d 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -76,7 +76,6 @@ "@testing-library/user-event": "^14.0.0", "@types/dompurify": "^2.2.2", "@types/event-source-polyfill": "^1.0.0", - "@types/node": "^16.11.26", "canvas": "^2.10.2", "cross-fetch": "^3.1.5", "msw": "^1.0.0" diff --git a/plugins/todo/package.json b/plugins/todo/package.json index c0cc8cf984..428e11dde9 100644 --- a/plugins/todo/package.json +++ b/plugins/todo/package.json @@ -56,7 +56,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 76bd758919..4012c72081 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/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/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, diff --git a/plugins/vault/package.json b/plugins/vault/package.json index ec1da57024..5d6e7119c9 100644 --- a/plugins/vault/package.json +++ b/plugins/vault/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/node": "*", "msw": "^1.0.0" }, "files": [ diff --git a/plugins/xcmetrics/package.json b/plugins/xcmetrics/package.json index 315eace2de..eb952af74a 100644 --- a/plugins/xcmetrics/package.json +++ b/plugins/xcmetrics/package.json @@ -57,7 +57,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/luxon": "^3.0.0", - "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ diff --git a/yarn.lock b/yarn.lock index e7168d09ce..54061096b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3368,7 +3368,6 @@ __metadata: "@material-ui/icons": ^4.9.1 "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 peerDependencies: react: ^16.13.1 || ^17.0.0 @@ -3927,7 +3926,6 @@ __metadata: "@types/json-schema": ^7.0.6 "@types/json-schema-merge-allof": ^0.6.0 "@types/mock-fs": ^4.10.0 - "@types/node": ^16.11.26 "@types/yup": ^0.29.13 ajv: ^8.10.0 chokidar: ^3.5.2 @@ -3965,7 +3963,6 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/test-utils": "workspace:^" "@backstage/types": "workspace:^" - "@types/node": ^16.0.0 lodash: ^4.17.21 languageName: unknown linkType: soft @@ -3985,7 +3982,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/prop-types": ^15.7.3 "@types/react": ^16.13.1 || ^17.0.0 "@types/zen-observable": ^0.8.0 @@ -4139,7 +4135,6 @@ __metadata: "@types/d3-zoom": ^3.0.1 "@types/dagre": ^0.7.44 "@types/google-protobuf": ^3.7.2 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/react-helmet": ^6.1.0 "@types/react-sparklines": ^1.7.0 @@ -4217,7 +4212,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/prop-types": ^15.7.3 "@types/react": ^16.13.1 || ^17.0.0 "@types/zen-observable": ^0.8.0 @@ -4278,7 +4272,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.0.0 "@types/react": ^16.13.1 || ^17.0.0 react-use: ^17.2.4 zen-observable: ^0.10.0 @@ -4405,7 +4398,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -4520,7 +4512,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/git-url-parse": ^9.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 lodash: ^4.17.21 @@ -4576,7 +4567,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -4607,7 +4597,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -4635,7 +4624,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/jest": ^28.1.3 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-ga4: ^2.0.0 @@ -4666,7 +4654,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 prop-types: ^15.7.2 @@ -4694,7 +4681,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" msw: ^1.0.0 react-use: ^17.2.4 peerDependencies: @@ -4719,7 +4705,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 @@ -4769,7 +4754,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/swagger-ui-react": ^4.18.0 cross-fetch: ^3.1.5 @@ -4805,7 +4789,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -5084,7 +5067,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 humanize-duration: ^3.27.0 luxon: ^3.0.0 @@ -5148,7 +5130,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 msw: ^1.0.0 @@ -5174,7 +5155,6 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/plugin-auth-node": "workspace:^" "@types/express": ^4.17.6 - "@types/node": "*" badge-maker: ^3.3.0 cors: ^2.8.5 cross-fetch: ^3.1.5 @@ -5207,7 +5187,6 @@ __metadata: "@material-ui/icons": ^4.9.1 "@material-ui/lab": 4.0.0-alpha.61 "@testing-library/jest-dom": ^5.16.5 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 react-use: ^17.2.4 peerDependencies: @@ -5302,7 +5281,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/recharts": ^1.8.15 lodash: ^4.17.21 @@ -5999,7 +5977,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -6123,7 +6100,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/humanize-duration": ^3.25.1 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 circleci-api: ^4.0.0 cross-fetch: ^3.1.5 @@ -6159,7 +6135,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -6194,7 +6169,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/humanize-duration": ^3.27.1 "@types/luxon": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 humanize-duration: ^3.27.1 luxon: ^3.0.0 @@ -6260,7 +6234,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/highlightjs": ^10.1.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/recharts": ^1.8.15 highlight.js: ^10.6.0 @@ -6295,7 +6268,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 rc-progress: 3.4.2 @@ -6328,7 +6300,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 jsonschema: ^1.2.6 msw: ^1.0.0 @@ -6372,7 +6343,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/pluralize": ^0.0.30 "@types/react": ^16.13.1 || ^17.0.0 "@types/recharts": ^1.8.14 @@ -6466,7 +6436,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" cross-fetch: ^3.1.5 msw: ^1.0.0 react-json-view: ^1.21.3 @@ -6498,7 +6467,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 express: ^4.18.1 msw: ^1.0.0 @@ -6568,7 +6536,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.1 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -6606,7 +6573,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 "@uiw/react-codemirror": ^4.9.3 lodash: ^4.17.21 @@ -6796,7 +6762,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 @@ -6833,7 +6798,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 classnames: ^2.2.6 cross-fetch: ^3.1.5 @@ -6867,7 +6831,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 msw: ^1.0.0 @@ -6900,7 +6863,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -6936,7 +6898,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/dompurify": ^2.3.3 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/sanitize-html": ^2.6.2 classnames: ^2.3.1 @@ -6973,7 +6934,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 @@ -7005,7 +6965,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/recharts": ^1.8.15 luxon: ^3.0.0 @@ -7043,7 +7002,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 git-url-parse: ^13.0.0 @@ -7081,7 +7039,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 msw: ^1.0.0 @@ -7115,7 +7072,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 msw: ^1.0.0 @@ -7149,7 +7105,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 msw: ^1.0.0 @@ -7181,7 +7136,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 @@ -7216,7 +7170,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/lodash": ^4.14.173 "@types/luxon": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 lodash: ^4.17.21 luxon: ^3.0.0 @@ -7249,7 +7202,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/codemirror": ^5.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 graphiql: ^1.5.12 @@ -7307,7 +7259,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 graphql-voyager: ^1.0.0-rc.31 msw: ^1.0.0 @@ -7353,7 +7304,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/react-grid-layout": ^1.3.2 cross-fetch: ^3.1.5 @@ -7423,7 +7373,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/react-grid-layout": ^1.3.2 lodash: ^4.17.21 @@ -7462,7 +7411,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 humanize-duration: ^3.26.0 luxon: ^3.0.0 @@ -7536,7 +7484,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/testing-library__jest-dom": ^5.9.1 cross-fetch: ^3.1.5 @@ -7595,7 +7542,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 jest-when: ^3.1.0 msw: ^1.0.0 @@ -7697,7 +7643,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cronstrue: ^2.2.0 js-yaml: ^4.0.0 @@ -7763,7 +7708,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -7839,7 +7783,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 luxon: ^2.0.2 msw: ^1.0.0 @@ -7872,7 +7815,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 classnames: ^2.3.1 dompurify: ^2.3.6 @@ -7931,7 +7873,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/parse-link-header": ^2.0.1 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 @@ -7985,7 +7926,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 luxon: ^3.3.0 @@ -8018,7 +7958,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -8084,7 +8023,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -8120,7 +8058,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.1 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 p-limit: ^3.1.0 @@ -8156,7 +8093,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 classnames: ^2.2.6 luxon: ^3.0.0 @@ -8211,7 +8147,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/luxon": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 msw: ^1.0.0 @@ -8410,7 +8345,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 lodash: ^4.17.21 msw: ^1.0.0 @@ -8475,7 +8409,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.1 react-use: ^17.2.4 @@ -8532,7 +8465,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 lodash: ^4.17.21 @@ -8861,7 +8793,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/humanize-duration": ^3.18.1 "@types/json-schema": ^7.0.9 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@uiw/react-codemirror": ^4.9.3 classnames: ^2.2.6 @@ -9127,7 +9058,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 history: ^5.0.0 msw: ^1.0.0 @@ -9163,7 +9093,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/luxon": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -9196,7 +9125,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 "@types/zen-observable": ^0.8.2 msw: ^1.0.0 @@ -9269,7 +9197,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 luxon: ^3.0.0 @@ -9304,7 +9231,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/luxon": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 classnames: ^2.2.6 luxon: ^3.0.0 @@ -9355,7 +9281,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 lodash: ^4.17.21 @@ -9387,7 +9312,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -9499,7 +9423,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 qs: ^6.9.4 @@ -9531,7 +9454,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/color": ^3.0.1 "@types/d3-force": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 color: ^4.0.1 cross-fetch: ^3.1.5 @@ -9569,7 +9491,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -9639,7 +9560,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 git-url-parse: ^13.0.0 msw: ^1.0.0 @@ -9758,7 +9678,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/dompurify": ^2.2.2 "@types/event-source-polyfill": ^1.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 canvas: ^2.10.2 cross-fetch: ^3.1.5 @@ -9824,7 +9743,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -9879,7 +9797,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 @@ -9940,7 +9857,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": "*" "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -9971,7 +9887,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/luxon": ^3.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 lodash: ^4.17.21 luxon: ^3.0.0 @@ -9991,7 +9906,6 @@ __metadata: dependencies: "@backstage/cli": "workspace:^" "@backstage/test-utils": "workspace:^" - "@types/node": ^16.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 languageName: unknown @@ -10067,7 +9981,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.0 @@ -12363,7 +12276,6 @@ __metadata: "@backstage/dev-utils": "workspace:^" "@backstage/plugin-permission-common": "workspace:^" "@backstage/test-utils": "workspace:^" - "@types/node": ^16.11.26 cross-fetch: ^3.1.5 msw: ^1.0.0 languageName: unknown @@ -12387,7 +12299,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-use: ^17.2.4 @@ -25664,7 +25575,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/jquery": ^3.3.34 - "@types/node": ^16.11.26 "@types/react": "*" "@types/react-dom": "*" "@types/zen-observable": ^0.8.0 @@ -25779,7 +25689,6 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/jquery": ^3.3.34 - "@types/node": ^16.11.26 "@types/react": "*" "@types/react-dom": "*" "@types/zen-observable": ^0.8.0 @@ -40735,7 +40644,6 @@ __metadata: "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 - "@types/node": ^16.11.26 "@types/react": "*" "@types/react-dom": "*" cross-env: ^7.0.0