Skip to content

Commit db3800e

Browse files
fix(deps): update dependency react-modal to v3.16.3 (#805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b76c424 commit db3800e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "16.14.0",
3131
"react-apollo": "2.5.8",
3232
"react-dom": "16.14.0",
33-
"react-modal": "3.16.1",
33+
"react-modal": "3.16.3",
3434
"react-router-dom": "4.4.0-beta.8",
3535
"subscriptions-transport-ws": "0.11.0",
3636
"tachyons": "4.12.0"

advanced/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11072,10 +11072,10 @@ react-lifecycles-compat@^3.0.0:
1107211072
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.2.tgz#7279047275bd727a912e25f734c0559527e84eff"
1107311073
integrity sha512-pbZOSMVVkvppW7XRn9fcHK5OgEDnYLwMva7P6TgS44/SN9uGGjfh3Z1c8tomO+y4IsHQ6Fsz2EGwmE7sMeNZgQ==
1107411074

11075-
11076-
version "3.16.1"
11077-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.1.tgz#34018528fc206561b1a5467fc3beeaddafb39b2b"
11078-
integrity sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==
11075+
11076+
version "3.16.3"
11077+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.3.tgz#c412d41915782e3c261253435d01468e2439b11b"
11078+
integrity sha512-yCYRJB5YkeQDQlTt17WGAgFJ7jr2QYcWa1SHqZ3PluDmnKJ/7+tVU+E6uKyZ0nODaeEj+xCpK4LcSnKXLMC0Nw==
1107911079
dependencies:
1108011080
exenv "^1.2.0"
1108111081
prop-types "^15.7.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.14.0",
1111
"react-apollo": "2.5.8",
1212
"react-dom": "16.14.0",
13-
"react-modal": "3.16.1",
13+
"react-modal": "3.16.3",
1414
"react-router-dom": "4.4.0-beta.8",
1515
"tachyons": "4.12.0"
1616
},

basic/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8621,10 +8621,10 @@ react-lifecycles-compat@^3.0.0:
86218621
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
86228622
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
86238623

8624-
8625-
version "3.16.1"
8626-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.1.tgz#34018528fc206561b1a5467fc3beeaddafb39b2b"
8627-
integrity sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==
8624+
8625+
version "3.16.3"
8626+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.3.tgz#c412d41915782e3c261253435d01468e2439b11b"
8627+
integrity sha512-yCYRJB5YkeQDQlTt17WGAgFJ7jr2QYcWa1SHqZ3PluDmnKJ/7+tVU+E6uKyZ0nODaeEj+xCpK4LcSnKXLMC0Nw==
86288628
dependencies:
86298629
exenv "^1.2.0"
86308630
prop-types "^15.7.2"

0 commit comments

Comments
 (0)