underscore.js v1.13.6 -> v1.13.7
This commit is contained in:
parent
4819849b15
commit
9672825ae3
|
@ -1382,7 +1382,7 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/css/bootstrap.min
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/js/bootstrap.bundle.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/js/bootstrap.bundle.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/twix.js/0.3.0/twix.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/twix.js/0.3.0/twix.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/twix.js/1.3.0/twix.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/twix.js/1.3.0/twix.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-min.js
|
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.19.11/URI.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.19.11/URI.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex.min.css
|
https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex.min.css
|
||||||
|
|
|
@ -475,7 +475,7 @@ targets.setLastVersion = function (type, version) {
|
||||||
}
|
}
|
||||||
if (type.startsWith('/twix.js/0.')) return '0.3.0';
|
if (type.startsWith('/twix.js/0.')) return '0.3.0';
|
||||||
if (type.startsWith('/twix.js/1.')) return '1.3.0';
|
if (type.startsWith('/twix.js/1.')) return '1.3.0';
|
||||||
if (type.startsWith('/underscore.js/1.')) return '1.13.6';
|
if (type.startsWith('/underscore.js/1.')) return '1.13.7';
|
||||||
if (type.startsWith('/URI.js/1.')) return '1.19.11';
|
if (type.startsWith('/URI.js/1.')) return '1.19.11';
|
||||||
if (type.startsWith('/urlive/1.')) return '1.1.1';
|
if (type.startsWith('/urlive/1.')) return '1.1.1';
|
||||||
if (type.startsWith('/vanilla-lazyload')) return '19.1.3';
|
if (type.startsWith('/vanilla-lazyload')) return '19.1.3';
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
<li>react-router v6.24.1 -> v6.26.0</li>
|
<li>react-router v6.24.1 -> v6.26.0</li>
|
||||||
<li>search-insights v2.15.0 -> v2.16.2</li>
|
<li>search-insights v2.15.0 -> v2.16.2</li>
|
||||||
<li>spin.js v4.1.1 -> v4.1.2</li>
|
<li>spin.js v4.1.1 -> v4.1.2</li>
|
||||||
|
<li>underscore.js v1.13.6 -> v1.13.7</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Added</p>
|
<p>Added</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue