Skip to content

Commit

Permalink
Switch to Storybook v6
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Mar 13, 2021
1 parent 995086f commit 590556f
Show file tree
Hide file tree
Showing 3 changed files with 3,635 additions and 2,712 deletions.
19 changes: 16 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current",
"browsers": "defaults"
}
}
],
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
]
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/storybook-deployer": "^2.8.5",
"@usulpro/package-prepare": "^1.1.4",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addons": "^6.1.21",
"@storybook/react": "^6.1.21",
"@storybook/storybook-deployer": "^2.8.7",
"@usulpro/package-prepare": "^1.3.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-loader": "^8.2.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
Expand All @@ -75,8 +75,8 @@
"eslint-plugin-react": "^7.1.0",
"nodemon": "^1.18.9",
"prettier": "^2.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "3.0.1",
"relative-deps": "^1.0.1"
},
Expand Down
Loading

0 comments on commit 590556f

Please sign in to comment.