mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 22:26:32 +00:00
patch: bump redux to 4.2.1
This commit is contained in:
parent
6cb2638798
commit
f386f182e6
11
npm-shrinkwrap.json
generated
11
npm-shrinkwrap.json
generated
@ -61,7 +61,7 @@
|
|||||||
"react": "16.8.5",
|
"react": "16.8.5",
|
||||||
"react-dom": "16.8.5",
|
"react-dom": "16.8.5",
|
||||||
"react-i18next": "13.3.0",
|
"react-i18next": "13.3.0",
|
||||||
"redux": "4.2.0",
|
"redux": "4.2.1",
|
||||||
"rendition": "19.3.2",
|
"rendition": "19.3.2",
|
||||||
"semver": "7.5.4",
|
"semver": "7.5.4",
|
||||||
"sinon": "16.1.3",
|
"sinon": "16.1.3",
|
||||||
@ -15266,9 +15266,10 @@
|
|||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
},
|
},
|
||||||
"node_modules/redux": {
|
"node_modules/redux": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
||||||
|
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.9.2"
|
"@babel/runtime": "^7.9.2"
|
||||||
}
|
}
|
||||||
@ -28931,7 +28932,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"redux": {
|
"redux": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
||||||
|
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.9.2"
|
"@babel/runtime": "^7.9.2"
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"react": "16.8.5",
|
"react": "16.8.5",
|
||||||
"react-dom": "16.8.5",
|
"react-dom": "16.8.5",
|
||||||
"react-i18next": "13.3.0",
|
"react-i18next": "13.3.0",
|
||||||
"redux": "4.2.0",
|
"redux": "4.2.1",
|
||||||
"rendition": "19.3.2",
|
"rendition": "19.3.2",
|
||||||
"semver": "7.5.4",
|
"semver": "7.5.4",
|
||||||
"sinon": "16.1.3",
|
"sinon": "16.1.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user