Skip to content

Commit

Permalink
Merge pull request #20656 from emberjs/upgrade-router-js
Browse files Browse the repository at this point in the history
[BUGFIX] Update router.js
  • Loading branch information
kategengler committed Mar 12, 2024
2 parents 4e71c04 + 9bfba8d commit 57073a0
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"ember-router-generator": "^2.0.0",
"inflection": "^2.0.1",
"route-recognizer": "^0.3.4",
"router_js": "^8.0.3",
"router_js": "^8.0.4",
"semver": "^7.5.2",
"silent-error": "^1.1.1",
"simple-html-tokenizer": "^0.5.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/@ember/-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ember-template-compiler": "workspace:*",
"expect-type": "^0.15.0",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.3",
"router_js": "^8.0.4",
"rsvp": "^4.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/@ember/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"ember-template-compiler": "workspace:*",
"expect-type": "^0.15.0",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.3"
"router_js": "^8.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/@ember/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"dag-map": "^2.0.2",
"expect-type": "^0.15.0",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.3"
"router_js": "^8.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/@ember/routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"dag-map": "^2.0.2",
"expect-type": "^0.15.0",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.3"
"router_js": "^8.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/ember-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"backburner.js": "^2.7.0",
"ember": "workspace:*",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.3"
"router_js": "^8.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ember-testing": "workspace:*",
"expect-type": "^0.15.0",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.3",
"router_js": "^8.0.4",
"rsvp": "^4.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/internal-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dag-map": "^2.0.2",
"ember": "workspace:*",
"ember-template-compiler": "workspace:*",
"router_js": "^8.0.3",
"router_js": "^8.0.4",
"rsvp": "^4.8.5",
"simple-html-tokenizer": "^0.5.11"
}
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57073a0

Please sign in to comment.