mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(deps): update dependency react-redux to v5.1.2 (#1721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
822eb059e3
commit
2e13b73198
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -53,11 +53,11 @@
|
|||
"postcss-simple-vars": "5.0.2",
|
||||
"raf": "3.4.1",
|
||||
"react": "16.2.0",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-dom": "16.4.2",
|
||||
"react-intl": "2.9.0",
|
||||
"react-intl-redux": "2.0.0",
|
||||
"react-popover": "0.5.10",
|
||||
"react-redux": "5.1.0",
|
||||
"react-redux": "5.1.2",
|
||||
"react-responsive": "5.0.0",
|
||||
"react-style-proptype": "3.2.2",
|
||||
"react-test-renderer": "16.5.1",
|
||||
|
@ -23761,13 +23761,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/react-redux": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.1.0.tgz",
|
||||
"integrity": "sha512-CRMpEx8+ccpoVxQrQDkG1obExNYpj6dZ1Ni7lUNFB9wcxOhy02tIqpFo4IUXc0kYvCGMu6ABj9A4imEX2VGZJQ==",
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.1.2.tgz",
|
||||
"integrity": "sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"hoist-non-react-statics": "^3.0.0",
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"invariant": "^2.2.4",
|
||||
"loose-envify": "^1.1.0",
|
||||
"prop-types": "^15.6.1",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"react-intl": "2.9.0",
|
||||
"react-intl-redux": "2.0.0",
|
||||
"react-popover": "0.5.10",
|
||||
"react-redux": "5.1.0",
|
||||
"react-redux": "5.1.2",
|
||||
"react-responsive": "5.0.0",
|
||||
"react-style-proptype": "3.2.2",
|
||||
"react-test-renderer": "16.5.1",
|
||||
|
|
Loading…
Reference in a new issue