Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Nov 6, 2020
1 parent c0ab97d commit edca869
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 167 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"broccoli-concat": "^4.2.4",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-typescript-compiler": "^6.0.0",
"broccoli-typescript-compiler": "^7.0.0",
"ember-cli": "~3.22.0",
"ensure-posix-path": "^1.1.1",
"eslint": "^7.12.1",
Expand All @@ -57,8 +57,8 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"qunit": "^2.11.3",
"release-it": "^14.0.2",
"release-it-lerna-changelog": "^2.4.0",
"release-it": "^14.2.1",
"release-it-lerna-changelog": "^3.1.0",
"route-recognizer": "^0.3.4",
"rsvp": "^4.8.5"
},
Expand Down
3 changes: 0 additions & 3 deletions tests/router_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2949,9 +2949,6 @@ scenarios.forEach(function (scenario) {

// Go to post 3. This triggers our test.
transitionTo(router, '/posts/3');

// Clean up.
delete router.willTransition;
});

test('tests whether arguments to transitionTo are considered active', function (assert) {
Expand Down
Loading

0 comments on commit edca869

Please sign in to comment.