Skip to content

Commit 9d758ba

Browse files
GavinJoyceGaurav0
authored andcommitted
update ember and ember-data versions
1 parent 53fca0e commit 9d758ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/services/dependency-resolver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { task, timeout } from 'ember-concurrency';
44

55
const { computed, inject, RSVP, testing } = Ember;
66

7-
const EMBER_VERSIONS = ['2.12.0', '2.11.2', '2.10.2', '2.9.1', '2.8.2', '2.7.3', '2.6.2', '2.5.1', '2.4.5', '2.3.2', '2.2.2', '2.1.2', '2.0.3', '1.13.13', '1.12.2'];
8-
const EMBER_DATA_VERSIONS = ['2.12.1', '2.11.3', '2.10.0', '2.9.0', '2.8.1', '2.7.0', '2.6.2', '2.5.5', '2.4.3', '2.3.3', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];
7+
const EMBER_VERSIONS = ['2.16.0', '2.15.3', '2.14.1', '2.13.0', '2.12.0', '2.11.2', '2.10.2', '2.9.1', '2.8.2', '2.7.3', '2.6.2', '2.5.1', '2.4.5', '2.3.2', '2.2.2', '2.1.2', '2.0.3', '1.13.13', '1.12.2'];
8+
const EMBER_DATA_VERSIONS = ['2.16.3', '2.15.3', '2.14.10', '2.13.2', '2.12.2', '2.11.3', '2.10.0', '2.9.0', '2.8.1', '2.7.0', '2.6.2', '2.5.5', '2.4.3', '2.3.3', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];
99

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

0 commit comments

Comments
 (0)