chore(deps): update dependency react-modal to v3.16.1

This commit is contained in:
renovate[bot] 2024-02-25 03:14:57 +00:00 committed by GitHub
parent 2680f6bac4
commit 43cc11f3f2
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": "16.14.0",
"react-dom": "16.14.0", "react-dom": "16.14.0",
"react-intl": "5.25.1", "react-intl": "5.25.1",
"react-modal": "3.11.1", "react-modal": "3.16.1",
"react-plotly.js": "2.4.0", "react-plotly.js": "2.4.0",
"react-redux": "5.0.7", "react-redux": "5.0.7",
"react-responsive": "3.0.0", "react-responsive": "3.0.0",
@ -19760,19 +19760,22 @@
"dev": true "dev": true
}, },
"node_modules/react-modal": { "node_modules/react-modal": {
"version": "3.11.1", "version": "3.16.1",
"resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.11.1.tgz", "resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.16.1.tgz",
"integrity": "sha512-8uN744Yq0X2lbfSLxsEEc2UV3RjSRb4yDVxRQ1aGzPo86QjNOwhQSukDb8U8kR+636TRTvfMren10fgOjAy9eA==", "integrity": "sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"exenv": "^1.2.0", "exenv": "^1.2.0",
"prop-types": "^15.5.10", "prop-types": "^15.7.2",
"react-lifecycles-compat": "^3.0.0", "react-lifecycles-compat": "^3.0.0",
"warning": "^4.0.3" "warning": "^4.0.3"
}, },
"engines": {
"node": ">=8"
},
"peerDependencies": { "peerDependencies": {
"react": "^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" "react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18"
} }
}, },
"node_modules/react-onclickoutside": { "node_modules/react-onclickoutside": {

View file

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