Skip to content

Commit f089485

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency react-router-dom to v4.3.0
1 parent f2b3960 commit f089485

File tree

4 files changed

+49
-37
lines changed

4 files changed

+49
-37
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-apollo": "2.1.4",
3232
"react-dom": "16.4.0",
3333
"react-modal": "3.4.5",
34-
"react-router-dom": "4.2.2",
34+
"react-router-dom": "4.3.0",
3535
"subscriptions-transport-ws": "0.9.9",
3636
"tachyons": "4.10.0"
3737
},

advanced/yarn.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,7 @@ hoek@2.x.x:
33393339
version "2.16.3"
33403340
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
33413341

3342-
hoist-non-react-statics@^2.3.0, hoist-non-react-statics@^2.5.0:
3342+
hoist-non-react-statics@^2.5.0:
33433343
version "2.5.0"
33443344
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
33453345

@@ -3570,6 +3570,12 @@ invariant@^2.2.1, invariant@^2.2.2:
35703570
dependencies:
35713571
loose-envify "^1.0.0"
35723572

3573+
invariant@^2.2.4:
3574+
version "2.2.4"
3575+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
3576+
dependencies:
3577+
loose-envify "^1.0.0"
3578+
35733579
invert-kv@^1.0.0:
35743580
version "1.0.0"
35753581
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
@@ -5510,7 +5516,7 @@ promise@^7.1.1:
55105516
dependencies:
55115517
asap "~2.0.3"
55125518

5513-
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0:
5519+
prop-types@^15.5.10, prop-types@^15.6.0:
55145520
version "15.6.0"
55155521
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
55165522
dependencies:
@@ -5705,28 +5711,26 @@ react-modal@3.4.5:
57055711
react-lifecycles-compat "^3.0.0"
57065712
warning "^3.0.0"
57075713

5708-
react-router-dom@4.2.2:
5709-
version "4.2.2"
5710-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.2.2.tgz#c8a81df3adc58bba8a76782e946cbd4eae649b8d"
5714+
react-router-dom@4.3.0:
5715+
version "4.3.0"
5716+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.3.0.tgz#89b6cbb94f570c6e7e08faaa98962cc1635ab7cf"
57115717
dependencies:
57125718
history "^4.7.2"
5713-
invariant "^2.2.2"
5719+
invariant "^2.2.4"
57145720
loose-envify "^1.3.1"
5715-
prop-types "^15.5.4"
5716-
react-router "^4.2.0"
5717-
warning "^3.0.0"
5721+
prop-types "^15.6.1"
5722+
react-router "^4.3.0"
57185723

5719-
react-router@^4.2.0:
5720-
version "4.2.0"
5721-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.2.0.tgz#61f7b3e3770daeb24062dae3eedef1b054155986"
5724+
react-router@^4.3.0:
5725+
version "4.3.0"
5726+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.3.0.tgz#23939cb228df17bd1a2403c55f35f46f0e47fa24"
57225727
dependencies:
57235728
history "^4.7.2"
5724-
hoist-non-react-statics "^2.3.0"
5725-
invariant "^2.2.2"
5729+
hoist-non-react-statics "^2.5.0"
5730+
invariant "^2.2.4"
57265731
loose-envify "^1.3.1"
57275732
path-to-regexp "^1.7.0"
5728-
prop-types "^15.5.4"
5729-
warning "^3.0.0"
5733+
prop-types "^15.6.1"
57305734

57315735
react-scripts@1.1.4:
57325736
version "1.1.4"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-apollo": "2.1.4",
1212
"react-dom": "16.4.0",
1313
"react-modal": "3.4.5",
14-
"react-router-dom": "4.2.2",
14+
"react-router-dom": "4.3.0",
1515
"tachyons": "4.10.0"
1616
},
1717
"scripts": {

basic/yarn.lock

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3080,10 +3080,6 @@ hoek@4.x.x:
30803080
version "4.2.0"
30813081
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d"
30823082

3083-
hoist-non-react-statics@^2.3.0:
3084-
version "2.3.1"
3085-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0"
3086-
30873083
hoist-non-react-statics@^2.5.0:
30883084
version "2.5.0"
30893085
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
@@ -3315,6 +3311,12 @@ invariant@^2.2.1, invariant@^2.2.2:
33153311
dependencies:
33163312
loose-envify "^1.0.0"
33173313

3314+
invariant@^2.2.4:
3315+
version "2.2.4"
3316+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
3317+
dependencies:
3318+
loose-envify "^1.0.0"
3319+
33183320
invert-kv@^1.0.0:
33193321
version "1.0.0"
33203322
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
@@ -5136,14 +5138,22 @@ promise@^7.1.1:
51365138
dependencies:
51375139
asap "~2.0.3"
51385140

5139-
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0:
5141+
prop-types@^15.5.10, prop-types@^15.6.0:
51405142
version "15.6.0"
51415143
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
51425144
dependencies:
51435145
fbjs "^0.8.16"
51445146
loose-envify "^1.3.1"
51455147
object-assign "^4.1.1"
51465148

5149+
prop-types@^15.6.1:
5150+
version "15.6.1"
5151+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
5152+
dependencies:
5153+
fbjs "^0.8.16"
5154+
loose-envify "^1.3.1"
5155+
object-assign "^4.1.1"
5156+
51475157
proxy-addr@~2.0.2:
51485158
version "2.0.2"
51495159
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -5319,28 +5329,26 @@ react-modal@3.4.5:
53195329
react-lifecycles-compat "^3.0.0"
53205330
warning "^3.0.0"
53215331

5322-
react-router-dom@4.2.2:
5323-
version "4.2.2"
5324-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.2.2.tgz#c8a81df3adc58bba8a76782e946cbd4eae649b8d"
5332+
react-router-dom@4.3.0:
5333+
version "4.3.0"
5334+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.3.0.tgz#89b6cbb94f570c6e7e08faaa98962cc1635ab7cf"
53255335
dependencies:
53265336
history "^4.7.2"
5327-
invariant "^2.2.2"
5337+
invariant "^2.2.4"
53285338
loose-envify "^1.3.1"
5329-
prop-types "^15.5.4"
5330-
react-router "^4.2.0"
5331-
warning "^3.0.0"
5339+
prop-types "^15.6.1"
5340+
react-router "^4.3.0"
53325341

5333-
react-router@^4.2.0:
5334-
version "4.2.0"
5335-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.2.0.tgz#61f7b3e3770daeb24062dae3eedef1b054155986"
5342+
react-router@^4.3.0:
5343+
version "4.3.0"
5344+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.3.0.tgz#23939cb228df17bd1a2403c55f35f46f0e47fa24"
53365345
dependencies:
53375346
history "^4.7.2"
5338-
hoist-non-react-statics "^2.3.0"
5339-
invariant "^2.2.2"
5347+
hoist-non-react-statics "^2.5.0"
5348+
invariant "^2.2.4"
53405349
loose-envify "^1.3.1"
53415350
path-to-regexp "^1.7.0"
5342-
prop-types "^15.5.4"
5343-
warning "^3.0.0"
5351+
prop-types "^15.6.1"
53445352

53455353
react-scripts@1.1.4:
53465354
version "1.1.4"

0 commit comments

Comments
 (0)