Skip to content

Commit

Permalink
Merge pull request #68 from bibic-vendeghazak/greenkeeper/react-route…
Browse files Browse the repository at this point in the history
…r-5.0.0

Update react-router to the latest version 🚀
  • Loading branch information
balazsorban44 committed Apr 25, 2019
2 parents 69f8395 + 79d1105 commit 714a625
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-date-range": "balazsorban44/react-date-range#patch-1",
"react-dom": "^16.7.0",
"react-reveal": "^1.2.2",
"react-router": "^4.3.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scroll": "^1.7.10",
"react-scrolllock": "^3.0.2",
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9552,6 +9552,11 @@ react-is@^16.6.0, react-is@^16.7.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==

react-is@^16.6.0, react-is@^16.7.0:
version "16.8.4"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==

react-is@^16.6.1, react-is@^16.6.3:
version "16.6.3"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0"
Expand Down Expand Up @@ -9620,6 +9625,22 @@ react-router@^4.3.1:
prop-types "^15.6.1"
warning "^4.0.1"

react-router@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.0.0.tgz#349863f769ffc2fa10ee7331a4296e86bc12879d"
integrity sha512-6EQDakGdLG/it2x9EaCt9ZpEEPxnd0OCLBHQ1AcITAAx7nCnyvnzf76jKWG1s2/oJ7SSviUgfWHofdYljFexsA==
dependencies:
"@babel/runtime" "^7.1.2"
create-react-context "^0.2.2"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"

react-scripts@2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.6.tgz#6490c522997f22f82f1c6b89e3f889a7636d75df"
Expand Down

0 comments on commit 714a625

Please sign in to comment.