Skip to content

Commit

Permalink
[BUGFIX lts] Small fix in router.js
Browse files Browse the repository at this point in the history
(cherry picked from commit dbabafd)
  • Loading branch information
chadhietala committed Jun 27, 2019
1 parent d76eac7 commit 5737ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"route-recognizer": "^0.3.4",
"router_js": "^6.2.4",
"router_js": "^6.2.5",
"rsvp": "^4.8.4",
"semver": "^6.0.0",
"serve-static": "^1.14.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7277,10 +7277,10 @@ route-recognizer@^0.3.4:
resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.4.tgz#39ab1ffbce1c59e6d2bdca416f0932611e4f3ca3"
integrity sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g==

router_js@^6.2.4:
version "6.2.4"
resolved "https://registry.yarnpkg.com/router_js/-/router_js-6.2.4.tgz#dbff7372042e1a4305000c7ee9a5fca5402114c6"
integrity sha512-dmBtT9tFaB+zrgkxpoOu40IX4tCa2ZXIdQpxOzEvFIjHFHx+Sd8F03swLXE25iXWcjnJ9NiDuoKKj4dO4DPrcA==
router_js@^6.2.5:
version "6.2.5"
resolved "https://registry.yarnpkg.com/router_js/-/router_js-6.2.5.tgz#b23b70d50548423744e4b1ad236055fcfe8ad3f4"
integrity sha512-mvDbwtF/B9bUyawg42aKRWed92lPRQe15bMEu09f2KJfqJYiyjg9mG2Bwof1t0XqJ2z1QeiYgDwFdFL7pyzyZw==
dependencies:
"@types/node" "^10.5.5"

Expand Down

0 comments on commit 5737ad9

Please sign in to comment.