1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

bootstrap-table v1.21.2 -> v1.21.3 (#1361)

This commit is contained in:
nobody
2023-03-05 06:50:40 +01:00
parent 08b2d3d0c3
commit 98b3262bb5
6 changed files with 14 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';
if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2';
if (type.startsWith('/bootstrap-select/1.')) return '1.13.18';
if (type.startsWith('/bootstrap-table/1.')) return '1.21.2';
if (type.startsWith('/bootstrap-table/1.')) return '1.21.3';
if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2';
if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1';
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';