Merge pull request #22539 from fshowalter/patch-3

Allow @types/react 18 as a peer dep for @backstage/theme
This commit is contained in:
Patrik Oldsberg
2024-02-02 13:50:49 +01:00
committed by GitHub
91 changed files with 271 additions and 178 deletions
+93
View File
@@ -0,0 +1,93 @@
---
'@backstage/core-app-api': patch
'@backstage/core-components': patch
'@backstage/core-plugin-api': patch
'@backstage/dev-utils': patch
'@backstage/frontend-app-api': patch
'@backstage/frontend-plugin-api': patch
'@backstage/plugin-adr': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-apollo-explorer': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-azure-sites': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog-graph': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-catalog-unprocessed-entities': patch
'@backstage/plugin-catalog': 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-devtools': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-entity-feedback': patch
'@backstage/plugin-entity-validation': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-gcalendar': 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-graphiql': patch
'@backstage/plugin-graphql-voyager': patch
'@backstage/plugin-home': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-kubernetes-cluster': patch
'@backstage/plugin-kubernetes-react': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-linguist': patch
'@backstage/plugin-microsoft-calendar': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-nomad': patch
'@backstage/plugin-octopus-deploy': patch
'@backstage/plugin-opencost': patch
'@backstage/plugin-org-react': patch
'@backstage/plugin-org': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-playlist': patch
'@backstage/plugin-puppetdb': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-search-react': 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-stackstorm': patch
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-techdocs-addons-test-utils': patch
'@backstage/plugin-techdocs-react': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-vault': patch
'@backstage/plugin-xcmetrics': patch
'@backstage/test-utils': patch
'@backstage/theme': patch
---
Widen `@types/react` dependency range to include version 18.
+1 -1
View File
@@ -47,7 +47,7 @@
"@backstage/types": "workspace:^",
"@backstage/version-bridge": "workspace:^",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"history": "^5.0.0",
"i18next": "^22.4.15",
"lodash": "^4.17.21",
+1 -1
View File
@@ -57,7 +57,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@react-hookz/web": "^23.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"@types/react-sparklines": "^1.7.0",
"@types/react-text-truncate": "^0.14.0",
"ansi-regex": "^6.0.1",
+1 -1
View File
@@ -50,7 +50,7 @@
"@backstage/errors": "workspace:^",
"@backstage/types": "workspace:^",
"@backstage/version-bridge": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"history": "^5.0.0"
},
"peerDependencies": {
+1 -1
View File
@@ -43,7 +43,7 @@
"@backstage/theme": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -45,7 +45,7 @@
"@backstage/version-bridge": "workspace:^",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
+1 -1
View File
@@ -28,7 +28,7 @@
"@backstage/types": "workspace:^",
"@backstage/version-bridge": "workspace:^",
"@material-ui/core": "^4.12.4",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
+1 -1
View File
@@ -55,7 +55,7 @@
"@backstage/types": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cross-fetch": "^4.0.0",
"i18next": "^22.4.15",
"zen-observable": "^0.10.0"
+1 -1
View File
@@ -39,7 +39,7 @@
},
"peerDependencies": {
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
+1 -1
View File
@@ -53,7 +53,7 @@
"@backstage/plugin-search-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"react-markdown": "^8.0.0",
"react-use": "^17.2.4",
+1 -1
View File
@@ -37,7 +37,7 @@
"@backstage/test-utils": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -34,7 +34,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -34,7 +34,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cross-fetch": "^4.0.0",
"qs": "^6.10.1",
"react-use": "^17.2.4"
@@ -32,7 +32,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"grpc-docs": "^1.1.2"
},
"peerDependencies": {
+1 -1
View File
@@ -45,7 +45,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"graphiql": "3.1.0",
"graphql": "^16.0.0",
"graphql-config": "^5.0.2",
+1 -1
View File
@@ -33,7 +33,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"use-deep-compare-effect": "^1.8.1"
},
"peerDependencies": {
+1 -1
View File
@@ -37,7 +37,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"humanize-duration": "^3.27.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -44,7 +44,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -36,7 +36,7 @@
"@backstage/errors": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -41,7 +41,7 @@
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@testing-library/jest-dom": "^6.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"material-ui-search-bar": "^1.0.0",
"react-hook-form": "^7.13.0",
+1 -1
View File
@@ -37,7 +37,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"qs": "^6.9.6",
+1 -1
View File
@@ -38,7 +38,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.3.1",
"lodash": "^4.17.15",
"p-limit": "^3.1.0",
+1 -1
View File
@@ -62,7 +62,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "^19.0.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"git-url-parse": "^13.0.0",
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
+1 -1
View File
@@ -62,7 +62,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@react-hookz/web": "^23.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"material-ui-popup-state": "^1.9.3",
@@ -36,7 +36,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -65,7 +65,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@mui/utils": "^5.14.15",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"dataloader": "^2.0.0",
"expiry-map": "^2.0.0",
"history": "^5.0.0",
+1 -1
View File
@@ -40,7 +40,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"circleci-api": "^4.0.0",
"humanize-duration": "^3.27.0",
"lodash": "^4.17.21",
+1 -1
View File
@@ -40,7 +40,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"qs": "^6.9.4",
"react-use": "^17.2.4"
+1 -1
View File
@@ -34,7 +34,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"humanize-duration": "^3.27.1",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -56,7 +56,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/highlightjs": "^10.1.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"@types/recharts": "^1.8.15"
},
"files": [
+1 -1
View File
@@ -35,7 +35,7 @@
"@backstage/errors": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"rc-progress": "3.5.1",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -37,7 +37,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"jsonschema": "^1.2.6",
"react-use": "^17.2.4",
"zen-observable": "^0.10.0"
+1 -1
View File
@@ -44,7 +44,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.9.6",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"@types/recharts": "^1.8.14",
"classnames": "^2.2.6",
"history": "^5.0.0",
+1 -1
View File
@@ -56,7 +56,7 @@
"react-use": "^17.2.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
+1 -1
View File
@@ -33,7 +33,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -37,7 +37,7 @@
"@backstage/plugin-entity-feedback-common": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -43,7 +43,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@react-hookz/web": "^23.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"@uiw/react-codemirror": "^4.9.3",
"lodash": "^4.17.21",
"react-use": "^17.2.4",
+1 -1
View File
@@ -58,7 +58,7 @@
"@backstage/plugin-search-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.2.6",
"pluralize": "^8.0.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -36,7 +36,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -41,7 +41,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cross-fetch": "^4.0.0",
"luxon": "^3.0.0",
"p-limit": "^3.0.2",
+1 -1
View File
@@ -36,7 +36,7 @@
"@material-ui/icons": "^4.9.1",
"@maxim_mazurok/gapi.client.calendar": "^3.0.20220408",
"@tanstack/react-query": "^4.1.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.3.1",
"dompurify": "^2.3.6",
"lodash": "^4.17.21",
+1 -1
View File
@@ -37,7 +37,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "^19.0.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"qs": "^6.10.1",
"react-use": "^17.2.4",
+1 -1
View File
@@ -45,7 +45,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "^19.0.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"git-url-parse": "^13.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -40,7 +40,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@octokit/graphql": "^5.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -38,7 +38,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"octokit": "^3.0.0",
"react-use": "^17.4.0"
@@ -44,7 +44,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "^19.0.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"p-limit": "^4.0.0"
},
+1 -1
View File
@@ -39,7 +39,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -51,7 +51,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"graphiql": "^3.0.6",
"graphql": "^16.0.0",
"graphql-ws": "^5.4.1",
+1 -1
View File
@@ -33,7 +33,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"graphql-voyager": "^1.0.0-rc.31",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -66,7 +66,7 @@
"@rjsf/material-ui": "5.16.1",
"@rjsf/utils": "5.16.1",
"@rjsf/validator-ajv8": "5.16.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"react-grid-layout": "1.3.4",
+1 -1
View File
@@ -40,7 +40,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"humanize-duration": "^3.26.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -42,7 +42,7 @@
"@backstage/plugin-jenkins-common": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -37,7 +37,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -44,7 +44,7 @@
"@kubernetes-models/base": "^4.0.1",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cronstrue": "^2.2.0",
"js-yaml": "^4.0.0",
"kubernetes-models": "^4.1.0",
+1 -1
View File
@@ -37,7 +37,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cronstrue": "^2.32.0",
"js-yaml": "^4.1.0",
"kubernetes-models": "^4.3.1",
+1 -1
View File
@@ -44,7 +44,7 @@
"@kubernetes-models/base": "^4.0.1",
"@kubernetes/client-node": "0.20.0",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cronstrue": "^2.2.0",
"js-yaml": "^4.0.0",
"kubernetes-models": "^4.1.0",
+1 -1
View File
@@ -42,7 +42,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -52,7 +52,7 @@
"@backstage/plugin-linguist-common": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^2.0.2",
"react-use": "^17.2.4",
"slugify": "^1.6.4"
+1 -1
View File
@@ -55,7 +55,7 @@
"@material-ui/icons": "^4.9.1",
"@microsoft/microsoft-graph-types": "^2.25.0",
"@tanstack/react-query": "^4.1.3",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.3.1",
"dompurify": "^2.3.6",
"lodash": "^4.17.21",
+1 -1
View File
@@ -36,7 +36,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -38,7 +38,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"parse-link-header": "^2.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -35,7 +35,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.3.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -34,7 +34,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.9.13",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -30,7 +30,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
+1 -1
View File
@@ -40,7 +40,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -38,7 +38,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"p-limit": "^3.1.0",
"pluralize": "^8.0.0",
+1 -1
View File
@@ -43,7 +43,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -34,7 +34,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -35,7 +35,7 @@
"@backstage/config": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"swr": "^2.0.0"
},
"peerDependencies": {
+1 -1
View File
@@ -42,7 +42,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"qs": "^6.9.4",
+1 -1
View File
@@ -41,7 +41,7 @@
"@backstage/errors": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -40,7 +40,7 @@
"@backstage/plugin-catalog-react": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"react-sparklines": "^1.7.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -64,7 +64,7 @@
"@rjsf/utils": "5.16.1",
"@rjsf/validator-ajv8": "5.16.1",
"@types/json-schema": "^7.0.9",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.2.6",
"flatted": "3.2.9",
"humanize-duration": "^3.25.1",
+1 -1
View File
@@ -72,7 +72,7 @@
"@rjsf/material-ui": "5.16.1",
"@rjsf/utils": "5.16.1",
"@rjsf/validator-ajv8": "5.16.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"@uiw/react-codemirror": "^4.9.3",
"classnames": "^2.2.6",
"event-source-polyfill": "^1.0.31",
+1 -1
View File
@@ -55,7 +55,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"qs": "^6.9.4",
"react-use": "^17.3.2"
+1 -1
View File
@@ -58,7 +58,7 @@
"@backstage/version-bridge": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"qs": "^6.9.4",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -41,7 +41,7 @@
"@date-io/core": "^1.3.13",
"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-sparklines": "^1.7.0",
"react-use": "^17.2.4"
+1 -1
View File
@@ -36,7 +36,7 @@
"@backstage/types": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-hook-form": "^7.12.2",
"react-use": "^17.2.4",
"uuid": "^8.3.2",
+1 -1
View File
@@ -43,7 +43,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cross-fetch": "^4.0.0",
"luxon": "^3.0.0",
"rc-progress": "3.5.1",
+1 -1
View File
@@ -41,7 +41,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -52,7 +52,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^6.0.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"cross-fetch": "^4.0.0",
"lodash": "^4.17.21",
"qs": "^6.9.4",
+1 -1
View File
@@ -40,7 +40,7 @@
"@backstage/errors": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -39,7 +39,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"qs": "^6.9.4",
"react-use": "^17.2.4"
},
+1 -1
View File
@@ -52,7 +52,7 @@
"@backstage/frontend-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"color": "^4.0.1",
"d3-force": "^3.0.0",
"react-use": "^17.2.4"
@@ -42,7 +42,7 @@
"@backstage/plugin-techdocs": "workspace:^",
"@backstage/plugin-techdocs-react": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"testing-library__dom": "^7.29.4-beta.1"
},
"peerDependencies": {
+1 -1
View File
@@ -41,7 +41,7 @@
"@backstage/version-bridge": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/styles": "^4.11.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"jss": "~10.10.0",
"lodash": "^4.17.21",
"react-helmet": "6.1.0",
+1 -1
View File
@@ -65,7 +65,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"dompurify": "^2.2.9",
"event-source-polyfill": "1.0.25",
"git-url-parse": "^13.0.0",
+1 -1
View File
@@ -58,7 +58,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4",
"zen-observable": "^0.10.0"
},
+1 -1
View File
@@ -42,7 +42,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
+1 -1
View File
@@ -36,7 +36,7 @@
"@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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"react-use": "^17.2.4",
+89 -89
View File
@@ -3783,7 +3783,7 @@ __metadata:
"@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/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/zen-observable": ^0.8.0
history: ^5.0.0
i18next: ^22.4.15
@@ -3909,7 +3909,7 @@ __metadata:
"@types/d3-zoom": ^3.0.1
"@types/dagre": ^0.7.44
"@types/google-protobuf": ^3.7.2
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/react-helmet": ^6.1.0
"@types/react-sparklines": ^1.7.0
"@types/react-syntax-highlighter": ^15.0.0
@@ -3984,7 +3984,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
history: ^5.0.0
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -4039,7 +4039,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
zen-observable: ^0.10.0
peerDependencies:
@@ -4106,7 +4106,7 @@ __metadata:
"@material-ui/icons": ^4.11.3
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -4149,7 +4149,7 @@ __metadata:
"@material-ui/core": ^4.12.4
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
history: ^5.3.0
lodash: ^4.17.21
zod: ^3.22.4
@@ -4335,7 +4335,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
react-markdown: ^8.0.0
react-use: ^17.2.4
@@ -4384,7 +4384,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
peerDependencies:
@@ -4408,7 +4408,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
peerDependencies:
@@ -4497,7 +4497,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cross-fetch: ^4.0.0
msw: ^1.0.0
qs: ^6.10.1
@@ -4515,7 +4515,7 @@ __metadata:
dependencies:
"@backstage/cli": "workspace:^"
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
grpc-docs: ^1.1.2
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -4548,7 +4548,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/swagger-ui-react": ^4.18.0
graphiql: 3.1.0
graphql: ^16.0.0
@@ -4576,7 +4576,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
use-deep-compare-effect: ^1.8.1
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -5040,7 +5040,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
humanize-duration: ^3.27.0
luxon: ^3.0.0
react-use: ^17.2.4
@@ -5110,7 +5110,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
msw: ^1.0.0
react-use: ^17.2.4
@@ -5162,7 +5162,7 @@ __metadata:
"@backstage/test-utils": "workspace:^"
"@material-ui/core": ^4.12.2
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -5208,7 +5208,7 @@ __metadata:
"@material-ui/lab": 4.0.0-alpha.61
"@material-ui/pickers": ^3.3.10
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
material-ui-search-bar: ^1.0.0
react-hook-form: ^7.13.0
@@ -5252,7 +5252,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/recharts": ^1.8.15
lodash: ^4.17.21
luxon: ^3.0.0
@@ -5773,7 +5773,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
classnames: ^2.3.1
lodash: ^4.17.15
p-limit: ^3.1.0
@@ -5814,7 +5814,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
git-url-parse: ^13.0.0
js-base64: ^3.6.0
lodash: ^4.17.21
@@ -5910,7 +5910,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/zen-observable": ^0.8.0
classnames: ^2.2.6
lodash: ^4.17.21
@@ -5942,7 +5942,7 @@ __metadata:
"@material-ui/lab": ^4.0.0-alpha.60
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -5983,7 +5983,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
dataloader: ^2.0.0
expiry-map: ^2.0.0
history: ^5.0.0
@@ -6059,7 +6059,7 @@ __metadata:
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@types/humanize-duration": ^3.25.1
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
circleci-api: ^4.0.0
humanize-duration: ^3.27.0
lodash: ^4.17.21
@@ -6088,7 +6088,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
qs: ^6.9.4
react-use: ^17.2.4
@@ -6116,7 +6116,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@types/humanize-duration": ^3.27.1
"@types/luxon": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
humanize-duration: ^3.27.1
luxon: ^3.0.0
react-use: ^17.2.4
@@ -6175,7 +6175,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/highlightjs": ^10.1.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/recharts": ^1.8.15
highlight.js: ^10.6.0
luxon: ^3.0.0
@@ -6205,7 +6205,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
rc-progress: 3.5.1
react-use: ^17.2.4
@@ -6232,7 +6232,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
jsonschema: ^1.2.6
react-use: ^17.2.4
zen-observable: ^0.10.0
@@ -6275,7 +6275,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/pluralize": ^0.0.33
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/recharts": ^1.8.14
"@types/regression": ^2.0.0
"@types/yup": ^0.29.13
@@ -6364,7 +6364,7 @@ __metadata:
react-json-view: ^1.21.3
react-use: ^17.2.4
peerDependencies:
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
@@ -6386,7 +6386,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
"@backstage/plugin-catalog-react": "workspace:^"
@@ -6447,7 +6447,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
peerDependencies:
@@ -6481,7 +6481,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@uiw/react-codemirror": ^4.9.3
lodash: ^4.17.21
react-use: ^17.2.4
@@ -6693,7 +6693,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
classnames: ^2.2.6
msw: ^1.0.0
pluralize: ^8.0.0
@@ -6722,7 +6722,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
react-use: ^17.2.4
peerDependencies:
@@ -6750,7 +6750,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cross-fetch: ^4.0.0
luxon: ^3.0.0
msw: ^1.0.0
@@ -6781,7 +6781,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/dompurify": ^2.3.3
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/sanitize-html": ^2.6.2
classnames: ^2.3.1
dompurify: ^2.3.6
@@ -6834,7 +6834,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/recharts": ^1.8.15
luxon: ^3.0.0
qs: ^6.10.1
@@ -6868,7 +6868,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
git-url-parse: ^13.0.0
luxon: ^3.0.0
react-use: ^17.2.4
@@ -6900,7 +6900,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
msw: ^1.0.0
react-use: ^17.2.4
@@ -6930,7 +6930,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
octokit: ^3.0.0
react-use: ^17.4.0
@@ -6959,7 +6959,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
p-limit: ^4.0.0
peerDependencies:
@@ -6985,7 +6985,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -7044,7 +7044,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/codemirror": ^5.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
graphiql: ^3.0.6
graphql: ^16.0.0
graphql-ws: ^5.4.1
@@ -7068,7 +7068,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
graphql-voyager: ^1.0.0-rc.31
react-use: ^17.2.4
peerDependencies:
@@ -7144,7 +7144,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/react-grid-layout": ^1.3.2
lodash: ^4.17.21
luxon: ^3.4.3
@@ -7178,7 +7178,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
humanize-duration: ^3.26.0
luxon: ^3.0.0
react-use: ^17.2.4
@@ -7245,7 +7245,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/testing-library__jest-dom": ^5.9.1
luxon: ^3.0.0
react-use: ^17.2.4
@@ -7294,7 +7294,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
jest-when: ^3.1.0
react-use: ^17.2.4
peerDependencies:
@@ -7378,7 +7378,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/node": ^16.11.26
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cronstrue: ^2.2.0
js-yaml: ^4.0.0
kubernetes-models: ^4.1.0
@@ -7449,7 +7449,7 @@ __metadata:
"@material-ui/lab": ^4.0.0-alpha.61
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cronstrue: ^2.32.0
jest-websocket-mock: ^2.5.0
js-yaml: ^4.1.0
@@ -7486,7 +7486,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cronstrue: ^2.2.0
js-yaml: ^4.0.0
kubernetes-models: ^4.1.0
@@ -7548,7 +7548,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
peerDependencies:
@@ -7619,7 +7619,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^2.0.2
react-use: ^17.2.4
slugify: ^1.6.4
@@ -7646,7 +7646,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
classnames: ^2.3.1
dompurify: ^2.3.6
lodash: ^4.17.21
@@ -7675,7 +7675,7 @@ __metadata:
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -7699,7 +7699,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/parse-link-header": ^2.0.1
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.2.3
parse-link-header: ^2.0.0
react-use: ^17.2.4
@@ -7744,7 +7744,7 @@ __metadata:
"@material-ui/icons": ^4.9.1
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cross-fetch: ^4.0.0
luxon: ^3.3.0
react-use: ^17.2.4
@@ -7769,7 +7769,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -7792,7 +7792,7 @@ __metadata:
"@material-ui/pickers": ^3.3.10
"@material-ui/styles": ^4.11.5
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
axios: ^1.4.0
date-fns: ^2.30.0
lodash: ^4.17.21
@@ -7822,7 +7822,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react-use: ^17.2.4
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -7856,7 +7856,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
p-limit: ^3.1.0
pluralize: ^8.0.0
@@ -7889,7 +7889,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
react-use: ^17.2.4
peerDependencies:
@@ -7933,7 +7933,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/luxon": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
react-use: ^17.2.4
peerDependencies:
@@ -8050,7 +8050,7 @@ __metadata:
"@backstage/test-utils": "workspace:^"
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
swr: ^2.0.0
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -8123,7 +8123,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
msw: ^1.0.0
pluralize: ^8.0.0
@@ -8183,7 +8183,7 @@ __metadata:
"@material-ui/core": ^4.12.2
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.1
react-use: ^17.2.4
peerDependencies:
@@ -8234,7 +8234,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
react-sparklines: ^1.7.0
react-use: ^17.2.4
@@ -8567,7 +8567,7 @@ __metadata:
"@types/humanize-duration": ^3.18.1
"@types/json-schema": ^7.0.9
"@types/luxon": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
classnames: ^2.2.6
flatted: 3.2.9
humanize-duration: ^3.25.1
@@ -8630,7 +8630,7 @@ __metadata:
"@testing-library/user-event": ^14.0.0
"@types/humanize-duration": ^3.18.1
"@types/json-schema": ^7.0.9
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@uiw/react-codemirror": ^4.9.3
classnames: ^2.2.6
event-source-polyfill: ^1.0.31
@@ -8868,7 +8868,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
qs: ^6.9.4
react-use: ^17.3.2
@@ -8903,7 +8903,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
history: ^5.0.0
qs: ^6.9.4
react-use: ^17.2.4
@@ -8932,7 +8932,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/luxon": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
react-sparklines: ^1.7.0
react-use: ^17.2.4
@@ -8959,7 +8959,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
"@types/zen-observable": ^0.8.2
react-hook-form: ^7.12.2
react-use: ^17.2.4
@@ -9117,7 +9117,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cross-fetch: ^4.0.0
luxon: ^3.0.0
msw: ^1.0.0
@@ -9149,7 +9149,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/luxon": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
luxon: ^3.0.0
react-use: ^17.2.4
peerDependencies:
@@ -9191,7 +9191,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cross-fetch: ^4.0.0
lodash: ^4.17.21
msw: ^1.0.0
@@ -9220,7 +9220,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
peerDependencies:
@@ -9331,7 +9331,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
qs: ^6.9.4
react-use: ^17.2.4
peerDependencies:
@@ -9361,7 +9361,7 @@ __metadata:
"@testing-library/user-event": ^14.0.0
"@types/color": ^3.0.1
"@types/d3-force": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
color: ^4.0.1
d3-force: ^3.0.0
react-use: ^17.2.4
@@ -9388,7 +9388,7 @@ __metadata:
"@backstage/test-utils": "workspace:^"
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
testing-library__dom: ^7.29.4-beta.1
peerDependencies:
"@testing-library/react": ^12.1.3 || ^13.0.0 || ^14.0.0
@@ -9519,7 +9519,7 @@ __metadata:
"@material-ui/styles": ^4.11.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
jss: ~10.10.0
lodash: ^4.17.21
react-helmet: 6.1.0
@@ -9564,7 +9564,7 @@ __metadata:
"@testing-library/user-event": ^14.0.0
"@types/dompurify": ^2.2.2
"@types/event-source-polyfill": ^1.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
canvas: ^2.10.2
dompurify: ^2.2.9
event-source-polyfill: 1.0.25
@@ -9675,7 +9675,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
zen-observable: ^0.10.0
@@ -9743,7 +9743,7 @@ __metadata:
"@testing-library/dom": ^9.0.0
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
msw: ^1.0.0
react-use: ^17.2.4
peerDependencies:
@@ -9771,7 +9771,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/luxon": ^3.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
luxon: ^3.0.0
react-use: ^17.2.4
@@ -9865,7 +9865,7 @@ __metadata:
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@testing-library/jest-dom": ^6.0.0
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
cross-fetch: ^4.0.0
i18next: ^22.4.15
msw: ^1.0.0
@@ -9892,7 +9892,7 @@ __metadata:
"@types/react": ^16.13.1 || ^17.0.0
peerDependencies:
"@material-ui/core": ^4.12.2
"@types/react": ^16.13.1 || ^17.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
languageName: unknown