Gaëtan Maisse
4364ee66a0
fix(cli): add some dependencies to be able to run addon-docs with Yarn 2 out of the box
2020-07-12 16:16:32 +02:00
tooppaaa
b67c65f197
add e2e target
2020-07-11 22:55:31 +02:00
Michael Shilman
fddc9a15ea
CLI: React template Button css
2020-07-11 21:49:30 +08:00
Michael Shilman
f8531a30d0
CLI: React template Button onClick
2020-07-11 21:40:22 +08:00
Gaëtan Maisse
c0e00c600e
feat(cli): use versions.json
to get SB packages versions
...
Previously it used `devDep` of `package.json`. It was working but doing
so all Storybook packages had to be added to `devDep`.
Moreover, as `@storybook/react-native` was not part of the monorepo
anymore it's version was stuck to `6.0.0-alpha.0` causing a download
of `6.0.0-alpha.0` SB packages when running `yarn install`.
2020-07-11 11:10:02 +02:00
Michael Shilman
1b2f4ab3c9
CLI: Update React JS template with Header/Page stories
2020-07-11 11:53:10 +08:00
tooppaaa
826692ef2f
Merge remote-tracking branch 'origin/next' into feature/welcomeMDX
2020-07-08 21:59:08 +02:00
Michael Shilman
dffc1525dd
Args: Rename Story/XStory to Template
2020-07-08 07:44:42 +08:00
tooppaaa
d63814fce6
Merge remote-tracking branch 'origin/next' into feature/welcomeMDX
2020-07-07 21:07:16 +02:00
tooppaaa
7b45f7f7ab
cleanup
2020-07-07 21:06:58 +02:00
Gaëtan Maisse
34d8f8ed10
fix(cli): add @storybook/node-logger
as peerDep in Storybook for CRA generator
...
As of `@storybook/preset-create-react-app@3.1.3` this dep must be added to the base project directly.
2020-07-07 14:03:55 +02:00
tooppaaa
872f4b0645
fix yarn 2
2020-07-05 15:02:07 +02:00
tooppaaa
c870c4bb00
fix unit test
2020-07-05 15:00:43 +02:00
tooppaaa
019a7f7ed9
fix linkto e2e
2020-07-05 14:25:41 +02:00
tooppaaa
4bc7cc1a15
Add something back for Marko
2020-07-05 13:20:15 +02:00
tooppaaa
fb7718db3c
cleanup comments
2020-07-05 11:15:14 +02:00
tooppaaa
86e487a395
Update CLI for angular
2020-07-05 11:11:55 +02:00
tooppaaa
e8e37ac7ad
CLI: add common welcome and cleanup
2020-07-05 11:03:01 +02:00
Michael Shilman
b18ef1c371
Merge pull request #11396 from storybookjs/11382-version-consistency-check
...
CLI: Add upgrade utility with version consistency check
2020-07-03 17:12:21 +08:00
Michael Shilman
8440db83ef
CLI: Generalize upgrade deprecation scheme
2020-07-03 15:17:23 +08:00
Michael Shilman
59fd21441f
CLI: Add upgrade utility
2020-07-03 06:13:34 +08:00
Michael Shilman
2766dea106
Args: Rename globalArgs
to globals
2020-07-02 12:00:46 +08:00
tooppaaa
2d686fb934
fix aurelia
2020-06-26 08:24:38 +02:00
tooppaaa
fc28a0e3c0
fix mithirl
2020-06-25 22:23:11 +02:00
tooppaaa
8f08b13b8c
fix vue
2020-06-24 23:08:09 +02:00
tooppaaa
18902467a7
fix e2e
2020-06-24 22:50:58 +02:00
tooppaaa
ea1dcd5337
various fix
2020-06-24 00:10:40 +02:00
tooppaaa
b07813866a
Update buttons stories
2020-06-23 23:23:18 +02:00
tooppaaa
eef5494030
Move to essentials and update e2e
2020-06-23 22:39:41 +02:00
tooppaaa
49c405e43d
remove remaining vue file
2020-06-12 16:59:10 +02:00
tooppaaa
3b6a06aaa1
fix: rename baseGenerator
2020-06-12 00:28:37 +02:00
tooppaaa
369c343597
CLI: web_components
2020-06-11 23:33:16 +02:00
tooppaaa
6ce2d011a3
CLI: vue
2020-06-11 23:32:57 +02:00
tooppaaa
e1a4dc6a77
CLI: svelte
2020-06-11 23:32:37 +02:00
tooppaaa
898d9250ce
CLI: riot
2020-06-11 23:32:19 +02:00
tooppaaa
f3a84a699a
CLI: react_native
2020-06-11 23:31:59 +02:00
tooppaaa
4a6e31c3dc
CLI: meteor
2020-06-11 23:31:44 +02:00
tooppaaa
082667e14c
CLI: react
2020-06-11 23:31:22 +02:00
tooppaaa
fff09169fe
CLI: rax
2020-06-11 23:30:34 +02:00
tooppaaa
99ee69796a
CLI: preact
2020-06-11 23:30:02 +02:00
tooppaaa
31a5143fe7
CLI: mithril
2020-06-11 23:29:35 +02:00
tooppaaa
006daa4b2c
CLI: marko
2020-06-11 23:28:27 +02:00
tooppaaa
b8d7a99c42
CLI: marionette
2020-06-11 23:28:03 +02:00
tooppaaa
4fd5e465ae
CLI: html
2020-06-11 23:27:31 +02:00
tooppaaa
520e83f1de
CLI: ember
2020-06-11 23:27:09 +02:00
tooppaaa
a99efeef18
CLI: aurelia
2020-06-11 23:26:29 +02:00
tooppaaa
0c7e8edf84
CLI: angular
2020-06-11 23:25:45 +02:00
tooppaaa
4905904bd2
CLI: move mutualise scripts
2020-06-11 23:25:04 +02:00
Gaëtan Maisse
9dc7c554f4
refactor: ensure dep
and devDeps
are always defined when retrieving package.json
...
Doing this just after having read the file enable us to remove duplication and unneeded calls to `writePackageJson`.
2020-06-09 08:19:12 +02:00
Gaëtan Maisse
26dd11bf60
refactor: move readPackageJson
and writePackageJson
in their own helper
2020-06-09 08:19:11 +02:00