Skip to content

Commit dd3796b

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency react-modal to v3.4.1
1 parent b5bb7cf commit dd3796b

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

advanced/package-lock.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react": "16.3.2",
3030
"react-apollo": "2.1.3",
3131
"react-dom": "16.3.2",
32-
"react-modal": "3.3.2",
32+
"react-modal": "3.4.1",
3333
"react-router-dom": "4.2.2",
3434
"subscriptions-transport-ws": "0.9.7",
3535
"tachyons": "4.9.1"

advanced/yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5621,12 +5621,17 @@ react-error-overlay@^4.0.0:
56215621
version "4.0.0"
56225622
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.0.tgz#d198408a85b4070937a98667f500c832f86bd5d4"
56235623

5624-
react-modal@3.3.2:
5625-
version "3.3.2"
5626-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"
5624+
react-lifecycles-compat@^3.0.0:
5625+
version "3.0.2"
5626+
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.2.tgz#7279047275bd727a912e25f734c0559527e84eff"
5627+
5628+
react-modal@3.4.1:
5629+
version "3.4.1"
5630+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.4.1.tgz#9bee876ffb1b077447abef9aa298d375625f8ecf"
56275631
dependencies:
56285632
exenv "^1.2.0"
56295633
prop-types "^15.5.10"
5634+
react-lifecycles-compat "^3.0.0"
56305635
warning "^3.0.0"
56315636

56325637
react-router-dom@4.2.2:

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "16.3.2",
1111
"react-apollo": "2.1.3",
1212
"react-dom": "16.3.2",
13-
"react-modal": "3.3.2",
13+
"react-modal": "3.4.1",
1414
"react-router-dom": "4.2.2",
1515
"tachyons": "4.9.1"
1616
},

basic/yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5306,12 +5306,17 @@ react-error-overlay@^4.0.0:
53065306
version "4.0.0"
53075307
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.0.tgz#d198408a85b4070937a98667f500c832f86bd5d4"
53085308

5309-
react-modal@3.3.2:
5310-
version "3.3.2"
5311-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"
5309+
react-lifecycles-compat@^3.0.0:
5310+
version "3.0.2"
5311+
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.2.tgz#7279047275bd727a912e25f734c0559527e84eff"
5312+
5313+
react-modal@3.4.1:
5314+
version "3.4.1"
5315+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.4.1.tgz#9bee876ffb1b077447abef9aa298d375625f8ecf"
53125316
dependencies:
53135317
exenv "^1.2.0"
53145318
prop-types "^15.5.10"
5319+
react-lifecycles-compat "^3.0.0"
53155320
warning "^3.0.0"
53165321

53175322
react-router-dom@4.2.2:

0 commit comments

Comments
 (0)