chore(deps): bump react-immutable-proptypes from 2.1.0 to 2.2.0

This commit is contained in:
dependabot[bot]
2020-12-15 00:19:13 -05:00
committed by GitHub
parent c57d179940
commit 648e5c9551
2 changed files with 7 additions and 4 deletions

9
package-lock.json generated
View File

@@ -27858,9 +27858,12 @@
}
},
"react-immutable-proptypes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz",
"integrity": "sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.2.0.tgz",
"integrity": "sha512-Vf4gBsePlwdGvSZoLSBfd4HAP93HDauMY4fDjXhreg/vg6F3Fj/MXDNyTbltPC/xZKmZc+cjLu3598DdYK6sgQ==",
"requires": {
"invariant": "^2.2.2"
}
},
"react-immutable-pure-component": {
"version": "1.2.3",

View File

@@ -79,7 +79,7 @@
"react-copy-to-clipboard": "5.0.1",
"react-debounce-input": "^3.2.3",
"react-dom": "=15.7.0",
"react-immutable-proptypes": "2.1.0",
"react-immutable-proptypes": "2.2.0",
"react-immutable-pure-component": "^1.1.1",
"react-inspector": "^2.3.0",
"react-motion": "^0.5.2",