Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Dependency on momentjs #2295

Closed
timswinkels opened this issue Oct 11, 2017 · 3 comments
Closed

Dependency on momentjs #2295

timswinkels opened this issue Oct 11, 2017 · 3 comments

Comments

@timswinkels
Copy link

The dependency on moment should be pinned at 2.18.x. Currently package.json is using a ^, which allows updating to 2.19.X. This version causes webpack to explode when bundling.

Please consider registering moment like "moment": "~2.18.1" in package.json. So the 2.19.x version is being avoided.

@amarzavery
Copy link
Contributor

Thanks for letting us know. We are working on releasing a quick fix with 2.2.1-preview for the rollup package "azure" and some other packages that have a direct dependency on moment.

@amarzavery
Copy link
Contributor

#2296

@amarzavery
Copy link
Contributor

This has been fixed with 2.2.1-preview version that was published right now. https://www.npmjs.com/package/azure

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants