Skip to content

Commit b87a4ff

Browse files
Update dependency redux-actions to v3
1 parent 065ed5d commit b87a4ff

File tree

2 files changed

+16
-45
lines changed

2 files changed

+16
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"standard": "^17.0.0"
3939
},
4040
"dependencies": {
41-
"redux-actions": "^2.6.5"
41+
"redux-actions": "^3.0.0"
4242
}
4343
}

yarn.lock

Lines changed: 15 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,13 +2417,6 @@ internal-slot@^1.0.3:
24172417
has "^1.0.3"
24182418
side-channel "^1.0.4"
24192419

2420-
invariant@^2.2.4:
2421-
version "2.2.4"
2422-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
2423-
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
2424-
dependencies:
2425-
loose-envify "^1.0.0"
2426-
24272420
is-arrayish@^0.2.1:
24282421
version "0.2.1"
24292422
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
@@ -3025,10 +3018,10 @@ json5@^2.2.2:
30253018
array-includes "^3.1.3"
30263019
object.assign "^4.1.2"
30273020

3028-
just-curry-it@^3.1.0:
3029-
version "3.1.0"
3030-
resolved "https://registry.yarnpkg.com/just-curry-it/-/just-curry-it-3.1.0.tgz#ab59daed308a58b847ada166edd0a2d40766fbc5"
3031-
integrity sha512-mjzgSOFzlrurlURaHVjnQodyPNvrHrf1TbQP2XU9NSqBtHQPuHZ+Eb6TAJP7ASeJN9h9K0KXoRTs8u6ouHBKvg==
3021+
just-curry-it@5.3.0:
3022+
version "5.3.0"
3023+
resolved "https://registry.yarnpkg.com/just-curry-it/-/just-curry-it-5.3.0.tgz#1463602e932c5beb431a2a384dddcd48bb3c9c42"
3024+
integrity sha512-silMIRiFjUWlfaDhkgSzpuAyQ6EX/o09Eu8ZBfmFwQMbax7+LQzeIU2CBrICT6Ne4l86ITCGvUCBpCubWYy0Yw==
30323025

30333026
kleur@^3.0.3:
30343027
version "3.0.3"
@@ -3097,7 +3090,7 @@ lodash.merge@^4.6.2:
30973090
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
30983091
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
30993092

3100-
loose-envify@^1.0.0, loose-envify@^1.4.0:
3093+
loose-envify@^1.4.0:
31013094
version "1.4.0"
31023095
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
31033096
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -3489,21 +3482,18 @@ readdirp@~3.6.0:
34893482
dependencies:
34903483
picomatch "^2.2.1"
34913484

3492-
reduce-reducers@^0.4.3:
3493-
version "0.4.3"
3494-
resolved "https://registry.yarnpkg.com/reduce-reducers/-/reduce-reducers-0.4.3.tgz#8e052618801cd8fc2714b4915adaa8937eb6d66c"
3495-
integrity sha512-+CNMnI8QhgVMtAt54uQs3kUxC3Sybpa7Y63HR14uGLgI9/QR5ggHvpxwhGGe3wmx5V91YwqQIblN9k5lspAmGw==
3485+
reduce-reducers@1.0.4:
3486+
version "1.0.4"
3487+
resolved "https://registry.yarnpkg.com/reduce-reducers/-/reduce-reducers-1.0.4.tgz#fb77e751a9eb0201760ac5a605ca8c9c2d0537f8"
3488+
integrity sha512-Mb2WZ2bJF597exiqX7owBzrqJ74DHLK3yOQjCyPAaNifRncE8OD0wFIuoMhXxTnHK07+8zZ2SJEKy/qtiyR7vw==
34963489

3497-
redux-actions@^2.6.5:
3498-
version "2.6.5"
3499-
resolved "https://registry.yarnpkg.com/redux-actions/-/redux-actions-2.6.5.tgz#bdca548768ee99832a63910c276def85e821a27e"
3500-
integrity sha512-pFhEcWFTYNk7DhQgxMGnbsB1H2glqhQJRQrtPb96kD3hWiZRzXHwwmFPswg6V2MjraXRXWNmuP9P84tvdLAJmw==
3490+
redux-actions@^3.0.0:
3491+
version "3.0.0"
3492+
resolved "https://registry.yarnpkg.com/redux-actions/-/redux-actions-3.0.0.tgz#3c14f32ab27b87ba771b3691bee31c7e0513742d"
3493+
integrity sha512-5r+G8JizsTfyfWolVDkCLL2SpZA0Sk9ao2MXwfdXkG5+72s0PcO9qEqpo51D2o8dZY2gXLjNmY5yoRB+BuizRw==
35013494
dependencies:
3502-
invariant "^2.2.4"
3503-
just-curry-it "^3.1.0"
3504-
loose-envify "^1.4.0"
3505-
reduce-reducers "^0.4.3"
3506-
to-camel-case "^1.0.0"
3495+
just-curry-it "5.3.0"
3496+
reduce-reducers "1.0.4"
35073497

35083498
regenerate-unicode-properties@^10.1.0:
35093499
version "10.1.0"
@@ -3862,37 +3852,18 @@ tmpl@1.0.5:
38623852
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
38633853
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
38643854

3865-
to-camel-case@^1.0.0:
3866-
version "1.0.0"
3867-
resolved "https://registry.yarnpkg.com/to-camel-case/-/to-camel-case-1.0.0.tgz#1a56054b2f9d696298ce66a60897322b6f423e46"
3868-
integrity sha1-GlYFSy+daWKYzmamCJcyK29CPkY=
3869-
dependencies:
3870-
to-space-case "^1.0.0"
3871-
38723855
to-fast-properties@^2.0.0:
38733856
version "2.0.0"
38743857
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
38753858
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
38763859

3877-
to-no-case@^1.0.0:
3878-
version "1.0.2"
3879-
resolved "https://registry.yarnpkg.com/to-no-case/-/to-no-case-1.0.2.tgz#c722907164ef6b178132c8e69930212d1b4aa16a"
3880-
integrity sha1-xyKQcWTvaxeBMsjmmTAhLRtKoWo=
3881-
38823860
to-regex-range@^5.0.1:
38833861
version "5.0.1"
38843862
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
38853863
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
38863864
dependencies:
38873865
is-number "^7.0.0"
38883866

3889-
to-space-case@^1.0.0:
3890-
version "1.0.0"
3891-
resolved "https://registry.yarnpkg.com/to-space-case/-/to-space-case-1.0.0.tgz#b052daafb1b2b29dc770cea0163e5ec0ebc9fc17"
3892-
integrity sha1-sFLar7Gysp3HcM6gFj5ewOvJ/Bc=
3893-
dependencies:
3894-
to-no-case "^1.0.0"
3895-
38963867
tsconfig-paths@^3.14.1:
38973868
version "3.14.1"
38983869
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"

0 commit comments

Comments
 (0)