diff --git a/app/services/dependency-resolver.js b/app/services/dependency-resolver.js index 434f9129..edadae80 100644 --- a/app/services/dependency-resolver.js +++ b/app/services/dependency-resolver.js @@ -13,8 +13,8 @@ const { deprecate } = Ember; -const EMBER_VERSIONS = ['3.18.1', '3.17.3', '3.16.7', '3.15.0', '3.14.3', '3.13.4', '3.12.2', '3.11.1', '3.10.2', '3.9.1', '3.8.3', '3.7.3', '3.6.1', '3.5.1', '3.4.3', '3.3.2', '3.2.2', '3.1.4', '3.0.0', '2.18.2', '2.17.2', '2.16.2']; -const EMBER_DATA_VERSIONS = ['3.18.0', '3.17.1', '3.16.5', '3.15.1', '3.14.1', '3.13.2', '3.12.5', '3.11.5', '3.10.0', '3.9.3', '3.8.1', '3.7.0', '3.6.0', '3.5.2', '3.4.2', '3.3.2', '3.2.2', '3.1.2', '3.0.4', '2.18.5', '2.17.1', '2.16.4']; +const EMBER_VERSIONS = ['3.25.1', '3.24.2', '3.23.1', '3.22.2', '3.21.3', '3.20.6', '3.19.0', '3.18.1', '3.17.3', '3.16.10', '3.15.0', '3.14.3', '3.13.4', '3.12.2', '3.11.1', '3.10.2', '3.9.1', '3.8.3', '3.7.3', '3.6.1', '3.5.1', '3.4.3', '3.3.2', '3.2.2', '3.1.4', '3.0.0', '2.18.2', '2.17.2', '2.16.2']; +const EMBER_DATA_VERSIONS = ['3.25.0', '3.24.1', '3.23.0', '3.22.1', '3.21.2', '3.20.5', '3.19.0', '3.18.0', '3.17.1', '3.16.9', '3.15.1', '3.14.1', '3.13.2', '3.12.5', '3.11.5', '3.10.0', '3.9.3', '3.8.1', '3.7.0', '3.6.0', '3.5.2', '3.4.2', '3.3.2', '3.2.2', '3.1.2', '3.0.4', '2.18.5', '2.17.1', '2.16.4']; const VERSION_REGEX = /^\d+.\d+.\d+(-beta\.\d+)?$/;