Merge pull request #5797 from scratchfoundation/renovate/react-modal-3.x

chore(deps): update dependency react-modal to v3.16.1
This commit is contained in:
renovate[bot] 2024-02-25 07:17:18 +00:00 committed by GitHub
commit 6d83df8379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View file

@ -89,7 +89,7 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-intl": "5.25.1",
"react-modal": "3.11.1",
"react-modal": "3.16.1",
"react-plotly.js": "2.4.0",
"react-redux": "5.0.7",
"react-responsive": "3.0.0",
@ -19760,19 +19760,22 @@
"dev": true
},
"node_modules/react-modal": {
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.11.1.tgz",
"integrity": "sha512-8uN744Yq0X2lbfSLxsEEc2UV3RjSRb4yDVxRQ1aGzPo86QjNOwhQSukDb8U8kR+636TRTvfMren10fgOjAy9eA==",
"version": "3.16.1",
"resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.16.1.tgz",
"integrity": "sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==",
"dev": true,
"dependencies": {
"exenv": "^1.2.0",
"prop-types": "^15.5.10",
"prop-types": "^15.7.2",
"react-lifecycles-compat": "^3.0.0",
"warning": "^4.0.3"
},
"engines": {
"node": ">=8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16",
"react-dom": "^0.14.0 || ^15.0.0 || ^16"
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18",
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18"
}
},
"node_modules/react-onclickoutside": {

View file

@ -124,7 +124,7 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-intl": "5.25.1",
"react-modal": "3.11.1",
"react-modal": "3.16.1",
"react-plotly.js": "2.4.0",
"react-redux": "5.0.7",
"react-responsive": "3.0.0",