From 0b55f773a75125227c50a839b98b72053cb88b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 5 Oct 2023 15:34:04 +0200 Subject: [PATCH] Removed some unused dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/loud-hotels-hunt.md | 22 +++++++++ packages/app-next/package.json | 1 - packages/app/package.json | 1 - packages/backend-common/package.json | 11 ----- packages/catalog-model/package.json | 5 +- packages/config-loader/package.json | 4 +- packages/core-components/package.json | 1 - packages/core-plugin-api/package.json | 9 +--- packages/errors/package.json | 1 - packages/integration-react/package.json | 9 +--- packages/integration/package.json | 1 - plugins/analytics-module-ga/package.json | 1 - .../package.json | 2 - .../package.json | 2 - .../package.json | 2 - plugins/catalog-backend/package.json | 4 -- plugins/catalog-react/package.json | 2 - plugins/catalog/package.json | 1 - plugins/cicd-statistics/package.json | 1 - plugins/ilert/package.json | 1 - plugins/tech-radar/package.json | 1 - yarn.lock | 48 ------------------- 22 files changed, 28 insertions(+), 102 deletions(-) create mode 100644 .changeset/loud-hotels-hunt.md diff --git a/.changeset/loud-hotels-hunt.md b/.changeset/loud-hotels-hunt.md new file mode 100644 index 0000000000..b977d2c1d9 --- /dev/null +++ b/.changeset/loud-hotels-hunt.md @@ -0,0 +1,22 @@ +--- +'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch +'@backstage/plugin-catalog-backend-module-github': patch +'@backstage/plugin-catalog-backend-module-gitlab': patch +'@backstage/plugin-analytics-module-ga': patch +'@backstage/integration-react': patch +'@backstage/core-components': patch +'@backstage/core-plugin-api': patch +'@backstage/backend-common': patch +'@backstage/plugin-catalog-backend': patch +'@backstage/plugin-cicd-statistics': patch +'@backstage/catalog-model': patch +'@backstage/config-loader': patch +'@backstage/plugin-catalog-react': patch +'@backstage/integration': patch +'@backstage/plugin-tech-radar': patch +'@backstage/errors': patch +'@backstage/plugin-catalog': patch +'@backstage/plugin-ilert': patch +--- + +Removed some unused dependencies diff --git a/packages/app-next/package.json b/packages/app-next/package.json index 50ebf77ec2..43e8322b35 100644 --- a/packages/app-next/package.json +++ b/packages/app-next/package.json @@ -89,7 +89,6 @@ "app-next-example-plugin": "workspace:^", "history": "^5.0.0", "lodash": "^4.17.21", - "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router": "^6.3.0", diff --git a/packages/app/package.json b/packages/app/package.json index 6e06d2ca03..10c7ea77d1 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -94,7 +94,6 @@ "@roadiehq/backstage-plugin-github-pull-requests": "^2.2.7", "@roadiehq/backstage-plugin-travis-ci": "^2.0.5", "history": "^5.0.0", - "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router": "^6.3.0", diff --git a/packages/backend-common/package.json b/packages/backend-common/package.json index 63158fc30e..df6b67aada 100644 --- a/packages/backend-common/package.json +++ b/packages/backend-common/package.json @@ -94,15 +94,10 @@ "logform": "^2.3.2", "luxon": "^3.0.0", "minimatch": "^5.0.0", - "minimist": "^1.2.5", - "morgan": "^1.10.0", "mysql2": "^2.2.5", "node-fetch": "^2.6.7", - "node-forge": "^1.3.1", "pg": "^8.3.0", "raw-body": "^2.4.1", - "selfsigned": "^2.0.0", - "stoppable": "^1.1.0", "tar": "^6.1.12", "uuid": "^8.3.2", "winston": "^3.2.1", @@ -128,12 +123,7 @@ "@types/concat-stream": "^2.0.0", "@types/fs-extra": "^9.0.3", "@types/http-errors": "^2.0.0", - "@types/minimist": "^1.2.0", - "@types/morgan": "^1.9.0", - "@types/node-forge": "^1.3.0", "@types/pg": "^8.6.6", - "@types/recursive-readdir": "^2.2.0", - "@types/stoppable": "^1.1.0", "@types/supertest": "^2.0.8", "@types/tar": "^6.1.1", "@types/webpack-env": "^1.15.2", @@ -143,7 +133,6 @@ "http-errors": "^2.0.0", "msw": "^1.0.0", "mysql2": "^2.2.5", - "recursive-readdir": "^2.2.2", "supertest": "^6.1.3" }, "files": [ diff --git a/packages/catalog-model/package.json b/packages/catalog-model/package.json index cb6dbb6f31..4eeaee9dc6 100644 --- a/packages/catalog-model/package.json +++ b/packages/catalog-model/package.json @@ -45,13 +45,10 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/types": "workspace:^", "ajv": "^8.10.0", - "json-schema": "^0.4.0", - "lodash": "^4.17.21", - "uuid": "^8.0.0" + "lodash": "^4.17.21" }, "devDependencies": { "@backstage/cli": "workspace:^", diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index 2478bc7036..730ca5f01b 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -48,15 +48,13 @@ "minimist": "^1.2.5", "node-fetch": "^2.6.7", "typescript-json-schema": "^0.55.0", - "yaml": "^2.0.0", - "yup": "^0.32.9" + "yaml": "^2.0.0" }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/json-schema-merge-allof": "^0.6.0", "@types/mock-fs": "^4.10.0", - "@types/yup": "^0.29.13", "msw": "^1.0.0", "zen-observable": "^0.10.0" }, diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 155f0a09c4..7cec756d2a 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -61,7 +61,6 @@ "linkifyjs": "4.1.1", "lodash": "^4.17.21", "pluralize": "^8.0.0", - "prop-types": "^15.7.2", "qs": "^6.9.4", "rc-progress": "3.5.1", "react-helmet": "6.1.0", diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json index 64fdd00915..55cce18b69 100644 --- a/packages/core-plugin-api/package.json +++ b/packages/core-plugin-api/package.json @@ -51,9 +51,7 @@ "@backstage/version-bridge": "workspace:^", "@types/react": "^16.13.1 || ^17.0.0", "history": "^5.0.0", - "i18next": "^22.4.15", - "prop-types": "^15.7.2", - "zen-observable": "^0.10.0" + "i18next": "^22.4.15" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0", @@ -68,10 +66,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/prop-types": "^15.7.3", - "@types/zen-observable": "^0.8.0", - "msw": "^1.0.0" + "@testing-library/user-event": "^14.0.0" }, "files": [ "dist" diff --git a/packages/errors/package.json b/packages/errors/package.json index 8d274be401..f073553b51 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -34,7 +34,6 @@ }, "dependencies": { "@backstage/types": "workspace:^", - "cross-fetch": "^3.1.5", "serialize-error": "^8.0.1" }, "devDependencies": { diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index 55e15f9b22..9631220e5f 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/package.json @@ -31,15 +31,11 @@ }, "dependencies": { "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/integration": "workspace:^", - "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "4.0.0-alpha.61", - "@types/react": "^16.13.1 || ^17.0.0", - "react-use": "^17.2.4" + "@types/react": "^16.13.1 || ^17.0.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0", @@ -48,12 +44,11 @@ }, "devDependencies": { "@backstage/cli": "workspace:^", + "@backstage/core-components": "workspace:^", "@backstage/dev-utils": "workspace:^", "@backstage/test-utils": "workspace:^", "@testing-library/dom": "^8.0.0", "@testing-library/jest-dom": "^5.10.1", - "@testing-library/react": "^12.1.3", - "@testing-library/user-event": "^14.0.0", "msw": "^1.0.0" }, "files": [ diff --git a/packages/integration/package.json b/packages/integration/package.json index ab78c07edf..d5a500acc7 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -35,7 +35,6 @@ "dependencies": { "@azure/identity": "^3.2.1", "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", "@octokit/auth-app": "^4.0.0", "@octokit/rest": "^19.0.3", "cross-fetch": "^3.1.5", diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json index 86f0a4204e..e0e7c19ff2 100644 --- a/plugins/analytics-module-ga/package.json +++ b/plugins/analytics-module-ga/package.json @@ -36,7 +36,6 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", - "prop-types": "^15.7.2", "react-ga": "^3.3.0", "react-use": "^17.2.4" }, diff --git a/plugins/catalog-backend-module-github/package.json b/plugins/catalog-backend-module-github/package.json index 8f22af5f62..ddcc010cee 100644 --- a/plugins/catalog-backend-module-github/package.json +++ b/plugins/catalog-backend-module-github/package.json @@ -51,13 +51,11 @@ "@backstage/catalog-client": "workspace:^", "@backstage/catalog-model": "workspace:^", "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-catalog-backend": "workspace:^", "@backstage/plugin-catalog-common": "workspace:^", "@backstage/plugin-catalog-node": "workspace:^", "@backstage/plugin-events-node": "workspace:^", - "@backstage/types": "workspace:^", "@octokit/graphql": "^5.0.0", "@octokit/rest": "^19.0.3", "git-url-parse": "^13.0.0", diff --git a/plugins/catalog-backend-module-gitlab/package.json b/plugins/catalog-backend-module-gitlab/package.json index b3fc853c26..b9c5fd5e45 100644 --- a/plugins/catalog-backend-module-gitlab/package.json +++ b/plugins/catalog-backend-module-gitlab/package.json @@ -50,10 +50,8 @@ "@backstage/backend-tasks": "workspace:^", "@backstage/catalog-model": "workspace:^", "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-catalog-node": "workspace:^", - "@backstage/types": "workspace:^", "lodash": "^4.17.21", "node-fetch": "^2.6.7", "uuid": "^8.0.0", diff --git a/plugins/catalog-backend-module-incremental-ingestion/package.json b/plugins/catalog-backend-module-incremental-ingestion/package.json index 1d0709b7da..b588872f72 100644 --- a/plugins/catalog-backend-module-incremental-ingestion/package.json +++ b/plugins/catalog-backend-module-incremental-ingestion/package.json @@ -60,13 +60,11 @@ "express": "^4.17.1", "express-promise-router": "^4.1.0", "knex": "^2.0.0", - "lodash": "^4.17.21", "luxon": "^3.0.0", "uuid": "^8.3.2", "winston": "^3.2.1" }, "devDependencies": { - "@backstage/backend-app-api": "workspace:^", "@backstage/backend-defaults": "workspace:^", "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^" diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json index 45826a1f39..7badc3d540 100644 --- a/plugins/catalog-backend/package.json +++ b/plugins/catalog-backend/package.json @@ -60,16 +60,13 @@ "@backstage/plugin-events-node": "workspace:^", "@backstage/plugin-permission-common": "workspace:^", "@backstage/plugin-permission-node": "workspace:^", - "@backstage/plugin-scaffolder-common": "workspace:^", "@backstage/plugin-search-backend-module-catalog": "workspace:^", - "@backstage/plugin-search-common": "workspace:^", "@backstage/types": "workspace:^", "@opentelemetry/api": "^1.3.0", "@types/express": "^4.17.6", "codeowners-utils": "^1.0.2", "core-js": "^3.6.5", "express": "^4.17.1", - "express-promise-router": "^4.1.0", "fast-json-stable-stringify": "^2.1.0", "fs-extra": "10.1.0", "git-url-parse": "^13.0.0", @@ -91,7 +88,6 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@backstage/plugin-permission-common": "workspace:^", - "@backstage/plugin-search-backend-node": "workspace:^", "@types/core-js": "^2.5.4", "@types/git-url-parse": "^9.0.0", "@types/lodash": "^4.14.151", diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index 637f83fcee..56205f8102 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -64,7 +64,6 @@ "@react-hookz/web": "^23.0.0", "@types/react": "^16.13.1 || ^17.0.0", "classnames": "^2.2.6", - "jwt-decode": "^3.1.0", "lodash": "^4.17.21", "material-ui-popup-state": "^1.9.3", "qs": "^6.9.4", @@ -88,7 +87,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jwt-decode": "^3.1.0", "@types/zen-observable": "^0.8.0", "react-test-renderer": "^16.13.1" }, diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index f779220669..59f523d3f1 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -67,7 +67,6 @@ "history": "^5.0.0", "lodash": "^4.17.21", "pluralize": "^8.0.0", - "react-helmet": "6.1.0", "react-use": "^17.2.4", "zen-observable": "^0.10.0" }, diff --git a/plugins/cicd-statistics/package.json b/plugins/cicd-statistics/package.json index 60668da35a..c186ced0df 100644 --- a/plugins/cicd-statistics/package.json +++ b/plugins/cicd-statistics/package.json @@ -50,7 +50,6 @@ "humanize-duration": "^3.27.0", "lodash": "^4.17.21", "luxon": "^3.0.0", - "prop-types": "^15.7.2", "react-use": "^17.3.1", "recharts": "^2.5.0" }, diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index f84a79375d..7fb0309bdc 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -44,7 +44,6 @@ "@types/react": "^16.13.1 || ^17.0.0", "humanize-duration": "^3.26.0", "luxon": "^3.0.0", - "prop-types": "^15.7.2", "react-use": "^17.2.4" }, "peerDependencies": { diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index e99565bb67..7b1f18c072 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -56,7 +56,6 @@ "@types/react": "^16.13.1 || ^17.0.0", "color": "^4.0.1", "d3-force": "^3.0.0", - "prop-types": "^15.7.2", "react-use": "^17.2.4" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 3bd1e9d44e..8325e0aa40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3462,12 +3462,7 @@ __metadata: "@types/fs-extra": ^9.0.3 "@types/http-errors": ^2.0.0 "@types/luxon": ^3.0.0 - "@types/minimist": ^1.2.0 - "@types/morgan": ^1.9.0 - "@types/node-forge": ^1.3.0 "@types/pg": ^8.6.6 - "@types/recursive-readdir": ^2.2.0 - "@types/stoppable": ^1.1.0 "@types/supertest": ^2.0.8 "@types/tar": ^6.1.1 "@types/webpack-env": ^1.15.2 @@ -3494,17 +3489,11 @@ __metadata: logform: ^2.3.2 luxon: ^3.0.0 minimatch: ^5.0.0 - minimist: ^1.2.5 - morgan: ^1.10.0 msw: ^1.0.0 mysql2: ^2.2.5 node-fetch: ^2.6.7 - node-forge: ^1.3.1 pg: ^8.3.0 raw-body: ^2.4.1 - recursive-readdir: ^2.2.2 - selfsigned: ^2.0.0 - stoppable: ^1.1.0 supertest: ^6.1.3 tar: ^6.1.12 uuid: ^8.3.2 @@ -3678,15 +3667,12 @@ __metadata: resolution: "@backstage/catalog-model@workspace:packages/catalog-model" dependencies: "@backstage/cli": "workspace:^" - "@backstage/config": "workspace:^" "@backstage/errors": "workspace:^" "@backstage/types": "workspace:^" "@types/json-schema": ^7.0.5 "@types/lodash": ^4.14.151 ajv: ^8.10.0 - json-schema: ^0.4.0 lodash: ^4.17.21 - uuid: ^8.0.0 yaml: ^2.0.0 languageName: unknown linkType: soft @@ -3903,7 +3889,6 @@ __metadata: "@types/json-schema": ^7.0.6 "@types/json-schema-merge-allof": ^0.6.0 "@types/mock-fs": ^4.10.0 - "@types/yup": ^0.29.13 ajv: ^8.10.0 chokidar: ^3.5.2 fs-extra: 10.1.0 @@ -3916,7 +3901,6 @@ __metadata: node-fetch: ^2.6.7 typescript-json-schema: ^0.55.0 yaml: ^2.0.0 - yup: ^0.32.9 zen-observable: ^0.10.0 languageName: unknown linkType: soft @@ -4128,7 +4112,6 @@ __metadata: lodash: ^4.17.21 msw: ^1.0.0 pluralize: ^8.0.0 - prop-types: ^15.7.2 qs: ^6.9.4 rc-progress: 3.5.1 react-helmet: 6.1.0 @@ -4186,14 +4169,9 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/prop-types": ^15.7.3 "@types/react": ^16.13.1 || ^17.0.0 - "@types/zen-observable": ^0.8.0 history: ^5.0.0 i18next: ^22.4.15 - msw: ^1.0.0 - prop-types: ^15.7.2 - zen-observable: ^0.10.0 peerDependencies: react: ^16.13.1 || ^17.0.0 react-dom: ^16.13.1 || ^17.0.0 @@ -4281,7 +4259,6 @@ __metadata: dependencies: "@backstage/cli": "workspace:^" "@backstage/types": "workspace:^" - cross-fetch: ^3.1.5 serialize-error: ^8.0.1 languageName: unknown linkType: soft @@ -4397,17 +4374,12 @@ __metadata: "@backstage/dev-utils": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/test-utils": "workspace:^" - "@backstage/theme": "workspace:^" "@material-ui/core": ^4.12.2 "@material-ui/icons": ^4.9.1 - "@material-ui/lab": 4.0.0-alpha.61 "@testing-library/dom": ^8.0.0 "@testing-library/jest-dom": ^5.10.1 - "@testing-library/react": ^12.1.3 - "@testing-library/user-event": ^14.0.0 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 - react-use: ^17.2.4 peerDependencies: react: ^16.13.1 || ^17.0.0 react-dom: ^16.13.1 || ^17.0.0 @@ -4440,7 +4412,6 @@ __metadata: "@backstage/cli": "workspace:^" "@backstage/config": "workspace:^" "@backstage/config-loader": "workspace:^" - "@backstage/errors": "workspace:^" "@octokit/auth-app": ^4.0.0 "@octokit/rest": ^19.0.3 "@types/luxon": ^3.0.0 @@ -4664,7 +4635,6 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 - prop-types: ^15.7.2 react-ga: ^3.3.0 react-use: ^17.2.4 peerDependencies: @@ -5507,13 +5477,11 @@ __metadata: "@backstage/catalog-model": "workspace:^" "@backstage/cli": "workspace:^" "@backstage/config": "workspace:^" - "@backstage/errors": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/plugin-catalog-backend": "workspace:^" "@backstage/plugin-catalog-common": "workspace:^" "@backstage/plugin-catalog-node": "workspace:^" "@backstage/plugin-events-node": "workspace:^" - "@backstage/types": "workspace:^" "@octokit/graphql": ^5.0.0 "@octokit/rest": ^19.0.3 "@types/lodash": ^4.14.151 @@ -5539,10 +5507,8 @@ __metadata: "@backstage/catalog-model": "workspace:^" "@backstage/cli": "workspace:^" "@backstage/config": "workspace:^" - "@backstage/errors": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/plugin-catalog-node": "workspace:^" - "@backstage/types": "workspace:^" "@types/lodash": ^4.14.151 "@types/uuid": ^8.0.0 lodash: ^4.17.21 @@ -5558,7 +5524,6 @@ __metadata: version: 0.0.0-use.local resolution: "@backstage/plugin-catalog-backend-module-incremental-ingestion@workspace:plugins/catalog-backend-module-incremental-ingestion" dependencies: - "@backstage/backend-app-api": "workspace:^" "@backstage/backend-common": "workspace:^" "@backstage/backend-defaults": "workspace:^" "@backstage/backend-plugin-api": "workspace:^" @@ -5577,7 +5542,6 @@ __metadata: express: ^4.17.1 express-promise-router: ^4.1.0 knex: ^2.0.0 - lodash: ^4.17.21 luxon: ^3.0.0 uuid: ^8.3.2 winston: ^3.2.1 @@ -5727,10 +5691,7 @@ __metadata: "@backstage/plugin-events-node": "workspace:^" "@backstage/plugin-permission-common": "workspace:^" "@backstage/plugin-permission-node": "workspace:^" - "@backstage/plugin-scaffolder-common": "workspace:^" "@backstage/plugin-search-backend-module-catalog": "workspace:^" - "@backstage/plugin-search-backend-node": "workspace:^" - "@backstage/plugin-search-common": "workspace:^" "@backstage/types": "workspace:^" "@opentelemetry/api": ^1.3.0 "@types/core-js": ^2.5.4 @@ -5743,7 +5704,6 @@ __metadata: codeowners-utils: ^1.0.2 core-js: ^3.6.5 express: ^4.17.1 - express-promise-router: ^4.1.0 fast-json-stable-stringify: ^2.1.0 fs-extra: 10.1.0 git-url-parse: ^13.0.0 @@ -5969,11 +5929,9 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jwt-decode": ^3.1.0 "@types/react": ^16.13.1 || ^17.0.0 "@types/zen-observable": ^0.8.0 classnames: ^2.2.6 - jwt-decode: ^3.1.0 lodash: ^4.17.21 material-ui-popup-state: ^1.9.3 qs: ^6.9.4 @@ -6051,7 +6009,6 @@ __metadata: history: ^5.0.0 lodash: ^4.17.21 pluralize: ^8.0.0 - react-helmet: 6.1.0 react-use: ^17.2.4 zen-observable: ^0.10.0 peerDependencies: @@ -6100,7 +6057,6 @@ __metadata: humanize-duration: ^3.27.0 lodash: ^4.17.21 luxon: ^3.0.0 - prop-types: ^15.7.2 react-use: ^17.3.1 recharts: ^2.5.0 peerDependencies: @@ -7420,7 +7376,6 @@ __metadata: humanize-duration: ^3.26.0 luxon: ^3.0.0 msw: ^1.0.0 - prop-types: ^15.7.2 react-use: ^17.2.4 peerDependencies: react: ^16.13.1 || ^17.0.0 @@ -9559,7 +9514,6 @@ __metadata: cross-fetch: ^3.1.5 d3-force: ^3.0.0 msw: ^1.0.0 - prop-types: ^15.7.2 react-use: ^17.2.4 peerDependencies: react: ^16.13.1 || ^17.0.0 @@ -25511,7 +25465,6 @@ __metadata: cross-env: ^7.0.0 history: ^5.0.0 lodash: ^4.17.21 - prop-types: ^15.7.2 react: ^17.0.2 react-dom: ^17.0.2 react-router: ^6.3.0 @@ -25623,7 +25576,6 @@ __metadata: "@types/zen-observable": ^0.8.0 cross-env: ^7.0.0 history: ^5.0.0 - prop-types: ^15.7.2 react: ^17.0.2 react-dom: ^17.0.2 react-router: ^6.3.0