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
@@ -71,6 +71,7 @@
"@rjsf/material-ui": "^3.2.1",
"@rjsf/utils": "5.3.1",
"@rjsf/validator-ajv8": "5.3.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@uiw/react-codemirror": "^4.9.3",
"classnames": "^2.2.6",
"git-url-parse": "^13.0.0",
@@ -88,8 +89,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": {
@@ -98,6 +99,7 @@
"@backstage/dev-utils": "workspace:^",
"@backstage/plugin-catalog": "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",