mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
react-intl v7.1.0 -> v7.1.6
This commit is contained in:
@@ -1747,7 +1747,7 @@ https://cdn.jsdelivr.net/npm/p2p-media-loader-hlsjs@2.2.0/dist/p2p-media-loader-
|
||||
https://cdn.jsdelivr.net/npm/plyr@3.7.8/dist/plyr.css
|
||||
https://cdn.jsdelivr.net/npm/plyr@3.7.8/dist/plyr.min.js
|
||||
https://cdn.jsdelivr.net/npm/raven-js@3.27.2/dist/raven.min.js
|
||||
https://cdn.jsdelivr.net/npm/react-intl@7.1.0/react-intl.iife.min.js
|
||||
https://cdn.jsdelivr.net/npm/react-intl@7.1.6/react-intl.iife.min.js
|
||||
https://cdn.jsdelivr.net/npm/react-lifecycles-compat@3.0.4/react-lifecycles-compat.min.js
|
||||
https://cdn.jsdelivr.net/npm/search-insights@1.10.0/dist/search-insights.min.js
|
||||
https://cdn.jsdelivr.net/npm/search-insights@2.17.3/dist/search-insights.min.js
|
||||
|
@@ -398,7 +398,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/react-dom/18.')) return '18.3.1';
|
||||
if (type.startsWith('/react-intl/')) {
|
||||
// NOTE: Parameters swapped. (= anything greater than v5.0.0)
|
||||
if (helpers.compareVersion(version, '5.0.0')) return '7.1.0'; // >= v5.0.0
|
||||
if (helpers.compareVersion(version, '5.0.0')) return '7.1.6'; // >= v5.0.0
|
||||
}
|
||||
if (type.startsWith('/react-redux/7.')) return '7.2.8';
|
||||
if (type.startsWith('/react-redux/8.')) return '8.1.3';
|
||||
|
@@ -28,6 +28,7 @@
|
||||
<p>Updated</p>
|
||||
<ul>
|
||||
<li>p2p-media-loader-hlsjs & p2p-media-loader-core v2.1.0 -> v2.2.0</li>
|
||||
<li>react-intl v7.1.0 -> v7.1.6</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Minified by jsDelivr using Terser v5.37.0.
|
||||
* Original file: /npm/react-intl@7.1.0/react-intl.iife.js
|
||||
* Original file: /npm/react-intl@7.1.6/react-intl.iife.js
|
||||
*
|
||||
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
|
||||
*/
|
Reference in New Issue
Block a user