@storybook/cli 6.5.10-alpha.0 → 6.5.11-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,10 @@ process.env.STORYBOOK_DISABLE_TELEMETRY && process.env.STORYBOOK_DISABLE_TELEMET
44
44
 
45
45
  _commander.default.option('--enable-crash-reports', 'enable sending crash reports to telemetry data');
46
46
 
47
- _commander.default.command('init').description('Initialize Storybook into your project.').option('-f --force', 'Force add Storybook').option('-s --skip-install', 'Skip installing deps').option('-N --use-npm', 'Use npm to install deps').option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser').option('-t --type <type>', 'Add Storybook for a specific project type').option('-y --yes', 'Answer yes to all prompts').option('-b --builder <builder>', 'Builder library').option('-l --linkable', 'Prepare installation for link (contributor helper)').action(options => (0, _initiate.initiate)(options, pkg));
47
+ _commander.default.command('init').description('Initialize Storybook into your project.').option('-f --force', 'Force add Storybook').option('-s --skip-install', 'Skip installing deps').option('-N --use-npm', 'Use npm to install deps').option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser').option('-t --type <type>', 'Add Storybook for a specific project type').option('-y --yes', 'Answer yes to all prompts').option('-b --builder <builder>', 'Builder library').option('-l --linkable', 'Prepare installation for link (contributor helper)').action(options => (0, _initiate.initiate)(options, pkg).catch(err => {
48
+ logger.error(err);
49
+ process.exit(1);
50
+ }));
48
51
 
49
52
  _commander.default.command('add <addon>').description('Add an addon to your Storybook').option('-N --use-npm', 'Use NPM to build the Storybook server').option('-s --skip-postinstall', 'Skip package specific postinstall config modifications').action((addonName, options) => (0, _add.add)(addonName, options));
50
53
 
@@ -6,62 +6,62 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  // auto generated file, do not edit
8
8
  var _default = {
9
- '@storybook/addon-a11y': '6.5.10-alpha.0',
10
- '@storybook/addon-actions': '6.5.10-alpha.0',
11
- '@storybook/addon-backgrounds': '6.5.10-alpha.0',
12
- '@storybook/addon-controls': '6.5.10-alpha.0',
13
- '@storybook/addon-docs': '6.5.10-alpha.0',
14
- '@storybook/addon-essentials': '6.5.10-alpha.0',
15
- '@storybook/addon-interactions': '6.5.10-alpha.0',
16
- '@storybook/addon-jest': '6.5.10-alpha.0',
17
- '@storybook/addon-links': '6.5.10-alpha.0',
18
- '@storybook/addon-measure': '6.5.10-alpha.0',
19
- '@storybook/addon-outline': '6.5.10-alpha.0',
20
- '@storybook/addon-storyshots': '6.5.10-alpha.0',
21
- '@storybook/addon-storyshots-puppeteer': '6.5.10-alpha.0',
22
- '@storybook/addon-storysource': '6.5.10-alpha.0',
23
- '@storybook/addon-toolbars': '6.5.10-alpha.0',
24
- '@storybook/addon-viewport': '6.5.10-alpha.0',
25
- '@storybook/addons': '6.5.10-alpha.0',
26
- '@storybook/angular': '6.5.10-alpha.0',
27
- '@storybook/api': '6.5.10-alpha.0',
28
- '@storybook/builder-webpack4': '6.5.10-alpha.0',
29
- '@storybook/builder-webpack5': '6.5.10-alpha.0',
30
- '@storybook/channel-postmessage': '6.5.10-alpha.0',
31
- '@storybook/channel-websocket': '6.5.10-alpha.0',
32
- '@storybook/channels': '6.5.10-alpha.0',
33
- '@storybook/cli': '6.5.10-alpha.0',
34
- '@storybook/client-api': '6.5.10-alpha.0',
35
- '@storybook/client-logger': '6.5.10-alpha.0',
36
- '@storybook/codemod': '6.5.10-alpha.0',
37
- '@storybook/components': '6.5.10-alpha.0',
38
- '@storybook/core': '6.5.10-alpha.0',
39
- '@storybook/core-client': '6.5.10-alpha.0',
40
- '@storybook/core-common': '6.5.10-alpha.0',
41
- '@storybook/core-events': '6.5.10-alpha.0',
42
- '@storybook/core-server': '6.5.10-alpha.0',
43
- '@storybook/csf-tools': '6.5.10-alpha.0',
44
- '@storybook/docs-tools': '6.5.10-alpha.0',
45
- '@storybook/ember': '6.5.10-alpha.0',
46
- '@storybook/html': '6.5.10-alpha.0',
47
- '@storybook/instrumenter': '6.5.10-alpha.0',
48
- '@storybook/manager-webpack4': '6.5.10-alpha.0',
49
- '@storybook/manager-webpack5': '6.5.10-alpha.0',
50
- '@storybook/node-logger': '6.5.10-alpha.0',
51
- '@storybook/postinstall': '6.5.10-alpha.0',
52
- '@storybook/preact': '6.5.10-alpha.0',
53
- '@storybook/preview-web': '6.5.10-alpha.0',
54
- '@storybook/react': '6.5.10-alpha.0',
55
- '@storybook/router': '6.5.10-alpha.0',
56
- '@storybook/server': '6.5.10-alpha.0',
57
- '@storybook/source-loader': '6.5.10-alpha.0',
58
- '@storybook/store': '6.5.10-alpha.0',
59
- '@storybook/svelte': '6.5.10-alpha.0',
60
- '@storybook/telemetry': '6.5.10-alpha.0',
61
- '@storybook/theming': '6.5.10-alpha.0',
62
- '@storybook/ui': '6.5.10-alpha.0',
63
- '@storybook/vue': '6.5.10-alpha.0',
64
- '@storybook/vue3': '6.5.10-alpha.0',
65
- '@storybook/web-components': '6.5.10-alpha.0'
9
+ '@storybook/addon-a11y': '6.5.11-alpha.0',
10
+ '@storybook/addon-actions': '6.5.11-alpha.0',
11
+ '@storybook/addon-backgrounds': '6.5.11-alpha.0',
12
+ '@storybook/addon-controls': '6.5.11-alpha.0',
13
+ '@storybook/addon-docs': '6.5.11-alpha.0',
14
+ '@storybook/addon-essentials': '6.5.11-alpha.0',
15
+ '@storybook/addon-interactions': '6.5.11-alpha.0',
16
+ '@storybook/addon-jest': '6.5.11-alpha.0',
17
+ '@storybook/addon-links': '6.5.11-alpha.0',
18
+ '@storybook/addon-measure': '6.5.11-alpha.0',
19
+ '@storybook/addon-outline': '6.5.11-alpha.0',
20
+ '@storybook/addon-storyshots': '6.5.11-alpha.0',
21
+ '@storybook/addon-storyshots-puppeteer': '6.5.11-alpha.0',
22
+ '@storybook/addon-storysource': '6.5.11-alpha.0',
23
+ '@storybook/addon-toolbars': '6.5.11-alpha.0',
24
+ '@storybook/addon-viewport': '6.5.11-alpha.0',
25
+ '@storybook/addons': '6.5.11-alpha.0',
26
+ '@storybook/angular': '6.5.11-alpha.0',
27
+ '@storybook/api': '6.5.11-alpha.0',
28
+ '@storybook/builder-webpack4': '6.5.11-alpha.0',
29
+ '@storybook/builder-webpack5': '6.5.11-alpha.0',
30
+ '@storybook/channel-postmessage': '6.5.11-alpha.0',
31
+ '@storybook/channel-websocket': '6.5.11-alpha.0',
32
+ '@storybook/channels': '6.5.11-alpha.0',
33
+ '@storybook/cli': '6.5.11-alpha.0',
34
+ '@storybook/client-api': '6.5.11-alpha.0',
35
+ '@storybook/client-logger': '6.5.11-alpha.0',
36
+ '@storybook/codemod': '6.5.11-alpha.0',
37
+ '@storybook/components': '6.5.11-alpha.0',
38
+ '@storybook/core': '6.5.11-alpha.0',
39
+ '@storybook/core-client': '6.5.11-alpha.0',
40
+ '@storybook/core-common': '6.5.11-alpha.0',
41
+ '@storybook/core-events': '6.5.11-alpha.0',
42
+ '@storybook/core-server': '6.5.11-alpha.0',
43
+ '@storybook/csf-tools': '6.5.11-alpha.0',
44
+ '@storybook/docs-tools': '6.5.11-alpha.0',
45
+ '@storybook/ember': '6.5.11-alpha.0',
46
+ '@storybook/html': '6.5.11-alpha.0',
47
+ '@storybook/instrumenter': '6.5.11-alpha.0',
48
+ '@storybook/manager-webpack4': '6.5.11-alpha.0',
49
+ '@storybook/manager-webpack5': '6.5.11-alpha.0',
50
+ '@storybook/node-logger': '6.5.11-alpha.0',
51
+ '@storybook/postinstall': '6.5.11-alpha.0',
52
+ '@storybook/preact': '6.5.11-alpha.0',
53
+ '@storybook/preview-web': '6.5.11-alpha.0',
54
+ '@storybook/react': '6.5.11-alpha.0',
55
+ '@storybook/router': '6.5.11-alpha.0',
56
+ '@storybook/server': '6.5.11-alpha.0',
57
+ '@storybook/source-loader': '6.5.11-alpha.0',
58
+ '@storybook/store': '6.5.11-alpha.0',
59
+ '@storybook/svelte': '6.5.11-alpha.0',
60
+ '@storybook/telemetry': '6.5.11-alpha.0',
61
+ '@storybook/theming': '6.5.11-alpha.0',
62
+ '@storybook/ui': '6.5.11-alpha.0',
63
+ '@storybook/vue': '6.5.11-alpha.0',
64
+ '@storybook/vue3': '6.5.11-alpha.0',
65
+ '@storybook/web-components': '6.5.11-alpha.0'
66
66
  };
67
67
  exports.default = _default;
@@ -44,7 +44,10 @@ process.env.STORYBOOK_DISABLE_TELEMETRY && process.env.STORYBOOK_DISABLE_TELEMET
44
44
 
45
45
  _commander.default.option('--enable-crash-reports', 'enable sending crash reports to telemetry data');
46
46
 
47
- _commander.default.command('init').description('Initialize Storybook into your project.').option('-f --force', 'Force add Storybook').option('-s --skip-install', 'Skip installing deps').option('-N --use-npm', 'Use npm to install deps').option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser').option('-t --type <type>', 'Add Storybook for a specific project type').option('-y --yes', 'Answer yes to all prompts').option('-b --builder <builder>', 'Builder library').option('-l --linkable', 'Prepare installation for link (contributor helper)').action(options => (0, _initiate.initiate)(options, pkg));
47
+ _commander.default.command('init').description('Initialize Storybook into your project.').option('-f --force', 'Force add Storybook').option('-s --skip-install', 'Skip installing deps').option('-N --use-npm', 'Use npm to install deps').option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser').option('-t --type <type>', 'Add Storybook for a specific project type').option('-y --yes', 'Answer yes to all prompts').option('-b --builder <builder>', 'Builder library').option('-l --linkable', 'Prepare installation for link (contributor helper)').action(options => (0, _initiate.initiate)(options, pkg).catch(err => {
48
+ logger.error(err);
49
+ process.exit(1);
50
+ }));
48
51
 
49
52
  _commander.default.command('add <addon>').description('Add an addon to your Storybook').option('-N --use-npm', 'Use NPM to build the Storybook server').option('-s --skip-postinstall', 'Skip package specific postinstall config modifications').action((addonName, options) => (0, _add.add)(addonName, options));
50
53
 
@@ -6,62 +6,62 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  // auto generated file, do not edit
8
8
  var _default = {
9
- '@storybook/addon-a11y': '6.5.10-alpha.0',
10
- '@storybook/addon-actions': '6.5.10-alpha.0',
11
- '@storybook/addon-backgrounds': '6.5.10-alpha.0',
12
- '@storybook/addon-controls': '6.5.10-alpha.0',
13
- '@storybook/addon-docs': '6.5.10-alpha.0',
14
- '@storybook/addon-essentials': '6.5.10-alpha.0',
15
- '@storybook/addon-interactions': '6.5.10-alpha.0',
16
- '@storybook/addon-jest': '6.5.10-alpha.0',
17
- '@storybook/addon-links': '6.5.10-alpha.0',
18
- '@storybook/addon-measure': '6.5.10-alpha.0',
19
- '@storybook/addon-outline': '6.5.10-alpha.0',
20
- '@storybook/addon-storyshots': '6.5.10-alpha.0',
21
- '@storybook/addon-storyshots-puppeteer': '6.5.10-alpha.0',
22
- '@storybook/addon-storysource': '6.5.10-alpha.0',
23
- '@storybook/addon-toolbars': '6.5.10-alpha.0',
24
- '@storybook/addon-viewport': '6.5.10-alpha.0',
25
- '@storybook/addons': '6.5.10-alpha.0',
26
- '@storybook/angular': '6.5.10-alpha.0',
27
- '@storybook/api': '6.5.10-alpha.0',
28
- '@storybook/builder-webpack4': '6.5.10-alpha.0',
29
- '@storybook/builder-webpack5': '6.5.10-alpha.0',
30
- '@storybook/channel-postmessage': '6.5.10-alpha.0',
31
- '@storybook/channel-websocket': '6.5.10-alpha.0',
32
- '@storybook/channels': '6.5.10-alpha.0',
33
- '@storybook/cli': '6.5.10-alpha.0',
34
- '@storybook/client-api': '6.5.10-alpha.0',
35
- '@storybook/client-logger': '6.5.10-alpha.0',
36
- '@storybook/codemod': '6.5.10-alpha.0',
37
- '@storybook/components': '6.5.10-alpha.0',
38
- '@storybook/core': '6.5.10-alpha.0',
39
- '@storybook/core-client': '6.5.10-alpha.0',
40
- '@storybook/core-common': '6.5.10-alpha.0',
41
- '@storybook/core-events': '6.5.10-alpha.0',
42
- '@storybook/core-server': '6.5.10-alpha.0',
43
- '@storybook/csf-tools': '6.5.10-alpha.0',
44
- '@storybook/docs-tools': '6.5.10-alpha.0',
45
- '@storybook/ember': '6.5.10-alpha.0',
46
- '@storybook/html': '6.5.10-alpha.0',
47
- '@storybook/instrumenter': '6.5.10-alpha.0',
48
- '@storybook/manager-webpack4': '6.5.10-alpha.0',
49
- '@storybook/manager-webpack5': '6.5.10-alpha.0',
50
- '@storybook/node-logger': '6.5.10-alpha.0',
51
- '@storybook/postinstall': '6.5.10-alpha.0',
52
- '@storybook/preact': '6.5.10-alpha.0',
53
- '@storybook/preview-web': '6.5.10-alpha.0',
54
- '@storybook/react': '6.5.10-alpha.0',
55
- '@storybook/router': '6.5.10-alpha.0',
56
- '@storybook/server': '6.5.10-alpha.0',
57
- '@storybook/source-loader': '6.5.10-alpha.0',
58
- '@storybook/store': '6.5.10-alpha.0',
59
- '@storybook/svelte': '6.5.10-alpha.0',
60
- '@storybook/telemetry': '6.5.10-alpha.0',
61
- '@storybook/theming': '6.5.10-alpha.0',
62
- '@storybook/ui': '6.5.10-alpha.0',
63
- '@storybook/vue': '6.5.10-alpha.0',
64
- '@storybook/vue3': '6.5.10-alpha.0',
65
- '@storybook/web-components': '6.5.10-alpha.0'
9
+ '@storybook/addon-a11y': '6.5.11-alpha.0',
10
+ '@storybook/addon-actions': '6.5.11-alpha.0',
11
+ '@storybook/addon-backgrounds': '6.5.11-alpha.0',
12
+ '@storybook/addon-controls': '6.5.11-alpha.0',
13
+ '@storybook/addon-docs': '6.5.11-alpha.0',
14
+ '@storybook/addon-essentials': '6.5.11-alpha.0',
15
+ '@storybook/addon-interactions': '6.5.11-alpha.0',
16
+ '@storybook/addon-jest': '6.5.11-alpha.0',
17
+ '@storybook/addon-links': '6.5.11-alpha.0',
18
+ '@storybook/addon-measure': '6.5.11-alpha.0',
19
+ '@storybook/addon-outline': '6.5.11-alpha.0',
20
+ '@storybook/addon-storyshots': '6.5.11-alpha.0',
21
+ '@storybook/addon-storyshots-puppeteer': '6.5.11-alpha.0',
22
+ '@storybook/addon-storysource': '6.5.11-alpha.0',
23
+ '@storybook/addon-toolbars': '6.5.11-alpha.0',
24
+ '@storybook/addon-viewport': '6.5.11-alpha.0',
25
+ '@storybook/addons': '6.5.11-alpha.0',
26
+ '@storybook/angular': '6.5.11-alpha.0',
27
+ '@storybook/api': '6.5.11-alpha.0',
28
+ '@storybook/builder-webpack4': '6.5.11-alpha.0',
29
+ '@storybook/builder-webpack5': '6.5.11-alpha.0',
30
+ '@storybook/channel-postmessage': '6.5.11-alpha.0',
31
+ '@storybook/channel-websocket': '6.5.11-alpha.0',
32
+ '@storybook/channels': '6.5.11-alpha.0',
33
+ '@storybook/cli': '6.5.11-alpha.0',
34
+ '@storybook/client-api': '6.5.11-alpha.0',
35
+ '@storybook/client-logger': '6.5.11-alpha.0',
36
+ '@storybook/codemod': '6.5.11-alpha.0',
37
+ '@storybook/components': '6.5.11-alpha.0',
38
+ '@storybook/core': '6.5.11-alpha.0',
39
+ '@storybook/core-client': '6.5.11-alpha.0',
40
+ '@storybook/core-common': '6.5.11-alpha.0',
41
+ '@storybook/core-events': '6.5.11-alpha.0',
42
+ '@storybook/core-server': '6.5.11-alpha.0',
43
+ '@storybook/csf-tools': '6.5.11-alpha.0',
44
+ '@storybook/docs-tools': '6.5.11-alpha.0',
45
+ '@storybook/ember': '6.5.11-alpha.0',
46
+ '@storybook/html': '6.5.11-alpha.0',
47
+ '@storybook/instrumenter': '6.5.11-alpha.0',
48
+ '@storybook/manager-webpack4': '6.5.11-alpha.0',
49
+ '@storybook/manager-webpack5': '6.5.11-alpha.0',
50
+ '@storybook/node-logger': '6.5.11-alpha.0',
51
+ '@storybook/postinstall': '6.5.11-alpha.0',
52
+ '@storybook/preact': '6.5.11-alpha.0',
53
+ '@storybook/preview-web': '6.5.11-alpha.0',
54
+ '@storybook/react': '6.5.11-alpha.0',
55
+ '@storybook/router': '6.5.11-alpha.0',
56
+ '@storybook/server': '6.5.11-alpha.0',
57
+ '@storybook/source-loader': '6.5.11-alpha.0',
58
+ '@storybook/store': '6.5.11-alpha.0',
59
+ '@storybook/svelte': '6.5.11-alpha.0',
60
+ '@storybook/telemetry': '6.5.11-alpha.0',
61
+ '@storybook/theming': '6.5.11-alpha.0',
62
+ '@storybook/ui': '6.5.11-alpha.0',
63
+ '@storybook/vue': '6.5.11-alpha.0',
64
+ '@storybook/vue3': '6.5.11-alpha.0',
65
+ '@storybook/web-components': '6.5.11-alpha.0'
66
66
  };
67
67
  exports.default = _default;
@@ -44,7 +44,10 @@ process.env.STORYBOOK_DISABLE_TELEMETRY && process.env.STORYBOOK_DISABLE_TELEMET
44
44
 
45
45
  _commander.default.option('--enable-crash-reports', 'enable sending crash reports to telemetry data');
46
46
 
47
- _commander.default.command('init').description('Initialize Storybook into your project.').option('-f --force', 'Force add Storybook').option('-s --skip-install', 'Skip installing deps').option('-N --use-npm', 'Use npm to install deps').option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser').option('-t --type <type>', 'Add Storybook for a specific project type').option('-y --yes', 'Answer yes to all prompts').option('-b --builder <builder>', 'Builder library').option('-l --linkable', 'Prepare installation for link (contributor helper)').action(options => (0, _initiate.initiate)(options, pkg));
47
+ _commander.default.command('init').description('Initialize Storybook into your project.').option('-f --force', 'Force add Storybook').option('-s --skip-install', 'Skip installing deps').option('-N --use-npm', 'Use npm to install deps').option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser').option('-t --type <type>', 'Add Storybook for a specific project type').option('-y --yes', 'Answer yes to all prompts').option('-b --builder <builder>', 'Builder library').option('-l --linkable', 'Prepare installation for link (contributor helper)').action(options => (0, _initiate.initiate)(options, pkg).catch(err => {
48
+ logger.error(err);
49
+ process.exit(1);
50
+ }));
48
51
 
49
52
  _commander.default.command('add <addon>').description('Add an addon to your Storybook').option('-N --use-npm', 'Use NPM to build the Storybook server').option('-s --skip-postinstall', 'Skip package specific postinstall config modifications').action((addonName, options) => (0, _add.add)(addonName, options));
50
53
 
@@ -6,62 +6,62 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  // auto generated file, do not edit
8
8
  var _default = {
9
- '@storybook/addon-a11y': '6.5.10-alpha.0',
10
- '@storybook/addon-actions': '6.5.10-alpha.0',
11
- '@storybook/addon-backgrounds': '6.5.10-alpha.0',
12
- '@storybook/addon-controls': '6.5.10-alpha.0',
13
- '@storybook/addon-docs': '6.5.10-alpha.0',
14
- '@storybook/addon-essentials': '6.5.10-alpha.0',
15
- '@storybook/addon-interactions': '6.5.10-alpha.0',
16
- '@storybook/addon-jest': '6.5.10-alpha.0',
17
- '@storybook/addon-links': '6.5.10-alpha.0',
18
- '@storybook/addon-measure': '6.5.10-alpha.0',
19
- '@storybook/addon-outline': '6.5.10-alpha.0',
20
- '@storybook/addon-storyshots': '6.5.10-alpha.0',
21
- '@storybook/addon-storyshots-puppeteer': '6.5.10-alpha.0',
22
- '@storybook/addon-storysource': '6.5.10-alpha.0',
23
- '@storybook/addon-toolbars': '6.5.10-alpha.0',
24
- '@storybook/addon-viewport': '6.5.10-alpha.0',
25
- '@storybook/addons': '6.5.10-alpha.0',
26
- '@storybook/angular': '6.5.10-alpha.0',
27
- '@storybook/api': '6.5.10-alpha.0',
28
- '@storybook/builder-webpack4': '6.5.10-alpha.0',
29
- '@storybook/builder-webpack5': '6.5.10-alpha.0',
30
- '@storybook/channel-postmessage': '6.5.10-alpha.0',
31
- '@storybook/channel-websocket': '6.5.10-alpha.0',
32
- '@storybook/channels': '6.5.10-alpha.0',
33
- '@storybook/cli': '6.5.10-alpha.0',
34
- '@storybook/client-api': '6.5.10-alpha.0',
35
- '@storybook/client-logger': '6.5.10-alpha.0',
36
- '@storybook/codemod': '6.5.10-alpha.0',
37
- '@storybook/components': '6.5.10-alpha.0',
38
- '@storybook/core': '6.5.10-alpha.0',
39
- '@storybook/core-client': '6.5.10-alpha.0',
40
- '@storybook/core-common': '6.5.10-alpha.0',
41
- '@storybook/core-events': '6.5.10-alpha.0',
42
- '@storybook/core-server': '6.5.10-alpha.0',
43
- '@storybook/csf-tools': '6.5.10-alpha.0',
44
- '@storybook/docs-tools': '6.5.10-alpha.0',
45
- '@storybook/ember': '6.5.10-alpha.0',
46
- '@storybook/html': '6.5.10-alpha.0',
47
- '@storybook/instrumenter': '6.5.10-alpha.0',
48
- '@storybook/manager-webpack4': '6.5.10-alpha.0',
49
- '@storybook/manager-webpack5': '6.5.10-alpha.0',
50
- '@storybook/node-logger': '6.5.10-alpha.0',
51
- '@storybook/postinstall': '6.5.10-alpha.0',
52
- '@storybook/preact': '6.5.10-alpha.0',
53
- '@storybook/preview-web': '6.5.10-alpha.0',
54
- '@storybook/react': '6.5.10-alpha.0',
55
- '@storybook/router': '6.5.10-alpha.0',
56
- '@storybook/server': '6.5.10-alpha.0',
57
- '@storybook/source-loader': '6.5.10-alpha.0',
58
- '@storybook/store': '6.5.10-alpha.0',
59
- '@storybook/svelte': '6.5.10-alpha.0',
60
- '@storybook/telemetry': '6.5.10-alpha.0',
61
- '@storybook/theming': '6.5.10-alpha.0',
62
- '@storybook/ui': '6.5.10-alpha.0',
63
- '@storybook/vue': '6.5.10-alpha.0',
64
- '@storybook/vue3': '6.5.10-alpha.0',
65
- '@storybook/web-components': '6.5.10-alpha.0'
9
+ '@storybook/addon-a11y': '6.5.11-alpha.0',
10
+ '@storybook/addon-actions': '6.5.11-alpha.0',
11
+ '@storybook/addon-backgrounds': '6.5.11-alpha.0',
12
+ '@storybook/addon-controls': '6.5.11-alpha.0',
13
+ '@storybook/addon-docs': '6.5.11-alpha.0',
14
+ '@storybook/addon-essentials': '6.5.11-alpha.0',
15
+ '@storybook/addon-interactions': '6.5.11-alpha.0',
16
+ '@storybook/addon-jest': '6.5.11-alpha.0',
17
+ '@storybook/addon-links': '6.5.11-alpha.0',
18
+ '@storybook/addon-measure': '6.5.11-alpha.0',
19
+ '@storybook/addon-outline': '6.5.11-alpha.0',
20
+ '@storybook/addon-storyshots': '6.5.11-alpha.0',
21
+ '@storybook/addon-storyshots-puppeteer': '6.5.11-alpha.0',
22
+ '@storybook/addon-storysource': '6.5.11-alpha.0',
23
+ '@storybook/addon-toolbars': '6.5.11-alpha.0',
24
+ '@storybook/addon-viewport': '6.5.11-alpha.0',
25
+ '@storybook/addons': '6.5.11-alpha.0',
26
+ '@storybook/angular': '6.5.11-alpha.0',
27
+ '@storybook/api': '6.5.11-alpha.0',
28
+ '@storybook/builder-webpack4': '6.5.11-alpha.0',
29
+ '@storybook/builder-webpack5': '6.5.11-alpha.0',
30
+ '@storybook/channel-postmessage': '6.5.11-alpha.0',
31
+ '@storybook/channel-websocket': '6.5.11-alpha.0',
32
+ '@storybook/channels': '6.5.11-alpha.0',
33
+ '@storybook/cli': '6.5.11-alpha.0',
34
+ '@storybook/client-api': '6.5.11-alpha.0',
35
+ '@storybook/client-logger': '6.5.11-alpha.0',
36
+ '@storybook/codemod': '6.5.11-alpha.0',
37
+ '@storybook/components': '6.5.11-alpha.0',
38
+ '@storybook/core': '6.5.11-alpha.0',
39
+ '@storybook/core-client': '6.5.11-alpha.0',
40
+ '@storybook/core-common': '6.5.11-alpha.0',
41
+ '@storybook/core-events': '6.5.11-alpha.0',
42
+ '@storybook/core-server': '6.5.11-alpha.0',
43
+ '@storybook/csf-tools': '6.5.11-alpha.0',
44
+ '@storybook/docs-tools': '6.5.11-alpha.0',
45
+ '@storybook/ember': '6.5.11-alpha.0',
46
+ '@storybook/html': '6.5.11-alpha.0',
47
+ '@storybook/instrumenter': '6.5.11-alpha.0',
48
+ '@storybook/manager-webpack4': '6.5.11-alpha.0',
49
+ '@storybook/manager-webpack5': '6.5.11-alpha.0',
50
+ '@storybook/node-logger': '6.5.11-alpha.0',
51
+ '@storybook/postinstall': '6.5.11-alpha.0',
52
+ '@storybook/preact': '6.5.11-alpha.0',
53
+ '@storybook/preview-web': '6.5.11-alpha.0',
54
+ '@storybook/react': '6.5.11-alpha.0',
55
+ '@storybook/router': '6.5.11-alpha.0',
56
+ '@storybook/server': '6.5.11-alpha.0',
57
+ '@storybook/source-loader': '6.5.11-alpha.0',
58
+ '@storybook/store': '6.5.11-alpha.0',
59
+ '@storybook/svelte': '6.5.11-alpha.0',
60
+ '@storybook/telemetry': '6.5.11-alpha.0',
61
+ '@storybook/theming': '6.5.11-alpha.0',
62
+ '@storybook/ui': '6.5.11-alpha.0',
63
+ '@storybook/vue': '6.5.11-alpha.0',
64
+ '@storybook/vue3': '6.5.11-alpha.0',
65
+ '@storybook/web-components': '6.5.11-alpha.0'
66
66
  };
67
67
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/cli",
3
- "version": "6.5.10-alpha.0",
3
+ "version": "6.5.11-alpha.0",
4
4
  "description": "Storybook's CLI - easiest method of adding storybook to your projects",
5
5
  "keywords": [
6
6
  "cli",
@@ -47,12 +47,12 @@
47
47
  "dependencies": {
48
48
  "@babel/core": "^7.12.10",
49
49
  "@babel/preset-env": "^7.12.11",
50
- "@storybook/codemod": "6.5.10-alpha.0",
51
- "@storybook/core-common": "6.5.10-alpha.0",
52
- "@storybook/csf-tools": "6.5.10-alpha.0",
53
- "@storybook/node-logger": "6.5.10-alpha.0",
50
+ "@storybook/codemod": "6.5.11-alpha.0",
51
+ "@storybook/core-common": "6.5.11-alpha.0",
52
+ "@storybook/csf-tools": "6.5.11-alpha.0",
53
+ "@storybook/node-logger": "6.5.11-alpha.0",
54
54
  "@storybook/semver": "^7.3.2",
55
- "@storybook/telemetry": "6.5.10-alpha.0",
55
+ "@storybook/telemetry": "6.5.11-alpha.0",
56
56
  "boxen": "^5.1.2",
57
57
  "chalk": "^4.1.0",
58
58
  "commander": "^6.2.1",
@@ -76,7 +76,7 @@
76
76
  "update-notifier": "^5.0.1"
77
77
  },
78
78
  "devDependencies": {
79
- "@storybook/client-api": "6.5.10-alpha.0",
79
+ "@storybook/client-api": "6.5.11-alpha.0",
80
80
  "@types/cross-spawn": "^6.0.2",
81
81
  "@types/prompts": "^2.0.9",
82
82
  "@types/puppeteer-core": "^2.1.0",
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "gitHead": "1a48f7af1886fc828cb84f32ca451cce456db78d"
92
+ "gitHead": "32945d12113a70c17a3b8f7d3172b500a0b7658e"
93
93
  }