Skip to content

Commit b507cbf

Browse files
Update dependency redux-actions to v3
1 parent 593198e commit b507cbf

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"lodash": "^4.17.10",
45-
"redux-actions": "^2.0.3"
45+
"redux-actions": "^3.0.0"
4646
},
4747
"peerDependencies": {
4848
"redux": "^4.0.0 || ^3.0.0"

yarn.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,7 +2587,7 @@ inquirer@^6.4.1:
25872587
strip-ansi "^5.1.0"
25882588
through "^2.3.6"
25892589

2590-
invariant@^2.2.1, invariant@^2.2.2:
2590+
invariant@^2.2.2:
25912591
version "2.2.2"
25922592
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
25932593
dependencies:
@@ -3332,6 +3332,11 @@ jsprim@^1.2.2:
33323332
json-schema "0.2.3"
33333333
verror "1.3.6"
33343334

3335+
3336+
version "5.3.0"
3337+
resolved "https://registry.yarnpkg.com/just-curry-it/-/just-curry-it-5.3.0.tgz#1463602e932c5beb431a2a384dddcd48bb3c9c42"
3338+
integrity sha512-silMIRiFjUWlfaDhkgSzpuAyQ6EX/o09Eu8ZBfmFwQMbax7+LQzeIU2CBrICT6Ne4l86ITCGvUCBpCubWYy0Yw==
3339+
33353340
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
33363341
version "3.2.2"
33373342
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -3415,10 +3420,6 @@ locate-path@^3.0.0:
34153420
p-locate "^3.0.0"
34163421
path-exists "^3.0.0"
34173422

3418-
lodash-es@^4.17.4:
3419-
version "4.17.4"
3420-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7"
3421-
34223423
lodash.camelcase@^4.3.0:
34233424
version "4.3.0"
34243425
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -4220,18 +4221,18 @@ realpath-native@^1.1.0:
42204221
dependencies:
42214222
util.promisify "^1.0.0"
42224223

4223-
reduce-reducers@^0.1.0:
4224-
version "0.1.2"
4225-
resolved "https://registry.yarnpkg.com/reduce-reducers/-/reduce-reducers-0.1.2.tgz#fa1b4718bc5292a71ddd1e5d839c9bea9770f14b"
4224+
4225+
version "1.0.4"
4226+
resolved "https://registry.yarnpkg.com/reduce-reducers/-/reduce-reducers-1.0.4.tgz#fb77e751a9eb0201760ac5a605ca8c9c2d0537f8"
4227+
integrity sha512-Mb2WZ2bJF597exiqX7owBzrqJ74DHLK3yOQjCyPAaNifRncE8OD0wFIuoMhXxTnHK07+8zZ2SJEKy/qtiyR7vw==
42264228

4227-
redux-actions@^2.0.3:
4228-
version "2.0.3"
4229-
resolved "https://registry.yarnpkg.com/redux-actions/-/redux-actions-2.0.3.tgz#1550aba9def179166ccd234d07672104a736d889"
4229+
redux-actions@^3.0.0:
4230+
version "3.0.3"
4231+
resolved "https://registry.yarnpkg.com/redux-actions/-/redux-actions-3.0.3.tgz#2d3ebce1f7ceed2825ee9ce9898ea509823b90ff"
4232+
integrity sha512-ca+ySXmXWrxDqtauRA6lQtjmRO8Z9Ruog3wbb8wDq4RVW9Y677Nl/AXoJPlxJqH0mpY9QGkg03NkAJwTcyN2pQ==
42304233
dependencies:
4231-
invariant "^2.2.1"
4232-
lodash "^4.13.1"
4233-
lodash-es "^4.17.4"
4234-
reduce-reducers "^0.1.0"
4234+
just-curry-it "5.3.0"
4235+
reduce-reducers "1.0.4"
42354236

42364237
redux-mock-store@^1.3.0:
42374238
version "1.3.0"

0 commit comments

Comments
 (0)