Skip to content

Commit

Permalink
Use ember-data@4.1.0-alpha while waiting for backport
Browse files Browse the repository at this point in the history
emberjs/data#7667

This is currently causing the build to fail since without this
patch it triggers the ember implicit injection deprecation.
  • Loading branch information
chancancode committed Oct 30, 2021
1 parent 39bb205 commit 6e4e73a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/markdown/tutorial/part-1/01-orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,19 @@ del package.json
```
<!-- BEGIN patch: waiting for https://github.com/emberjs/data/pull/7667 backport -->
```run:command hidden=true cwd=super-rentals
#[cfg(unix)]
if $(ember --version | grep "ember-cli: 4.0.0"); then
yarn upgrade ember-data@~4.1.0-alpha.10;
git add package.json;
git add yarn.lock;
fi
```
<!-- END patch: waiting for https://github.com/emberjs/data/pull/7667 backport -->
```run:command hidden=true cwd=super-rentals
yarn test
git add app/index.html
Expand Down

0 comments on commit 6e4e73a

Please sign in to comment.