Skip to content

Commit 7e5b228

Browse files
Remove unused bootstrap-select dependency
This dependency is incompatible with JQuery 4.x. After searching for how it's used in the app, it looks like this dependency isn't being used and can be removed.
1 parent a2448be commit 7e5b228

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

app/javascript/application.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import './jQueryGlobalizer.js'
33
import '@hotwired/turbo-rails'
44
import 'bootstrap'
5-
import 'bootstrap-select'
65
import './sweet-alert-confirm.js'
76
import './controllers'
87
import 'trix'

package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"bootstrap": "5.3.6",
2727
"bootstrap-datepicker": "^1.10.1",
2828
"bootstrap-scss": "^5.3.8",
29-
"bootstrap-select": "^1.13.18",
3029
"chart.js": "^4.5.1",
3130
"chartjs-adapter-luxon": "^1.3.1",
3231
"datatables.net-dt": "^1.13.11",

0 commit comments

Comments
 (0)