Skip to content

Commit

Permalink
Merge pull request #2257 from storybooks/dependencies.io-update-build…
Browse files Browse the repository at this point in the history
…-54.0.0

Update 3 dependencies from npm
  • Loading branch information
Hypnosphi committed Nov 8, 2017
2 parents c06a289 + 9af3afc commit 5627316
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-icons": "^2.2.7",
"react-inspector": "^2.2.1",
"react-komposer": "^2.0.0",
"react-modal": "^3.1.0",
"react-modal": "^3.1.2",
"react-split-pane": "^0.1.68",
"react-treebeard": "^2.0.3",
"redux": "^3.7.2"
Expand Down
2 changes: 0 additions & 2 deletions lib/ui/src/modules/ui/components/search_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ export default class SearchBox extends React.Component {
style={modalStyle}
contentLabel="Search"
shouldReturnFocusAfterClose={false}
// see https://github.com/reactjs/react-modal/pull/540/files#r148984350
shouldFocusAfterRender={false}
>
<FuzzySearch
list={formatStories(this.props.stories)}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"codecov": "^3.0.0",
"commander": "^2.11.0",
"cross-env": "^5.1.1",
"danger": "^2.0.0",
"danger": "^2.0.1",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"eslint": "^4.10.0",
Expand All @@ -78,7 +78,7 @@
"lodash": "^4.17.4",
"nodemon": "^1.12.1",
"npmlog": "^4.1.2",
"prettier": "^1.7.4",
"prettier": "^1.8.1",
"puppeteer": "^0.12.0",
"raf": "^3.4.0",
"react": "^16.0.0",
Expand Down
18 changes: 11 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3290,9 +3290,9 @@ damerau-levenshtein@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"

danger@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/danger/-/danger-2.0.0.tgz#95a18f03a84f9584a49dc866c69e85b501454596"
danger@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/danger/-/danger-2.0.1.tgz#d3b303162c1132cb0a5471eb79f041f1941f9de2"
dependencies:
babel-polyfill "7.0.0-alpha.19"
chalk "^2.0.0"
Expand Down Expand Up @@ -8940,10 +8940,14 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.7.0, prettier@^1.7.4:
prettier@^1.7.0:
version "1.7.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.7.4.tgz#5e8624ae9363c80f95ec644584ecdf55d74f93fa"

prettier@^1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.1.tgz#91064d778c08c85ac1cbe6b23195c34310d039f9"

pretty-bytes@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
Expand Down Expand Up @@ -9364,9 +9368,9 @@ react-komposer@^2.0.0:
react-stubber "^1.0.0"
shallowequal "^0.2.2"

react-modal@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.1.0.tgz#ce594f88f9ab7338ee265cfec4be3cc5253f5baa"
react-modal@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.1.2.tgz#6e1fd656315d6fc62a1edda2b5aecc9752ac6bca"
dependencies:
exenv "^1.2.0"
prop-types "^15.5.10"
Expand Down

0 comments on commit 5627316

Please sign in to comment.