Skip to content

Commit 45c8597

Browse files
committed
Bump Ember Data
1 parent d8f5bc3 commit 45c8597

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/services/dependency-resolver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import compareVersions from 'compare-versions';
66

77
const { computed, deprecate, inject, RSVP, testing } = Ember;
88

9-
const EMBER_VERSIONS = ['3.2.0', '3.1.2', '3.0.0', '2.18.2', '2.17.2', '2.16.2', '2.15.3', '2.14.1', '2.13.0', '2.12.0'];
10-
const EMBER_DATA_VERSIONS = ['3.1.1', '3.0.2', '2.18.2', '2.17.1', '2.16.4', '2.15.3', '2.14.10', '2.13.2', '2.12.2'];
9+
const EMBER_VERSIONS = ['3.2.2', '3.1.3', '3.0.0', '2.18.2', '2.17.2', '2.16.2', '2.15.3', '2.14.1', '2.13.0', '2.12.0'];
10+
const EMBER_DATA_VERSIONS = ['3.2.0', '3.1.1', '3.0.2', '2.18.2', '2.17.1', '2.16.4', '2.15.3', '2.14.10', '2.13.2', '2.12.2'];
1111

1212
const VERSION_REGEX = /^\d+.\d+.\d+(-beta\.\d+)?$/;
1313

blueprints/twiddle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js",
12-
"ember": "3.2.0",
13-
"ember-template-compiler": "3.2.0",
14-
"ember-testing": "3.2.0"
12+
"ember": "3.2.2",
13+
"ember-template-compiler": "3.2.2",
14+
"ember-testing": "3.2.2"
1515
},
1616
"addons": {
17-
"ember-data": "3.1.1"
17+
"ember-data": "3.2.0"
1818
}
1919
}

0 commit comments

Comments
 (0)