Update react-collapse which was needlessly updating and causing scroll position jump.

This commit is contained in:
orangemug
2020-01-18 22:03:29 +00:00
parent 4dbb423ac2
commit 9cadda0236
3 changed files with 4 additions and 18 deletions

9
package-lock.json generated
View File

@@ -9070,12 +9070,9 @@
}
},
"react-collapse": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-collapse/-/react-collapse-4.0.3.tgz",
"integrity": "sha512-OO4NhtEqFtz+1ma31J1B7+ezdRnzHCZiTGSSd/Pxoks9hxrZYhzFEddeYt05A/1477xTtdrwo7xEa2FLJyWGCQ==",
"requires": {
"prop-types": "^15.5.8"
}
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/react-collapse/-/react-collapse-5.0.1.tgz",
"integrity": "sha512-cN2tkxBWizhPQ2JHfe0aUSJtmMthKA17NZkTElpiQ2snQAAi1hssXZ2fv88rAPNNvG5ss4t0PbOZT0TIl9Lk3Q=="
},
"react-color": {
"version": "2.17.3",