Skip to content

Commit fd5b1ea

Browse files
author
Claudéric Demers
authored
chore: update react-storybook (#595)
1 parent 21280ac commit fd5b1ea

File tree

3 files changed

+1853
-1234
lines changed

3 files changed

+1853
-1234
lines changed

.storybook/theme.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ export default create({
3333
brandTitle: 'React Sortable HOC',
3434
brandUrl: 'https://github.com/clauderic/react-sortable-hoc',
3535
brandImage:
36-
'https://d12c9k59mfk1gc.cloudfront.net/items/1T3k3f1s0v3K283t2W1s/react-sortable-hoc.svg',
36+
'https://user-images.githubusercontent.com/1416436/54170652-dfd59d80-444d-11e9-9c51-658638c0454b.png',
3737
});

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"@babel/plugin-transform-runtime": "^7.2.0",
6464
"@babel/preset-env": "^7.2.3",
6565
"@babel/preset-react": "^7.0.0",
66-
"@storybook/addon-options": "^5.0.1",
67-
"@storybook/react": "^5.0.2",
68-
"@storybook/theming": "^5.0.1",
66+
"@storybook/addon-options": "^5.1.11",
67+
"@storybook/react": "^5.1.11",
68+
"@storybook/theming": "^5.1.11",
6969
"array-move": "^1.0.0",
7070
"autoprefixer": "^6.3.6",
7171
"babel-loader": "^8.0.5",
@@ -91,6 +91,7 @@
9191
"react-addons-test-utils": "^15.1.0",
9292
"react-dom": "^16.7.0",
9393
"react-infinite": "^0.13.0",
94+
"react-inspector": "^3.0.2",
9495
"react-tiny-virtual-list": "^2.0.1",
9596
"react-virtualized": "^9.2.2",
9697
"react-window": "^1.6.2",

0 commit comments

Comments
 (0)