mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
c5fc849b50
@ -3,7 +3,7 @@ const helpers = require('../../lib/helpers');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const latestVersion = require('latest-version');
|
const latestVersion = require('latest-version');
|
||||||
|
|
||||||
Promise.all([
|
module.exports = Promise.all([
|
||||||
latestVersion('@storybook/vue'),
|
latestVersion('@storybook/vue'),
|
||||||
latestVersion('@storybook/addon-actions'),
|
latestVersion('@storybook/addon-actions'),
|
||||||
latestVersion('@storybook/addon-links'),
|
latestVersion('@storybook/addon-links'),
|
||||||
|
@ -3,7 +3,7 @@ const helpers = require('../../lib/helpers');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const latestVersion = require('latest-version');
|
const latestVersion = require('latest-version');
|
||||||
|
|
||||||
Promise.all([
|
module.exports = Promise.all([
|
||||||
latestVersion('@storybook/react'),
|
latestVersion('@storybook/react'),
|
||||||
latestVersion('@storybook/addon-actions'),
|
latestVersion('@storybook/addon-actions'),
|
||||||
latestVersion('@storybook/addon-links'),
|
latestVersion('@storybook/addon-links'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user