Bump react-scripts from 2.1.8 to 3.0.1 (#6963)

Bump react-scripts from 2.1.8 to 3.0.1
This commit is contained in:
Norbert de Langen 2019-06-07 00:03:17 +02:00 committed by GitHub
commit 09cc573936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 217 additions and 2781 deletions

View File

@ -35,6 +35,6 @@
"@storybook/client-logger": "5.1.1",
"@storybook/react": "5.1.1",
"@storybook/theming": "5.1.1",
"react-scripts": "^2.1.8"
"react-scripts": "^3.0.1"
}
}

View File

@ -27,9 +27,19 @@ storiesOf('Button', module)
.add('with text', () => <Button onClick={action('clicked', { depth: 1 })}>Hello Button</Button>, {
options: { selectedPanel: 'storybook/actions/panel' },
})
.add('with some emoji', () => <Button onClick={action('clicked')}>😀 😎 👍 💯</Button>, {
.add(
'with some emoji',
() => (
<Button onClick={action('clicked')}>
<span role="img" aria-label="yolo">
😀 😎 👍 💯
</span>
</Button>
),
{
options: { selectedPanel: 'storybook/actions/panel' },
})
}
)
.add('with notes', () => <Button>Check my notes in the notes panel</Button>, {
notes: 'A very simple button',
options: { selectedPanel: 'storybook/notes/panel' },

View File

@ -7,7 +7,7 @@
"global": "^4.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-scripts": "1.1.5"
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",

2978
yarn.lock

File diff suppressed because it is too large Load Diff