Bum react-music-player version to 4.12.0

This commit is contained in:
Deluan 2020-04-30 14:18:05 -04:00
parent bdbee7f541
commit a45e278cda
2 changed files with 10 additions and 10 deletions

18
ui/package-lock.json generated
View File

@ -13253,9 +13253,9 @@
}
},
"rc-animate": {
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/rc-animate/-/rc-animate-2.10.3.tgz",
"integrity": "sha512-A9qQ5Y8BLlM7EhuCO3fWb/dChndlbWtY/P5QvPqBU7h4r5Q2QsvsbpTGgdYZATRDZbTRnJXXfVk9UtlyS7MBLg==",
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/rc-animate/-/rc-animate-2.11.1.tgz",
"integrity": "sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ==",
"requires": {
"babel-runtime": "6.x",
"classnames": "^2.2.6",
@ -13311,9 +13311,9 @@
}
},
"rc-util": {
"version": "4.20.3",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-4.20.3.tgz",
"integrity": "sha512-NBBc9Ad5yGAVTp4jV+pD7tXQGqHxGM2onPSZFyVoJ5fuvRF+ZgzSjZ6RXLPE0pVVISRJ07h+APgLJPBcAeZQlg==",
"version": "4.20.5",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-4.20.5.tgz",
"integrity": "sha512-f67s4Dt1quBYhrVPq5QMKmK3eS2hN1NNIAyhaiG0HmvqiGYAXMQ7SP2AlGqv750vnzhJs38JklbkWT1/wjhFPg==",
"requires": {
"add-dom-event-listener": "^1.1.0",
"prop-types": "^15.5.10",
@ -13717,9 +13717,9 @@
"integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q=="
},
"react-jinke-music-player": {
"version": "4.11.2",
"resolved": "https://registry.npmjs.org/react-jinke-music-player/-/react-jinke-music-player-4.11.2.tgz",
"integrity": "sha512-AVUFRdva5vByBXy1VezsQG5Cr00fY956Rhe4cSNdPbs7JaFtJ/mDddgz2h75qmC6TJTumDSh52NBWhiiywN1Tw==",
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/react-jinke-music-player/-/react-jinke-music-player-4.12.0.tgz",
"integrity": "sha512-l1Pc1Y7iSrheOrfw3yFDCTztRAw0KbBeo401qhnHiZSfwVKsn9Eabl+RXp2eGv4UDiH1AQQyxivKhfHQIlxKhw==",
"requires": {
"classnames": "^2.2.6",
"downloadjs": "^1.4.7",

View File

@ -17,7 +17,7 @@
"react": "^16.13.1",
"react-admin": "^3.4.2",
"react-dom": "^16.13.1",
"react-jinke-music-player": "^4.11.2",
"react-jinke-music-player": "^4.12.0",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.1"
},