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

[ui] update cli-service package.json #1582

Closed
d62remi opened this issue Jun 15, 2018 · 2 comments
Closed

[ui] update cli-service package.json #1582

d62remi opened this issue Jun 15, 2018 · 2 comments

Comments

@d62remi
Copy link

d62remi commented Jun 15, 2018

Version

3.0.0-rc.2

Reproduction link

https://user-images.githubusercontent.com/11924796/41468217-8064972a-70a9-11e8-8451-ad0b05183a71.png

Steps to reproduce

After update all plugins with cli ui, package.json don't update.

What is expected?

update of package.json devDependencies

What is actually happening?

vue/cli-service remains at the previous version

@Akryum
Copy link
Member

Akryum commented Jun 15, 2018

Updating the package.json file is not useful since you now have either a package-lock.json or yarn.lock file which represent the actual versions you use in your project (this one should be updated).
The package.json file only contains wanted version ranges. 3.0.0-rc.2 is a valid version for ^3.0.0-rc.1 version range.

@Akryum Akryum closed this as completed Jun 15, 2018
@d62remi
Copy link
Author

d62remi commented Jun 15, 2018

Thank you for the precision

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