Skip to content

Commit f282dc7

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

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.11.0",
3131
"react-apollo": "2.5.8",
3232
"react-dom": "16.11.0",
33-
"react-modal": "3.10.1",
33+
"react-modal": "3.11.1",
3434
"react-router-dom": "4.4.0-beta.8",
3535
"subscriptions-transport-ws": "0.9.16",
3636
"tachyons": "4.11.1"

advanced/yarn.lock

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

9561-
react-modal@3.10.1:
9562-
version "3.10.1"
9563-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.10.1.tgz#ba37927871830c798f51404aa6bc71ff7a5e4c16"
9564-
integrity sha512-2DKIfdOc8+WY+SYJ/xf/WBwOYMmNAYAyGkYlc4e1TCs9rk1xY4QBz04hB3UHGcrLChh7ce77rHAe6VPNmuLYsQ==
9561+
react-modal@3.11.1:
9562+
version "3.11.1"
9563+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.11.1.tgz#2a0d6877c9e98f123939ea92d2bb4ad7fa5a17f9"
9564+
integrity sha512-8uN744Yq0X2lbfSLxsEEc2UV3RjSRb4yDVxRQ1aGzPo86QjNOwhQSukDb8U8kR+636TRTvfMren10fgOjAy9eA==
95659565
dependencies:
95669566
exenv "^1.2.0"
95679567
prop-types "^15.5.10"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "16.11.0",
1111
"react-apollo": "2.5.8",
1212
"react-dom": "16.11.0",
13-
"react-modal": "3.10.1",
13+
"react-modal": "3.11.1",
1414
"react-router-dom": "4.4.0-beta.8",
1515
"tachyons": "4.11.1"
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-
react-modal@3.10.1:
8625-
version "3.10.1"
8626-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.10.1.tgz#ba37927871830c798f51404aa6bc71ff7a5e4c16"
8627-
integrity sha512-2DKIfdOc8+WY+SYJ/xf/WBwOYMmNAYAyGkYlc4e1TCs9rk1xY4QBz04hB3UHGcrLChh7ce77rHAe6VPNmuLYsQ==
8624+
react-modal@3.11.1:
8625+
version "3.11.1"
8626+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.11.1.tgz#2a0d6877c9e98f123939ea92d2bb4ad7fa5a17f9"
8627+
integrity sha512-8uN744Yq0X2lbfSLxsEEc2UV3RjSRb4yDVxRQ1aGzPo86QjNOwhQSukDb8U8kR+636TRTvfMren10fgOjAy9eA==
86288628
dependencies:
86298629
exenv "^1.2.0"
86308630
prop-types "^15.5.10"

0 commit comments

Comments
 (0)