added patches for bad types in dependencies
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user