Skip to content

Commit c5f5b6b

Browse files
author
Ives van Hoorne
committed
Update react-modal
1 parent fdcf186 commit c5f5b6b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"react-dom": "^15.6.1",
105105
"react-icons": "^2.2.5",
106106
"react-loadable": "^3.3.1",
107-
"react-modal": "^1.7.7",
107+
"react-modal": "^2.2.1",
108108
"react-motion": "^0.5.0",
109109
"react-redux": "^5.0.5",
110110
"react-router-dom": "^4.1.1",

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.2:
19831983
create-hash "^1.1.0"
19841984
inherits "^2.0.1"
19851985

1986-
create-react-class@^15.5.2, create-react-class@^15.5.3, create-react-class@^15.6.0:
1986+
create-react-class@^15.5.3, create-react-class@^15.6.0:
19871987
version "15.6.0"
19881988
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
19891989
dependencies:
@@ -4709,7 +4709,7 @@ lodash._topath@^3.0.0:
47094709
dependencies:
47104710
lodash.isarray "^3.0.0"
47114711

4712-
lodash.assign@^4.0.3, lodash.assign@^4.0.6, lodash.assign@^4.2.0:
4712+
lodash.assign@^4.0.3, lodash.assign@^4.0.6:
47134713
version "4.2.0"
47144714
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
47154715

@@ -5916,7 +5916,7 @@ [email protected], prop-types@^15.5.8:
59165916
dependencies:
59175917
fbjs "^0.8.9"
59185918

5919-
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.7:
5919+
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6:
59205920
version "15.5.10"
59215921
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
59225922
dependencies:
@@ -6044,6 +6044,10 @@ react-dnd@^2.4.0:
60446044
lodash "^4.2.0"
60456045
prop-types "^15.5.8"
60466046

6047+
react-dom-factories@^1.0.0:
6048+
version "1.0.0"
6049+
resolved "https://registry.yarnpkg.com/react-dom-factories/-/react-dom-factories-1.0.0.tgz#f43c05e5051b304f33251618d5bc859b29e46b6d"
6050+
60476051
react-dom@^15.6.1:
60486052
version "15.6.1"
60496053
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.1.tgz#2cb0ed4191038e53c209eb3a79a23e2a4cf99470"
@@ -6082,15 +6086,14 @@ react-loadable@^3.3.1:
60826086
dependencies:
60836087
babel-plugin-syntax-dynamic-import "^6.18.0"
60846088

6085-
react-modal@^1.7.7:
6086-
version "1.7.7"
6087-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-1.7.7.tgz#70205f51c58708c487aff681ba3fed7946e391d9"
6089+
react-modal@^2.2.1:
6090+
version "2.2.1"
6091+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-2.2.1.tgz#22563782688bbb43441ac436156d6cb5dcb60c8b"
60886092
dependencies:
6089-
create-react-class "^15.5.2"
60906093
element-class "^0.2.0"
60916094
exenv "1.2.0"
6092-
lodash.assign "^4.2.0"
6093-
prop-types "^15.5.7"
6095+
prop-types "^15.5.10"
6096+
react-dom-factories "^1.0.0"
60946097

60956098
react-motion@^0.5.0:
60966099
version "0.5.0"

0 commit comments

Comments
 (0)