Skip to content

Commit

Permalink
Merge pull request #435 from TMG-SK/master
Browse files Browse the repository at this point in the history
Replace @kadira/storybook to @storybook/react
  • Loading branch information
jamuhl committed May 15, 2018
2 parents c2fd002 + 09501c8 commit 990d271
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/storybook/.storybook/config.js
@@ -1,4 +1,4 @@
import { configure } from '@kadira/storybook';
import { configure } from '@storybook/react';

function loadStories() {
require('../stories');
Expand Down
18 changes: 10 additions & 8 deletions example/storybook/package.json
Expand Up @@ -3,14 +3,14 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"i18next": "8.4.2",
"i18next-browser-languagedetector": "2.0.0",
"i18next-locize-backend": "1.0.0",
"i18next": "11.3.2",
"i18next-browser-languagedetector": "2.2.0",
"i18next-locize-backend": "1.4.2",
"locize-editor": "1.3.0",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-i18next": "4.6.1",
"react-scripts": "1.0.10"
"react": "16.3.2",
"react-dom": "16.3.2",
"react-i18next": "7.6.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -21,6 +21,8 @@
"build-storybook": "build-storybook"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0"
"@storybook/react": "3.4.4",
"babel-core": "6.26.3",
"babel-runtime": "6.26.0"
}
}
2 changes: 1 addition & 1 deletion example/storybook/stories/index.js
@@ -1,5 +1,5 @@
import React from 'react';
import { storiesOf, action, linkTo } from '@kadira/storybook';
import { storiesOf, action, linkTo } from '@storybook/react';
import SayWelcome from './SayWelcome';

import App from '../src/App';
Expand Down

0 comments on commit 990d271

Please sign in to comment.