Bump react-measure version to 2.5.0

This commit is contained in:
Deluan 2020-09-08 13:12:00 -04:00
parent 2a888395fa
commit 1216c9bdb8
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -13587,9 +13587,9 @@
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
},
"react-measure": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/react-measure/-/react-measure-2.3.0.tgz",
"integrity": "sha512-dwAvmiOeblj5Dvpnk8Jm7Q8B4THF/f1l1HtKVi0XDecsG6LXwGvzV5R1H32kq3TW6RW64OAf5aoQxpIgLa4z8A==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/react-measure/-/react-measure-2.5.0.tgz",
"integrity": "sha512-Y+GxDY6xXPHx9yMNeQ0ctymVGjeR5bIVp6/6FvOraFmW+58wuFwVpNqupnnszVgLGcc+iWUEuGYFneywOZlVqA==",
"requires": {
"@babel/runtime": "^7.2.0",
"get-node-dimensions": "^1.2.1",

View File

@ -19,7 +19,7 @@
"react-ga": "^3.1.2",
"react-image-lightbox": "^5.1.1",
"react-jinke-music-player": "^4.18.0",
"react-measure": "^2.3.0",
"react-measure": "^2.5.0",
"react-redux": "^7.2.1",
"react-scripts": "^3.4.3"
},