Skip to content

Commit

Permalink
[chore] Update react-modal version (#2131)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Derek Swingley <swingley@gmail.com>
  • Loading branch information
igorDykhta and swingley committed Feb 27, 2023
1 parent def2ce1 commit bf890fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"react-lifecycles-compat": "^3.0.4",
"react-map-gl": "^5.0.3",
"react-markdown": "^5.0.2",
"react-modal": "^3.8.1",
"react-modal": "^3.12.1",
"react-onclickoutside": "^6.7.1",
"react-redux": "^7.1.3",
"react-sortable-hoc": "^1.8.3",
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13268,7 +13268,7 @@ react-markdown@^5.0.2:
unist-util-visit "^2.0.0"
xtend "^4.0.1"

react-modal@^3.11.2:
react-modal@^3.11.2, react-modal@^3.12.1:
version "3.15.1"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.15.1.tgz#950ce67bfef80971182dd0ed38f2d9b1a681288b"
integrity sha512-duB9bxOaYg7Zt6TMFldIFxQRtSP+Dg3F1ZX3FXxSUn+3tZZ/9JCgeAQKDg7rhZSAqopq8TFRw3yIbnx77gyFTw==
Expand All @@ -13278,16 +13278,6 @@ react-modal@^3.11.2:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"

react-modal@^3.8.1:
version "3.12.1"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.12.1.tgz#38c33f70d81c33d02ff1ed115530443a3dc2afd3"
integrity sha512-WGuXn7Fq31PbFJwtWmOk+jFtGC7E9tJVbFX0lts8ZoS5EPi9+WWylUJWLKKVm3H4GlQ7ZxY7R6tLlbSIBQ5oZA==
dependencies:
exenv "^1.2.0"
prop-types "^15.5.10"
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"

react-motion@^0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/react-motion/-/react-motion-0.5.2.tgz#0dd3a69e411316567927917c6626551ba0607316"
Expand Down

0 comments on commit bf890fa

Please sign in to comment.