chore: add resolutions for webpack as storybook is too loose

This commit is contained in:
41666 2021-04-03 19:02:58 -04:00
parent 9ee7fb4878
commit 3748bb8695
2 changed files with 5 additions and 31 deletions

View file

@ -60,6 +60,9 @@
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"resolutions": {
"webpack": "4.44.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write"