Yarn 2 compatibility fixes

This commit is contained in:
Rob Finbow 2020-03-02 10:53:47 +00:00
parent 0139c493a8
commit bd65e83cba
2 changed files with 7 additions and 1 deletions

View File

@ -85,6 +85,9 @@
"@storybook/vue": "6.0.0-alpha.21",
"@storybook/web-components": "6.0.0-alpha.21"
},
"peerDependencies": {
"jest": "*"
},
"publishConfig": {
"access": "public"
},

View File

@ -34,13 +34,16 @@
"core-js": "^3.0.1",
"cross-spawn": "^7.0.0",
"globby": "^11.0.0",
"jest-specific-snapshot": "^2.0.0",
"jscodeshift": "^0.7.0",
"lodash": "^4.17.15",
"prettier": "^1.16.4",
"recast": "^0.16.1",
"regenerator-runtime": "^0.13.3"
},
"devDependencies": {
"jest": "^25.1.0",
"jest-specific-snapshot": "^2.0.0"
},
"publishConfig": {
"access": "public"
},