Skip to content

Commit

Permalink
Update reactrouter monorepo to v6.0.0-alpha.3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored May 4, 2020
1 parent f70c38d commit c53318d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions shared-routing/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@material-ui/icons": "^4.9.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "6.0.0-alpha.2",
"react-router-dom": "6.0.0-alpha.2",
"react-router": "6.0.0-alpha.3",
"react-router-dom": "6.0.0-alpha.3",
"recharts": "^1.8.5"
}
}
4 changes: 2 additions & 2 deletions shared-routing/profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@material-ui/icons": "^4.9.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "6.0.0-alpha.2",
"react-router-dom": "6.0.0-alpha.2",
"react-router": "6.0.0-alpha.3",
"react-router-dom": "6.0.0-alpha.3",
"recharts": "^1.8.5"
}
}
4 changes: 2 additions & 2 deletions shared-routing/sales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@material-ui/icons": "^4.9.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "6.0.0-alpha.2",
"react-router-dom": "6.0.0-alpha.2",
"react-router": "6.0.0-alpha.3",
"react-router-dom": "6.0.0-alpha.3",
"recharts": "^1.8.5"
}
}
4 changes: 2 additions & 2 deletions shared-routing/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@material-ui/icons": "^4.9.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "6.0.0-alpha.2",
"react-router-dom": "6.0.0-alpha.2"
"react-router": "6.0.0-alpha.3",
"react-router-dom": "6.0.0-alpha.3"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10314,10 +10314,10 @@ react-resize-detector@^2.3.0:
prop-types "^15.6.0"
resize-observer-polyfill "^1.5.0"

[email protected].2:
version "6.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-alpha.2.tgz#fd79fa09cad791ff2f55fab9246fae49bec912a4"
integrity sha512-c0lRIHtxVGj83jDy/HtBhNwJMfNiiDVdIgZ/Y8nUbyLMpl84Lrtfl3s8WQ0S2IVt6yHtbX6THlYUKYru7wQsuQ==
[email protected].3:
version "6.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-alpha.3.tgz#295aa7691de913b81f481b7cb14418e3b2f08edf"
integrity sha512-3Fu9Az+ofgv58WxtaPokADdNXJmxE6td5na2HFIN0cgRBYo2TPJ83KlIt4XCNvq1Y473pr8hOkD621CmauztEw==
dependencies:
history "5.0.0-beta.4"
prop-types "^15.7.2"
Expand Down Expand Up @@ -10351,10 +10351,10 @@ [email protected], react-router@^5.1.2:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"

[email protected].2:
version "6.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-alpha.2.tgz#cfed9b59e88109f124f6164108b95d4fc8851a77"
integrity sha512-pQyM4qQfkB2PYzf5O43RKi6nMrdFrUyHfkFRpY3Y/RjgzLljQ8CKy+ePoBSAL94t7WKDew0ArSTUOv1C1uiDVg==
[email protected].3:
version "6.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-alpha.3.tgz#c031a5262801315571f8b609620ae9c1b083dee3"
integrity sha512-Evp8ua5c7rFDIuF0KK/tkzbh7aPIWWyjWKr3yOLNine1liiphHZidDL/5jLTBjE9HN0/vdCZPuV2VWjZ82TShA==
dependencies:
history "5.0.0-beta.4"
prop-types "^15.7.2"
Expand Down

0 comments on commit c53318d

Please sign in to comment.