This repository was archived by the owner on Apr 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "cut-version" : " yarn pre-cut-version && lerna publish --conventional-commits --skip-npm && yarn post-cut-version" ,
1515 "cut-version-beta" : " yarn pre-cut-version && lerna publish --skip-npm --npm-tag beta && yarn post-cut-version" ,
1616 "post-cut-version" : " git push && git push --tags" ,
17- "push-to-npm" : " lerna exec -- npm publish" ,
17+ "push-to-npm" : " lerna exec --no-bail -- yarn publish" ,
1818 "codecov" : " echo \" not implemented\" " ,
1919 "storybook" : " start-storybook -p 6006" ,
2020 "build-storybook" : " build-storybook --output-dir docs" ,
Original file line number Diff line number Diff line change 1111 "build" : " rm -rf dist && tsc -p ./tsconfig.json"
1212 },
1313 "peerDependencies" : {
14+ "@material-ui/core" : " ^3.1.0" ,
1415 "react" : " ^16.4.x" ,
1516 "react-dom" : " ^16.4.x" ,
1617 "styled-components" : " ^3.4.5"
Original file line number Diff line number Diff line change 555555 write-file-atomic "^2.3.0"
556556
557557" @material-ui/core@^3.0.2 " :
558- version "3.0.2 "
559- resolved "https://registry.npmjs.org/@material-ui/core/-/core-3.0.2. tgz#a86ec4526dd0648ee9da4fc4deabffc0276de5f0 "
558+ version "3.1.0 "
559+ resolved "https://registry.npmjs.org/@material-ui/core/-/core-3.1.0. tgz#40c70e0764ef27dca5e149551577eba10c2e79ce "
560560 dependencies :
561561 " @babel/runtime" " 7.0.0"
562562 " @types/jss" " ^9.5.3"
583583 react-event-listener "^0.6.2"
584584 react-jss "^8.1.0"
585585 react-transition-group "^2.2.1"
586- recompose "^0.29 .0"
586+ recompose "0.28.0 - 0.30 .0"
587587 warning "^4.0.1"
588588
589589" @material-ui/icons@^3.0.1 " :
@@ -8714,6 +8714,17 @@ rechoir@^0.6.2:
87148714 dependencies :
87158715 resolve "^1.1.6"
87168716
8717+ " recompose@0.28.0 - 0.30.0 " :
8718+ version "0.30.0"
8719+ resolved "https://registry.npmjs.org/recompose/-/recompose-0.30.0.tgz#82773641b3927e8c7d24a0d87d65aeeba18aabd0"
8720+ dependencies :
8721+ " @babel/runtime" " ^7.0.0"
8722+ change-emitter "^0.1.2"
8723+ fbjs "^0.8.1"
8724+ hoist-non-react-statics "^2.3.1"
8725+ react-lifecycles-compat "^3.0.2"
8726+ symbol-observable "^1.0.4"
8727+
87178728recompose@^0.26.0 :
87188729 version "0.26.0"
87198730 resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.26.0.tgz#9babff039cb72ba5bd17366d55d7232fbdfb2d30"
You can’t perform that action at this time.
0 commit comments