Skip to content

Commit 8ac8501

Browse files
authored
assets build fixed (#878)
1 parent 9335f05 commit 8ac8501

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/assets/common/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import 'bootstrap-select'
5353
import 'bootstrap-select/dist/js/i18n/defaults-cs_CZ'
5454
import 'bootstrap-confirmation2'
5555
import 'bootstrap-fileinput'
56-
import 'bootstrap-fileinput/themes/fa/theme'
56+
import 'bootstrap-fileinput/themes/fa6/theme'
5757
import 'bootstrap-fileinput/js/locales/cs'
5858

5959
// datagrid
@@ -122,7 +122,7 @@ function initSelects() {
122122
function initFileInputs() {
123123
$('input[type="file"]').fileinput({
124124
language: 'cs',
125-
theme: 'fa',
125+
theme: 'fa6',
126126
showPreview: false,
127127
showRemove: false,
128128
showUpload: false,

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@ callsites@^3.0.0:
712712
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
713713

714714
caniuse-lite@^1.0.30001400:
715-
version "1.0.30001402"
716-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001402.tgz#aa29e1f47f5055b0d0c07696a67b8b08023d14c8"
717-
integrity sha512-Mx4MlhXO5NwuvXGgVb+hg65HZ+bhUYsz8QtDGDo2QmaJS2GBX47Xfi2koL86lc8K+l+htXeTEB/Aeqvezoo6Ew==
715+
version "1.0.30001409"
716+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001409.tgz#6135da9dcab34cd9761d9cdb12a68e6740c5e96e"
717+
integrity sha512-V0mnJ5dwarmhYv8/MzhJ//aW68UpvnQBXv8lJ2QUsvn2pHcmAuNtu8hQEDz37XnA1iE+lRR9CIfGWWpgJ5QedQ==
718718

719719
chalk@^2.0.0:
720720
version "2.4.2"
@@ -872,9 +872,9 @@ duplexer@^0.1.2:
872872
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
873873

874874
electron-to-chromium@^1.4.251:
875-
version "1.4.253"
876-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.253.tgz#3402fd2159530fc6d94237f1b9535fa7bebaf399"
877-
integrity sha512-1pezJ2E1UyBTGbA7fUlHdPSXQw1k+82VhTFLG5G0AUqLGvsZqFzleOblceqegZzxYX4kC7hGEEdzIQI9RZ1Cuw==
875+
version "1.4.257"
876+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.257.tgz#895dc73c6bb58d1235dc80879ecbca0bcba96e2c"
877+
integrity sha512-C65sIwHqNnPC2ADMfse/jWTtmhZMII+x6ADI9gENzrOiI7BpxmfKFE84WkIEl5wEg+7+SfIkwChDlsd1Erju2A==
878878

879879
emojis-list@^3.0.0:
880880
version "3.0.0"

0 commit comments

Comments
 (0)