Skip to content

Commit

Permalink
Merge pull request #338 from emberjs/pin-ember-data
Browse files Browse the repository at this point in the history
Lock ember-data to 2.16.2.
  • Loading branch information
rwjblue authored Sep 26, 2018
2 parents 47d4fc8 + e602e40 commit 6850ecc
Show file tree
Hide file tree
Showing 2 changed files with 2,342 additions and 1,261 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-shims": "^1.1.0",
"ember-data": "^2.16.2",
"ember-data": "2.16.2",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.0.0",
Expand Down Expand Up @@ -72,5 +72,9 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"resolutions": {
"**/sane": "^2.5.2",
"ember-cli/testem": "~2.6.0"
}
}
Loading

0 comments on commit 6850ecc

Please sign in to comment.