Addressed some peer dependency warnings

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-12-02 19:32:42 +01:00
parent c2da6492fb
commit 9603827bb5
5 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-components': patch
'@backstage/create-app': patch
'@backstage/plugin-catalog': patch
---
Addressed some peer dependency warnings
+1
View File
@@ -64,6 +64,7 @@
"@changesets/cli": "^2.14.0",
"@octokit/rest": "^18.12.0",
"@spotify/prettier-config": "^12.0.0",
"@types/node": "^14.14.32",
"@types/webpack": "^5.28.0",
"command-exists": "^1.2.9",
"cross-env": "^7.0.0",
+1
View File
@@ -46,6 +46,7 @@
"d3-shape": "^3.0.0",
"d3-zoom": "^3.0.0",
"dagre": "^0.8.5",
"history": "^5.0.0",
"immer": "^9.0.1",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
+1
View File
@@ -42,6 +42,7 @@
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.1",
"@types/node": "^14.14.32",
"@types/recursive-readdir": "^2.2.0",
"mock-fs": "^5.1.1",
"ts-node": "^10.0.0"
+1
View File
@@ -43,6 +43,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "*",
"history": "^5.0.0",
"lodash": "^4.17.21",
"react": "^16.13.1",
"react-dom": "^16.13.1",