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 29, 2021
1 parent 39bb205 commit 67df1da
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/markdown/tutorial/part-1/01-orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,32 @@ del package.json
```
<!-- BEGIN patch: waiting for https://github.com/emberjs/data/pull/7667 backport -->
```run:file:patch hidden=true cwd=super-rentals filename=package.json
@@ -40,3 +40,3 @@
"ember-cli-terser": "^4.0.2",
- "ember-data": "~4.0.0-beta.2",
+ "ember-data": "~4.1.0-alpha.10",
"ember-export-application-global": "^2.0.1",
```
```run:command hidden=true cwd=super-rentals
yarn
git add package.json
git add yarn.lock
```
<!-- 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
git add config/environment.js
git add package.json
git add public/_redirects
git add tests/index.html
git add yarn.lock
git commit --amend --no-edit
```
Expand Down

0 comments on commit 67df1da

Please sign in to comment.