Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski committed Feb 6, 2018
1 parent 2d4e470 commit afca509
Show file tree
Hide file tree
Showing 3 changed files with 1,662 additions and 767 deletions.
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,29 @@
"url": "https://github.com/marc-rutkowski/storybook-addon-props"
},
"dependencies": {
"@storybook/addon-actions": "^3.2.10",
"@storybook/addon-storyshots": "^3.2.11",
"@storybook/addons": "^3.2.10",
"@storybook/react": "^3.2.11",
"highlight.js": "=9.6.0",
"immutable": "4.0.0-rc.2",
"jsx-to-string": "^1.1.0",
"@storybook/addon-actions": "^3.3.12",
"@storybook/addon-storyshots": "^3.3.12",
"@storybook/addons": "^3.3.12",
"@storybook/react": "^3.3.12",
"immutable": "4.0.0-rc.9",
"jsx-to-string": "^1.3.0",
"prop-types": "^15.6.0",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-remarkable": "^1.1.2",
"react-syntax-highlighter": "^5.7.0"
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-remarkable": "^1.1.3",
"react-syntax-highlighter": "^7.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.17.0",
"babel-plugin-styled-components": "^1.2.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.16.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"flow-bin": "^0.55.0",
"jest": "^21.2.0",
"jest-cli": "^21.2.0",
"react-test-renderer": "^15.6.0"
"flow-bin": "^0.64.0",
"jest": "^22.1.4",
"jest-cli": "^22.1.4",
"react-test-renderer": "^16.2.0"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SyntaxHighlighter, {
registerLanguage,
} from 'react-syntax-highlighter/dist/light';
import js from 'highlight.js/lib/languages/javascript';
import { docco } from 'react-syntax-highlighter/dist/styles';
import { docco } from 'react-syntax-highlighter/dist/styles/hljs';
import Description from './Description';

registerLanguage('javascript', js);
Expand Down
Loading

0 comments on commit afca509

Please sign in to comment.