Skip to content

Commit

Permalink
Merge pull request #16619 from rwjblue/upgrade-router-js
Browse files Browse the repository at this point in the history
[BUGFIX beta] Update router_js to ensure `(hash` works in query params.
  • Loading branch information
locks authored May 26, 2018
2 parents 00c14c2 + 720ba0c commit d97dcf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"puppeteer": "^1.3.0",
"qunit": "^2.5.0",
"route-recognizer": "^0.3.3",
"router_js": "2.0.0-beta.3",
"router_js": "2.0.0-beta.4",
"rsvp": "^4.8.2",
"semver": "^5.5.0",
"serve-static": "^1.12.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6363,9 +6363,9 @@ route-recognizer@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.3.tgz#1d365e27fa6995e091675f7dc940a8c00353bd29"

router_js@2.0.0-beta.3:
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/router_js/-/router_js-2.0.0-beta.3.tgz#2316d19c0c89555e11578f54e361041a5b64f199"
router_js@2.0.0-beta.4:
version "2.0.0-beta.4"
resolved "https://registry.yarnpkg.com/router_js/-/router_js-2.0.0-beta.4.tgz#b61821c9f6da70e3c6114a09ef8135b389b7d0d0"

rsvp@3.0.14:
version "3.0.14"
Expand Down

0 comments on commit d97dcf7

Please sign in to comment.