Skip to content

Commit

Permalink
Update router_js
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Aug 2, 2024
1 parent 93fed52 commit 7fa758a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ember-router-generator": "^2.0.0",
"inflection": "^2.0.1",
"route-recognizer": "^0.3.4",
"router_js": "^8.0.5",
"router_js": "^8.0.6",
"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.5",
"router_js": "^8.0.6",
"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.5"
"router_js": "^8.0.6"
}
}
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.5"
"router_js": "^8.0.6"
}
}
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.5"
"router_js": "^8.0.6"
}
}
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.5"
"router_js": "^8.0.6"
}
}
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.5",
"router_js": "^8.0.6",
"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.5",
"router_js": "^8.0.6",
"rsvp": "^4.8.5",
"simple-html-tokenizer": "^0.5.11"
}
Expand Down
38 changes: 19 additions & 19 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 7fa758a

Please sign in to comment.