mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 04:16:59 +01:00
ember.js v3.28.1 -> v3.28.4 (#740)
This commit is contained in:
parent
7553691366
commit
06e5df6b82
@ -379,7 +379,7 @@ https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.6/theme-chalk/fonts/eleme
|
||||
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.6/theme-chalk/index.min.css
|
||||
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.1/ember.debug.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.28.4/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
|
||||
|
@ -260,7 +260,7 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/ember.js/2.')) {
|
||||
return '2.18.2';
|
||||
} else if (type.startsWith('/ember.js/3.')) {
|
||||
return '3.28.1';
|
||||
return '3.28.4';
|
||||
} else if (type.startsWith('/ethjs')) {
|
||||
return '0.4.0';
|
||||
} else if (type.startsWith('/exif-js/2.')) {
|
||||
|
@ -34,6 +34,7 @@
|
||||
<li>Swiper v7.0.8 -> v7.0.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/737">#737</a>)</li>
|
||||
<li>algoliasearch v4.10.5 -> v4.11.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/738">#738</a>)</li>
|
||||
<li>bootstrap-icons v1.6.0 -> v1.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/739">#739</a>)</li>
|
||||
<li>ember.js v3.28.1 -> v3.28.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/740">#740</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
|
||||
* @license Licensed under MIT license
|
||||
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
|
||||
* @version 3.28.1
|
||||
* @version 3.28.4
|
||||
*/
|
||||
/* eslint-disable no-var */
|
||||
|
||||
@ -63190,7 +63190,7 @@ define("ember/version", ["exports"], function (_exports) {
|
||||
value: true
|
||||
});
|
||||
_exports.default = void 0;
|
||||
var _default = "3.28.1";
|
||||
var _default = "3.28.4";
|
||||
_exports.default = _default;
|
||||
});
|
||||
define("jquery/index", ["exports", "@ember/-internals/views"], function (_exports, _views) {
|
Loading…
x
Reference in New Issue
Block a user