Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 0793305

Browse files
committed
Update dependency redux to v4
1 parent 9b7a3d8 commit 0793305

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-redux": "5.0.6",
1111
"react-router-dom": "4.2.2",
1212
"react-scripts": "1.1.1",
13-
"redux": "3.7.2"
13+
"redux": "4.0.0"
1414
},
1515
"scripts": {
1616
"start": "react-scripts start",

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3916,7 +3916,7 @@ locate-path@^2.0.0:
39163916
p-locate "^2.0.0"
39173917
path-exists "^3.0.0"
39183918

3919-
lodash-es@^4.2.0, lodash-es@^4.2.1:
3919+
lodash-es@^4.2.0:
39203920
version "4.17.4"
39213921
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7"
39223922

@@ -3957,7 +3957,7 @@ lodash.uniq@^4.5.0:
39573957
version "4.5.0"
39583958
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
39593959

3960-
"lodash@>=3.5 <5", lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
3960+
"lodash@>=3.5 <5", lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
39613961
version "4.17.4"
39623962
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
39633963

@@ -5333,14 +5333,12 @@ reduce-function-call@^1.0.1:
53335333
dependencies:
53345334
balanced-match "^0.4.2"
53355335

5336-
redux@3.7.2:
5337-
version "3.7.2"
5338-
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
5336+
redux@4.0.0:
5337+
version "4.0.0"
5338+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.0.tgz#aa698a92b729315d22b34a0553d7e6533555cc03"
53395339
dependencies:
5340-
lodash "^4.2.1"
5341-
lodash-es "^4.2.1"
53425340
loose-envify "^1.1.0"
5343-
symbol-observable "^1.0.3"
5341+
symbol-observable "^1.2.0"
53445342

53455343
regenerate@^1.2.1:
53465344
version "1.3.3"
@@ -6026,9 +6024,9 @@ sw-toolbox@^3.4.0:
60266024
path-to-regexp "^1.0.1"
60276025
serviceworker-cache-polyfill "^4.0.0"
60286026

6029-
symbol-observable@^1.0.3:
6030-
version "1.0.4"
6031-
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
6027+
symbol-observable@^1.2.0:
6028+
version "1.2.0"
6029+
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
60326030

60336031
symbol-tree@^3.2.1:
60346032
version "3.2.2"

0 commit comments

Comments
 (0)