added patches for bad types in dependencies

This commit is contained in:
Patrik Oldsberg
2020-05-17 12:45:58 +02:00
parent 1f159c0f99
commit 0ccff561c0
5 changed files with 134 additions and 0 deletions
+2
View File
@@ -19,6 +19,7 @@
"remove-plugin": "backstage-cli remove-plugin",
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lerna": "lerna",
"postinstall": "patch-package",
"storybook": "yarn workspace storybook start"
},
"workspaces": {
@@ -33,6 +34,7 @@
"husky": "^4.2.3",
"lerna": "^3.20.2",
"lint-staged": "^10.1.0",
"patch-package": "^6.2.2",
"prettier": "^2.0.5"
},
"husky": {