Skip to content

Commit

Permalink
Revert "fix: upgrade bootstrap-switch from 3.3.4 to 3.4.0"
Browse files Browse the repository at this point in the history
Newer versions have a bug where the widget doesn't respect initial state
coming from DOM.

This reverts commit af8c151 because of
#916 and
#917
  • Loading branch information
atodorov committed Nov 10, 2022
1 parent 64b3eea commit 5fe2868
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
20 changes: 10 additions & 10 deletions tcms/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tcms/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"dependencies": {
"bootstrap-duration-picker": "2.1.3",
"bootstrap-switch": "3.4.0",
"bootstrap-switch": "3.3.4",
"html5sortable": "0.13.3",
"patternfly": "3.59.5",
"simplemde": "1.11.2",
"typeahead.js": "0.11.1"
},
"overrides": {
"bootstrap": "3.4.1",
"bootstrap-switch": "3.4.0",
"bootstrap-select": "1.13.18",
"eonasdan-bootstrap-datetimepicker": "4.17.49",
"jquery": "3.6.1",
Expand Down

0 comments on commit 5fe2868

Please sign in to comment.