Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from ivanvanderbyl/upgrade-other-deps
Browse files Browse the repository at this point in the history
Upgrade ember-cli-fastboot and other dependencies
  • Loading branch information
raido authored Oct 24, 2019
2 parents d9488c1 + ce5b155 commit 42e4553
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 87 deletions.
2 changes: 1 addition & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = async function() {
}
}
},
// The default `.travis.yml` runs this scenario via `npm test`,
// The default `.travis.yml` runs this scenario via `yarn test`,
// not via `ember try`. It's still included here so that running
// `ember try:each` manually or from a customized CI config will run it
// along with all the other scenarios.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"ember-cli-htmlbars": "^4.0.0"
},
"devDependencies": {
"@ember/optional-features": "^1.0.0",
"@ember/optional-features": "~1.1.0",
"babel-eslint": "^10.0.3",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.13.1",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-dependency-checker": "~3.2.0",
"ember-cli-eslint": "~5.1.0",
"ember-cli-fastboot": "^2.0.4",
"ember-cli-fastboot-testing": "^0.0.16",
"ember-cli-inject-live-reload": "~2.0.1",
"ember-cli-fastboot": "~2.2.1",
"ember-cli-fastboot-testing": "~0.2.3",
"ember-cli-inject-live-reload": "~2.0.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^1.0.0-beta.3",
"ember-cli-uglify": "~3.0.0",
Expand Down
Loading

0 comments on commit 42e4553

Please sign in to comment.