Skip to content

Commit f512bfe

Browse files
committed
[BUGFIX lts] Update router_js to fix QP stickiness through loading states
1 parent 7dbeded commit f512bfe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"rollup-plugin-commonjs": "^9.3.4",
142142
"rollup-plugin-node-resolve": "^4.2.4",
143143
"route-recognizer": "^0.3.4",
144-
"router_js": "^7.1.1",
144+
"router_js": "^7.2.0",
145145
"rsvp": "^4.8.5",
146146
"serve-static": "^1.14.1",
147147
"simple-dom": "^1.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8907,10 +8907,10 @@ route-recognizer@^0.3.4:
89078907
resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.4.tgz#39ab1ffbce1c59e6d2bdca416f0932611e4f3ca3"
89088908
integrity sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g==
89098909

8910-
router_js@^7.1.1:
8911-
version "7.1.1"
8912-
resolved "https://registry.yarnpkg.com/router_js/-/router_js-7.1.1.tgz#cb7614a96cfb6bc65c066668b2dd32e3ad7ca38d"
8913-
integrity sha512-kOdKqBj7aj9GusG0umtWgkTtNtDspT9EfJNnJN9B8g0DDNp9CdIwpO+2Qnmf/fNos38Pj9jlfU44l/oycn5goQ==
8910+
router_js@^7.2.0:
8911+
version "7.2.0"
8912+
resolved "https://registry.yarnpkg.com/router_js/-/router_js-7.2.0.tgz#a7168155fe494f85f1e5058802a3a633c29ea243"
8913+
integrity sha512-kZBOqD/kRMDymmVbiVrX6OK3cGBoG1c9tO8egxkoxX2TgC78sBwFhvFqkAJLvK8oTEXYNcjk8+FbNIn9hg9VMA==
89148914
dependencies:
89158915
"@glimmer/env" "^0.1.7"
89168916

0 commit comments

Comments
 (0)