Skip to content

Commit

Permalink
Switch back to non-fork of react-inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 12, 2017
1 parent 18e37f2 commit 7cf84a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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",
"@storybook/react-inspector": "^1.2.1"
"react-inspector": "^2.0.0"
},
"peerDependencies": {
"@kadira/storybook-addons": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import Inspector from '@storybook/react-inspector';
import Inspector from 'react-inspector';
import style from './style';

class ActionLogger extends Component {
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 @@ -17,7 +17,7 @@
"react-dom": "*"
},
"dependencies": {
"@storybook/react-inspector": "^1.2.1",
"react-inspector": "^2.0.0",
"@storybook/react-fuzzy": "^0.4.0",
"babel-runtime": "^6.23.0",
"deep-equal": "^1.0.1",
Expand Down

0 comments on commit 7cf84a6

Please sign in to comment.