Replies: 1 comment 6 replies
-
|
The newer versions of qs are a magnitude of size larger, which is why we don't want to bundle it. you should be able to use a feature like resolutions in your package manager to ensure only one version of qs gets used in the end. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any reason why the version of qs is locked to an older version of v6?
See
"^6.5.1 < 6.10"in https://github.com/algolia/instantsearch/blob/master/packages/instantsearch.js/package.json#L39This prevents us from using a newer version, or it forces us to add an override in our
package.json.Beta Was this translation helpful? Give feedback.
All reactions