Skip to content

Commit

Permalink
Merge pull request #10012 from Robula/yarn2-compatibility
Browse files Browse the repository at this point in the history
Misc: Add some missing dependencies
  • Loading branch information
gaetanmaisse authored Mar 9, 2020
2 parents 7811726 + bd65e83 commit 36d4802
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
"@storybook/vue": "6.0.0-alpha.21",
"@storybook/web-components": "6.0.0-alpha.21"
},
"peerDependencies": {
"jest": "*"
},
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 4 additions & 1 deletion lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 36d4802

Please sign in to comment.