Skip to content

Commit

Permalink
remove bootstrap-3-typeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Dec 5, 2024
1 parent 4929155 commit 9f8e8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import 'regenerator-runtime/runtime';

// Pull in Bootstrap JS functionality
import 'bootstrap';
import 'bootstrap-3-typeahead';
// import 'bootstrap-3-typeahead';
import 'bootstrap-select';

// Uncomment to copy all static images under ../images to the output folder and reference
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-sass": "^3.4.3",
"bootstrap-select": "^1.13.18",
"chart.js": "^4.4.6",
"chart.js": "^4.4.7",
"core-js": "^3.39.0",
"css-loader": "^7.1.2",
"jquery": "^3.7.1",
Expand All @@ -78,7 +77,7 @@
"@parcel/watcher": "^2.4.1"
},
"optionalDependencies": {
"@parcel/watcher-linux-arm64-glibc": "^2.4.2-alpha.0",
"@parcel/watcher-darwin-arm64": "^2.4.2-alpha.0"
"@parcel/watcher-darwin-arm64": "^2.4.2-alpha.0",
"@parcel/watcher-linux-arm64-glibc": "^2.4.2-alpha.0"
}
}
}

0 comments on commit 9f8e8bf

Please sign in to comment.