Fix most of the yarn install transitive dependency warnings

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-05-03 13:25:12 +02:00
parent 29e22d25b2
commit f65adcde73
5 changed files with 26 additions and 11 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
]
},
"dependencies": {
"@backstage/theme": "^0.2.0"
"@backstage/theme": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@storybook/addon-actions": "^6.1.11",