Skip to content

Commit

Permalink
fix: update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjoson committed Jan 18, 2019
1 parent ce0d56b commit 21775ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@4c/rollout": "^1.2.0",
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.5",
"@storybook/addon-actions": "^3.4.11",
"@storybook/react": "3.4.11",
"@storybook/addon-actions": "^4.1.7",
"@storybook/react": "^4.1.7",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
Expand Down
4 changes: 3 additions & 1 deletion stories/Calendar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { storiesOf, action } from '@storybook/react'
import { storiesOf } from '@storybook/react'
import { action } from '@storybook/addon-actions'

import moment from 'moment'
import React from 'react'

Expand Down
3 changes: 2 additions & 1 deletion stories/DragAndDrop.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react'
import { storiesOf, action } from '@storybook/react'
import { storiesOf } from '@storybook/react'
import { action } from '@storybook/addon-actions'

import { events, Calendar, DragAndDropCalendar } from './helpers'
import customComponents from './helpers/customComponents'
Expand Down
3 changes: 2 additions & 1 deletion stories/Timeslots.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { storiesOf, action } from '@storybook/react'
import { storiesOf } from '@storybook/react'
import { action } from '@storybook/addon-actions'
import moment from 'moment'
import React from 'react'

Expand Down
2 changes: 1 addition & 1 deletion stories/helpers/customComponents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { action } from '@storybook/react'
import { action } from '@storybook/addon-actions'

const customComponents = {
dateCellWrapper: dateCellWrapperProps => {
Expand Down

0 comments on commit 21775ab

Please sign in to comment.