rniemeyer / knockout-jqAutocomplete

knockout-jqAutocomplete is a Knockout.js plugin designed to work with jQuery UI's autocomplete widget.
MIT License
49 stars 20 forks source link

Jquery ui version in package.json different than bower #40

Closed fzxt closed 1 year ago

fzxt commented 5 years ago

jquery-ui/autocomplete should be imported as jquery-ui/widgets/autocomplete

Source: https://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm

fzxt commented 5 years ago

This was a lie. I had to fork the lib, and fix the import. I wonder if we could just consolidate the versions of jquery-ui we use? In package.json, we have declared version 1.12.x. But in bower, it's 1.10.x. Which makes sense as for why the require statement is the way it is.