vuex v4.0.2 -> v4.1.0 (#1171)

This commit is contained in:
nobody 2022-10-15 06:14:09 +02:00
parent 78a088c8ef
commit 1d8d067032
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 4 additions and 3 deletions

View File

@ -1779,7 +1779,7 @@ https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.41/vue.global.prod.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.27.2/vue-i18n.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.2.2/vue-i18n.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/vuex/3.6.2/vuex.min.js
https://cdnjs.cloudflare.com/ajax/libs/vuex/4.0.2/vuex.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/vuex/4.1.0/vuex.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/infinite.min.js

View File

@ -468,7 +468,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/vue-match-media/1.')) return '1.0.3';
if (type.startsWith('/vue-resource/1.')) return '1.5.3';
if (type.startsWith('/vuex/3.')) return '3.6.2';
if (type.startsWith('/vuex/4.')) return '4.0.2';
if (type.startsWith('/vuex/4.')) return '4.1.0';
if (type.startsWith('/waypoints/4.')) return '4.0.1';
if (type.startsWith('/webfont')) return '1.6.28';
if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8';

View File

@ -40,6 +40,7 @@
<li>libphonenumber-js v1.10.13 -> v1.10.14 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1168">#1168</a>)</li>
<li>bootswatch v5.2.1 -> v5.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1169">#1169</a>)</li>
<li>vue v3.2.40 -> v3.2.41 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1170">#1170</a>)</li>
<li>vuex v4.0.2 -> v4.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1171">#1171</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long