Skip to content

Commit

Permalink
Merge pull request #2528 from storybooks/ndelangen/update-reactsplitpane
Browse files Browse the repository at this point in the history
UPDATE "react-split-pane": "^0.1.74", to FIX an breaking issue
  • Loading branch information
ndelangen authored Dec 21, 2017
2 parents 0b490c5 + 49274e0 commit 795b01c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"dependencies": {
"@hypnosphi/fuse.js": "^3.0.9",
"@storybook/components": "^3.2.18",
"@storybook/mantra-core": "^1.7.0",
"@storybook/mantra-core": "^1.7.2",
"@storybook/react-fuzzy": "^0.4.3",
"@storybook/react-komposer": "^2.0.0",
"@storybook/react-komposer": "^2.0.3",
"babel-runtime": "^6.26.0",
"deep-equal": "^1.0.1",
"events": "^1.1.1",
"global": "^4.3.2",
"json-stringify-safe": "^5.0.1",
"keycode": "^2.1.8",
"keycode": "^2.1.9",
"lodash.debounce": "^4.0.8",
"lodash.pick": "^4.4.0",
"lodash.sortby": "^4.7.0",
Expand All @@ -33,9 +33,9 @@
"qs": "^6.5.1",
"react-icons": "^2.2.7",
"react-inspector": "^2.2.2",
"react-modal": "^3.1.8",
"react-split-pane": "^0.1.71",
"react-treebeard": "^2.0.3",
"react-modal": "^3.1.10",
"react-split-pane": "^0.1.74",
"react-treebeard": "^2.1.0",
"redux": "^3.7.2"
},
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
dependencies:
ps-tree "^1.1.0"

"@storybook/mantra-core@^1.7.0":
"@storybook/mantra-core@^1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@storybook/mantra-core/-/mantra-core-1.7.2.tgz#e10c7faca29769e97131e0e0308ef7cfb655b70c"
dependencies:
Expand All @@ -97,7 +97,7 @@
fuse.js "^3.0.1"
prop-types "^15.5.9"

"@storybook/react-komposer@^2.0.0", "@storybook/react-komposer@^2.0.1":
"@storybook/react-komposer@^2.0.1", "@storybook/react-komposer@^2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@storybook/react-komposer/-/react-komposer-2.0.3.tgz#f9e12a9586b2ce95c24c137eabb8b71527ddb369"
dependencies:
Expand Down Expand Up @@ -6825,7 +6825,7 @@ jsx-ast-utils@^2.0.0:
dependencies:
array-includes "^3.0.3"

keycode@^2.1.8:
keycode@^2.1.9:
version "2.1.9"
resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.1.9.tgz#964a23c54e4889405b4861a5c9f0480d45141dfa"

Expand Down Expand Up @@ -9303,9 +9303,9 @@ react-inspector@^2.2.2:
babel-runtime "^6.26.0"
is-dom "^1.0.9"

react-modal@^3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.1.8.tgz#7d6b1958f44828babd2a1ce826c28fa40d026b0f"
react-modal@^3.1.10:
version "3.1.10"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.1.10.tgz#8898b5cc4ebba78adbb8dea4c55a69818aa682cc"
dependencies:
exenv "^1.2.0"
prop-types "^15.5.10"
Expand Down Expand Up @@ -9449,9 +9449,9 @@ [email protected]:
optionalDependencies:
fsevents "1.1.2"

react-split-pane@^0.1.71:
version "0.1.71"
resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.71.tgz#19b1b30638655e655f9f5fe57b1ae7cc6c151829"
react-split-pane@^0.1.74:
version "0.1.74"
resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.74.tgz#cf79fc98b51ab0763fdc778749b810a102b036ca"
dependencies:
"@types/inline-style-prefixer" "^3.0.0"
"@types/react" "^16.0.18"
Expand Down Expand Up @@ -9508,7 +9508,7 @@ react-transition-group@^1.1.2:
prop-types "^15.5.6"
warning "^3.0.0"

react-treebeard@^2.0.3:
react-treebeard@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-treebeard/-/react-treebeard-2.1.0.tgz#fbd5cf51089b6f09a9b18350ab3bddf736e57800"
dependencies:
Expand Down

0 comments on commit 795b01c

Please sign in to comment.