Update jQuery projects to use ignite UI for jQuery 22.1
Description
Currently our jQuery projects still use version 21.2. We should update to 22.1
- Ignite UI CLI version: x.x.x
- Framework: jQuery
Blocking: If we update to 22.1 (or later than 21.1.11 for React), we will have several templates/samples not working and throwing errors until these issues are addressed: https://github.com/IgniteUI/igniteui-cli/issues/890 https://github.com/IgniteUI/igniteui-react-wrappers/issues/126
Alternatively, we can update to 22.1 for jquery and it-ts projects only (in package.json). However, there is an edge case - when updating to a licensed package, if it so happens there is no exact matching minor v to update to, it will still fall back to 21.1.11.
if (this.ensureRegistryUser(config, errorMsg) && this.addPackage(this.fullPackage + version, verbose) || (this.ensureRegistryUser(config, errorMsg) && this.addPackage(this.fullPackage + "@21.1.11", verbose))