Skip to content

Commit

Permalink
UPDATE dependencies && UPDATE react-inspector by switching to custom …
Browse files Browse the repository at this point in the history
…fork
  • Loading branch information
ndelangen committed May 10, 2017
1 parent 6eeadd2 commit 8c5de52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/addon-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"deep-equal": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"prop-types": "^15.5.8",
"react-inspector": "^1.1.2"
"@storybook/react-inspector": "^1.2.1"
},
"peerDependencies": {
"@kadira/storybook-addons": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"moment": "^2.18.1",
"prop-types": "^15.5.8",
"react-render-html": "^0.1.6",
"react-textarea-autosize": "^4.0.5"
"react-textarea-autosize": "^4.3.0"
},
"devDependencies": {
"@kadira/storybook": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/addon-knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"moment": "^2.18.1",
"prop-types": "^15.5.8",
"react-color": "^2.11.4",
"react-datetime": "^2.8.9",
"react-textarea-autosize": "^4.0.5"
"react-datetime": "^2.8.10",
"react-textarea-autosize": "^4.3.0"
},
"main": "dist/index.js",
"typings": "./storybook-addon-knobs.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prop-types": "^15.5.8",
"qs": "^6.4.0",
"react-fuzzy": "^0.3.3",
"react-inspector": "^1.1.2",
"@storybook/react-inspector": "^1.2.1",
"react-komposer": "^2.0.0",
"react-modal": "^1.7.6",
"react-split-pane": "^0.1.63",
Expand Down

0 comments on commit 8c5de52

Please sign in to comment.