Skip to content

Commit

Permalink
chore(package): update react-router-dom to version 4.3.0 🚀 (#204)
Browse files Browse the repository at this point in the history
* fix(package): update react-router-dom to version 4.3.0

* chore(package): update lockfile
  • Loading branch information
greenkeeper[bot] authored and mhuggins committed Jun 14, 2018
1 parent 81e349f commit cb439b3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.4.1",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-router-dom": "4.3.0",
"react-router-redux": "next",
"recompose": "0.27.1",
"redux": "3.7.2",
Expand Down
41 changes: 31 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4198,6 +4198,10 @@ hoist-non-react-statics@^2.3.1:
version "2.5.0"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"

hoist-non-react-statics@^2.5.0:
version "2.5.4"
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.4.tgz#fc3b1ac05d2ae3abedec84eba846511b0d4fcc4f"

home-or-tmp@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
Expand Down Expand Up @@ -4480,9 +4484,9 @@ invariant@^2.0.0, invariant@^2.2.1, invariant@^2.2.2:
dependencies:
loose-envify "^1.0.0"

invariant@^2.2.0:
invariant@^2.2.0, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
dependencies:
loose-envify "^1.0.0"

Expand Down Expand Up @@ -6845,7 +6849,7 @@ prop-types@15.6.0, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0:
loose-envify "^1.3.1"
object-assign "^4.1.1"

prop-types@15.x, prop-types@^15.5.7, prop-types@^15.5.8:
prop-types@15.x, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.1:
version "15.6.1"
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
dependencies:
Expand Down Expand Up @@ -7121,16 +7125,15 @@ react-redux@5.0.6, react-redux@^5.0.6:
loose-envify "^1.1.0"
prop-types "^15.5.10"

react-router-dom@4.2.2:
version "4.2.2"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-4.2.2.tgz#c8a81df3adc58bba8a76782e946cbd4eae649b8d"
react-router-dom@4.3.0:
version "4.3.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-4.3.0.tgz#89b6cbb94f570c6e7e08faaa98962cc1635ab7cf"
dependencies:
history "^4.7.2"
invariant "^2.2.2"
invariant "^2.2.4"
loose-envify "^1.3.1"
prop-types "^15.5.4"
react-router "^4.2.0"
warning "^3.0.0"
prop-types "^15.6.1"
react-router "^4.3.0"

react-router-redux@next:
version "5.0.0-alpha.9"
Expand All @@ -7156,6 +7159,18 @@ react-router@^4.2.0:
prop-types "^15.5.4"
warning "^3.0.0"

react-router@^4.3.0:
version "4.3.1"
resolved "https://registry.npmjs.org/react-router/-/react-router-4.3.1.tgz#aada4aef14c809cb2e686b05cee4742234506c4e"
dependencies:
history "^4.7.2"
hoist-non-react-statics "^2.5.0"
invariant "^2.2.4"
loose-envify "^1.3.1"
path-to-regexp "^1.7.0"
prop-types "^15.6.1"
warning "^4.0.1"

react-scripts@1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/react-scripts/-/react-scripts-1.1.1.tgz#279d449f7311fed910506987a1ade014027788a8"
Expand Down Expand Up @@ -8819,6 +8834,12 @@ warning@^3.0.0:
dependencies:
loose-envify "^1.0.0"

warning@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/warning/-/warning-4.0.1.tgz#66ce376b7fbfe8a887c22bdf0e7349d73d397745"
dependencies:
loose-envify "^1.0.0"

watch@~0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/watch/-/watch-0.10.0.tgz#77798b2da0f9910d595f1ace5b0c2258521f21dc"
Expand Down

0 comments on commit cb439b3

Please sign in to comment.