Merge pull request #17116 from backstage/freben/peers

get rid of majority of peer dependency warnings in yarn
This commit is contained in:
Fredrik Adelöw
2023-03-28 15:27:17 +02:00
committed by GitHub
114 changed files with 814 additions and 124 deletions
+3 -1
View File
@@ -66,6 +66,7 @@
"@rjsf/utils": "5.3.1",
"@rjsf/validator-ajv8": "5.3.1",
"@types/json-schema": "^7.0.9",
"@types/react": "^16.13.1 || ^17.0.0",
"classnames": "^2.2.6",
"humanize-duration": "^3.25.1",
"immer": "^9.0.1",
@@ -81,8 +82,8 @@
"zod-to-json-schema": "^3.20.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
@@ -91,6 +92,7 @@
"@backstage/plugin-catalog": "workspace:^",
"@backstage/plugin-catalog-common": "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/react-hooks": "^8.0.0",