Bump react-redux to 7.2.1

This commit is contained in:
Deluan 2020-08-15 12:58:22 -04:00
parent c19c599521
commit 5f38e70a2b
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -13532,9 +13532,9 @@
} }
}, },
"react-redux": { "react-redux": {
"version": "7.2.0", "version": "7.2.1",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.1.tgz",
"integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==", "integrity": "sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",
"hoist-non-react-statics": "^3.3.0", "hoist-non-react-statics": "^3.3.0",

View File

@ -19,7 +19,7 @@
"react-ga": "^3.1.2", "react-ga": "^3.1.2",
"react-jinke-music-player": "^4.16.5", "react-jinke-music-player": "^4.16.5",
"react-measure": "^2.3.0", "react-measure": "^2.3.0",
"react-redux": "^7.2.0", "react-redux": "^7.2.1",
"react-scripts": "^3.4.3" "react-scripts": "^3.4.3"
}, },
"devDependencies": { "devDependencies": {