diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a36bb6d2..94c7d88b 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -380,7 +380,7 @@ https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/theme-chalk/index.min.c https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.13/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.18.2/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.28.8/ember.debug.js -https://cdnjs.cloudflare.com/ajax/libs/ember.js/4.1.0/ember.debug.js +https://cdnjs.cloudflare.com/ajax/libs/ember.js/4.2.0/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.min.js https://cdnjs.cloudflare.com/ajax/libs/ext-core/3.1.0/ext-core.js https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b111e7ac..5f645a46 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -182,7 +182,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/ember.js/1.')) return '1.13.13'; if (type.startsWith('/ember.js/2.')) return '2.18.2'; if (type.startsWith('/ember.js/3.')) return '3.28.8'; - if (type.startsWith('/ember.js/4.')) return '4.1.0'; + if (type.startsWith('/ember.js/4.')) return '4.2.0'; if (type.startsWith('/ethjs')) return '0.4.0'; if (type.startsWith('/exif-js/2.')) return '2.3.0'; if (type.startsWith('/ext-core/3.')) return '3.1.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 505a0709..facb32a3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • findify-bundle v7.1.25 -> v7.1.27 (#870)
  • hls.js v1.1.3 -> v1.1.4 (#871)
  • Chart.js v3.7.0 -> v3.7.1 (#872)
  • +
  • ember.js v4.1.0 -> v4.2.0 (#873)
  • Added