Skip to content

Commit

Permalink
chore: upgrade storybook dependencies to ^5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Bernardini committed Jun 5, 2019
1 parent a744bfa commit 13c41ca
Show file tree
Hide file tree
Showing 3 changed files with 1,844 additions and 1,448 deletions.
10 changes: 10 additions & 0 deletions .storybook/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
[ "@babel/preset-env", { "useBuiltIns": "entry" } ],
"@babel/preset-react"
],
"plugins": [
[ "@babel/plugin-proposal-decorators", { "legacy": true } ],
[ "@babel/plugin-proposal-class-properties", { "loose": true } ]
]
}

0 comments on commit 13c41ca

Please sign in to comment.