This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 542288292bdda687859e147d46ccf14ee4a02042 Merge: eece515b 4415a166 Author: jcouteau <couteau@codelutin.com> Date: Mon Dec 23 10:47:58 2019 +0100 Merge branch 'feature/storybook' into feature/253-tuiles pollen-ui-riot-js/.storybook/addons.js | 4 ++++ pollen-ui-riot-js/.storybook/config.js | 7 +++++++ pollen-ui-riot-js/.storybook/webpack.config.js | 15 ++++++++++++++ pollen-ui-riot-js/package.json | 10 +++++++++- pollen-ui-riot-js/stories/LetterAvatar.stories.js | 13 ++++++++++++ .../stories/LetterAvatarWithKnobs.stories.js | 23 ++++++++++++++++++++++ .../stories/MultilineLabel.stories.js | 13 ++++++++++++ pollen-ui-riot-js/stories/QrCode.stories.js | 9 +++++++++ pollen-ui-riot-js/stories/Search.stories.js | 7 +++++++ 9 files changed, 100 insertions(+), 1 deletion(-) diff --cc pollen-ui-riot-js/package.json index b78bbc6e,ad435782..0d721901 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@@ -29,9 -31,14 +31,15 @@@ }, "devDependencies": { "@babel/core": "^7.6.4", + "@babel/polyfill": "^7.6.4", "@babel/plugin-proposal-object-rest-spread": "^7.6.2", "@babel/preset-env": "^7.6.3", + "@storybook/addon-actions": "^5.2.6", + "@storybook/addon-links": "^5.2.6", + "@storybook/addon-a11y": "^5.2.6", + "@storybook/addon-knobs": "^5.2.6", + "@storybook/addons": "^5.2.6", + "@storybook/riot": "^5.2.6", "babel-loader": "^8.0.6", "copy-webpack-plugin": "^4.5.2", "eslint": "^4.18.2", -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.