Skip to content

Commit

Permalink
Update fastboot dependency
Browse files Browse the repository at this point in the history
Update to v3, so `fastboot` is able to understand the v5 manifest schema (related: ef4#61). Otherwise you get `An incompatible version between `ember-cli-fastboot` and `fastboot` was found. Please update the version of fastboot library that is compatible with ember-cli-fastboot.`, so this is another stepping stone to Embroider compatibility.
  • Loading branch information
simonihmig committed Nov 6, 2020
1 parent 0db9bbd commit 22a72fe
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 56 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"denodeify": "^1.2.1",
"ember-cli-babel": "^7.22.1",
"express": "^4.16.2",
"fastboot": "^1.1.3",
"fastboot": "^3.1.2",
"mkdirp": "^0.5.1"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"ember-cli": "~3.22.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-document-title-northm": "^1.0.3",
"ember-cli-fastboot": "^2.0.0",
"ember-cli-fastboot": "^3.0.0-beta.2",
"ember-cli-head": "^0.4.0",
"ember-cli-htmlbars": "^5.3.1",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down
Loading

0 comments on commit 22a72fe

Please sign in to comment.