Skip to content

Commit b262133

Browse files
authored
Merge pull request #2591 from StoDevX/greenkeeper/redux-promise-0.6.0
Update redux-promise to the latest version 🚀
2 parents c3c779f + d309725 commit b262133

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"react-redux": "5.0.7",
118118
"redux": "3.7.2",
119119
"redux-logger": "3.0.6",
120-
"redux-promise": "0.5.3",
120+
"redux-promise": "0.6.0",
121121
"redux-thunk": "2.2.0",
122122
"semver": "5.5.0",
123123
"sto-sis-time-parser": "2.3.3",

yarn.lock

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,11 +2724,11 @@ [email protected]:
27242724
version "0.67.1"
27252725
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.67.1.tgz#eabb7197cce870ac9442cfd04251c7ddc30377db"
27262726

2727-
flux-standard-action@^0.6.1:
2728-
version "0.6.1"
2729-
resolved "https://registry.yarnpkg.com/flux-standard-action/-/flux-standard-action-0.6.1.tgz#6f34211b94834ea1c3cc30f4e7afad3d0fbf71a2"
2727+
flux-standard-action@^2.0.3:
2728+
version "2.0.3"
2729+
resolved "https://registry.yarnpkg.com/flux-standard-action/-/flux-standard-action-2.0.3.tgz#a73a6c4b25ea19d7051afe093ec108ff33dd8935"
27302730
dependencies:
2731-
lodash.isplainobject "^3.2.0"
2731+
lodash "^4.0.0"
27322732

27332733
for-in@^1.0.1:
27342734
version "1.0.2"
@@ -4056,10 +4056,6 @@ lodash._basecopy@^3.0.0:
40564056
version "3.0.1"
40574057
resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
40584058

4059-
lodash._basefor@^3.0.0:
4060-
version "3.0.3"
4061-
resolved "https://registry.yarnpkg.com/lodash._basefor/-/lodash._basefor-3.0.3.tgz#7550b4e9218ef09fad24343b612021c79b4c20c2"
4062-
40634059
lodash._basetostring@^3.0.0:
40644060
version "3.0.1"
40654061
resolved "https://registry.yarnpkg.com/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz#d1861d877f824a52f669832dcaf3ee15566a07d5"
@@ -4146,14 +4142,6 @@ lodash.isobject@^3.0.2:
41464142
version "3.0.2"
41474143
resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-3.0.2.tgz#3c8fb8d5b5bf4bf90ae06e14f2a530a4ed935e1d"
41484144

4149-
lodash.isplainobject@^3.2.0:
4150-
version "3.2.0"
4151-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz#9a8238ae16b200432960cd7346512d0123fbf4c5"
4152-
dependencies:
4153-
lodash._basefor "^3.0.0"
4154-
lodash.isarguments "^3.0.0"
4155-
lodash.keysin "^3.0.0"
4156-
41574145
lodash.isplainobject@^4.0.6:
41584146
version "4.0.6"
41594147
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -4170,13 +4158,6 @@ lodash.keys@^4.0.8:
41704158
version "4.2.0"
41714159
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-4.2.0.tgz#a08602ac12e4fb83f91fc1fb7a360a4d9ba35205"
41724160

4173-
lodash.keysin@^3.0.0:
4174-
version "3.0.8"
4175-
resolved "https://registry.yarnpkg.com/lodash.keysin/-/lodash.keysin-3.0.8.tgz#22c4493ebbedb1427962a54b445b2c8a767fb47f"
4176-
dependencies:
4177-
lodash.isarguments "^3.0.0"
4178-
lodash.isarray "^3.0.0"
4179-
41804161
lodash.map@^4.4.0:
41814162
version "4.6.0"
41824163
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
@@ -5601,11 +5582,12 @@ [email protected]:
56015582
dependencies:
56025583
deep-diff "^0.3.5"
56035584

5604-
redux-promise@0.5.3:
5605-
version "0.5.3"
5606-
resolved "https://registry.yarnpkg.com/redux-promise/-/redux-promise-0.5.3.tgz#e97e6c9d3bf376eacb79babe6d906da20112d6d8"
5585+
redux-promise@0.6.0:
5586+
version "0.6.0"
5587+
resolved "https://registry.yarnpkg.com/redux-promise/-/redux-promise-0.6.0.tgz#c64723b5213bb5603c11b74302883b682e06b319"
56075588
dependencies:
5608-
flux-standard-action "^0.6.1"
5589+
flux-standard-action "^2.0.3"
5590+
is-promise "^2.1.0"
56095591

56105592
56115593
version "2.2.0"

0 commit comments

Comments
 (0)