Skip to content

Commit 9325602

Browse files
committed
Switch to Storybook v6
1 parent 8587ad6 commit 9325602

File tree

3 files changed

+2933
-1069
lines changed

3 files changed

+2933
-1069
lines changed

.babelrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
],
1111
"@babel/preset-react"
1212
],
13-
"plugins": ["@babel/plugin-proposal-class-properties"]
14-
}
13+
"plugins": [
14+
"@babel/plugin-proposal-class-properties"
15+
]
16+
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
},
2323
"dependencies": {
2424
"@reach/rect": "^0.2.1",
25-
"@storybook/addons": "^5.3.18",
26-
"@storybook/core-events": "^5.3.18",
27-
"@storybook/theming": "^5.3.18",
25+
"@storybook/addons": "^6.1.18",
26+
"@storybook/core-events": "^6.1.18",
27+
"@storybook/theming": "^6.1.18",
2828
"deep-equal": "^2.0.2",
2929
"prop-types": "^15.6.2"
3030
},
3131
"devDependencies": {
32-
"@babel/cli": "^7.2.3",
33-
"@babel/core": "^7.2.2",
34-
"@babel/plugin-proposal-class-properties": "^7.2.3",
35-
"@babel/preset-env": "^7.2.3",
36-
"@babel/preset-react": "^7.0.0",
37-
"@storybook/addon-actions": "^5.3.18",
38-
"@storybook/addon-backgrounds": "^5.3.18",
39-
"@storybook/addon-links": "^5.3.18",
40-
"@storybook/react": "^5.3.18",
32+
"@babel/cli": "^7.12.17",
33+
"@babel/core": "^7.12.17",
34+
"@babel/plugin-proposal-class-properties": "^7.12.13",
35+
"@babel/preset-env": "^7.12.17",
36+
"@babel/preset-react": "^7.12.13",
37+
"@storybook/addon-actions": "^6.1.18",
38+
"@storybook/addon-backgrounds": "^6.1.18",
39+
"@storybook/addon-links": "^6.1.18",
40+
"@storybook/react": "^6.1.18",
4141
"@types/react": "^16.9.19",
4242
"@usulpro/package-prepare": "^1.1.4",
4343
"babel-eslint": "^10.0.1",

0 commit comments

Comments
 (0)