Skip to content

Commit

Permalink
fix #1670
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Oct 16, 2017
1 parent 137a6b2 commit f2c0ee8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"classnames": "^2.1.2",
"prop-types": "^15.5.10",
"react-modal": "^1.4.0",
"react-modal": "^3.0.3",
"react-s-alert": "^1.3.0"
},
"peerDependencies": {
Expand Down
23 changes: 9 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2225,10 +2225,6 @@ ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"

element-class@^0.2.0:
version "0.2.2"
resolved "https://registry.yarnpkg.com/element-class/-/element-class-0.2.2.tgz#9d3bbd0767f9013ef8e1c8ebe722c1402a60050e"

elliptic@^6.0.0:
version "6.3.2"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3.2.tgz#e4c81e0829cf0a65ab70e998b8232723b5c1bc48"
Expand Down Expand Up @@ -2512,9 +2508,9 @@ exec-sh@^0.2.0:
dependencies:
merge "^1.1.3"

exenv@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.0.tgz#3835f127abf075bfe082d0aed4484057c78e3c89"
exenv@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"

expand-brackets@^0.1.4:
version "0.1.5"
Expand Down Expand Up @@ -4383,7 +4379,7 @@ lodash._shimkeys@~2.4.1:
dependencies:
lodash._objecttypes "~2.4.1"

lodash.assign@^3.0.0, lodash.assign@^3.2.0:
lodash.assign@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-3.2.0.tgz#3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa"
dependencies:
Expand Down Expand Up @@ -5738,13 +5734,12 @@ react-hot-loader@^3.0.0-beta.6:
redbox-react "^1.2.5"
source-map "^0.4.4"

react-modal@^1.4.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-1.5.2.tgz#acd60f19ed93ebbc7b09ea51624c7566fc615245"
react-modal@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.0.3.tgz#276580ccf3d48edab0e34df682e1e1c74856dc8f"
dependencies:
element-class "^0.2.0"
exenv "1.2.0"
lodash.assign "^3.2.0"
exenv "^1.2.0"
prop-types "^15.5.10"

react-overlays@^0.6.10:
version "0.6.10"
Expand Down

0 comments on commit f2c0ee8

Please sign in to comment.