Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update Source Map version #2386

Closed
nothingismagick opened this issue May 23, 2018 · 2 comments
Closed

Please update Source Map version #2386

nothingismagick opened this issue May 23, 2018 · 2 comments

Comments

@nothingismagick
Copy link

We are concerned that the source-map you are depending on is a VERY outdated version. Would you consider releasing a small point release to npm ASAP that updates source-map to 0.6.1 at least?

In order to make sure that it worked, I removed the source-map module from /node_modules/stylus/node_modules and replaced it with a less stale version (0.6.1) with a file-system copy-paste.

We are tracking the issue here:
quasarframework/quasar-cli#122

nothingismagick added a commit to nothingismagick/stylus that referenced this issue May 23, 2018
@nothingismagick
Copy link
Author

nothingismagick commented May 23, 2018

In the meantime, I built a node module that anyone can use to "surgically" update source-map in stylus. Still be nice to have an official update.

https://www.npmjs.com/package/superdep

$ npm install --global superdep
$ cd (your project)
$ superdep --surgical='stylus/source-map/0.6.1'

@iChenLei
Copy link
Member

Latest verison use "source-map": "^0.7.3", so close this issue.

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

No branches or pull requests

2 participants