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
+2 -1
View File
@@ -49,6 +49,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",
"dompurify": "^2.2.9",
"event-source-polyfill": "1.0.25",
"git-url-parse": "^13.0.0",
@@ -58,7 +59,6 @@
"react-use": "^17.2.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"
@@ -69,6 +69,7 @@
"@backstage/dev-utils": "workspace:^",
"@backstage/plugin-techdocs-module-addons-contrib": "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",