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

fix: remove stray brackets from minor package name #2

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

gu-stav
Copy link
Contributor

@gu-stav gu-stav commented Jul 31, 2024

I followed the documentation of the Vue docs to install the canary version of the next minor here https://vuejs.org/about/releases via npx install-vue@canary-minor.

The generated overrides did not look right:

"dependencies": {
    "vue": "npm:@vue/[email protected]}",
  }
"overrides": {
    "vue": "npm:@vue/[email protected]}",
    "@vue/compiler-core": "npm:@vue/[email protected]}",
    "@vue/compiler-dom": "npm:@vue/[email protected]}",
    "@vue/compiler-sfc": "npm:@vue/[email protected]}",
    "@vue/compiler-ssr": "npm:@vue/[email protected]}",
    "@vue/reactivity": "npm:@vue/[email protected]}",
    "@vue/reactivity-transform": "npm:@vue/[email protected]}",
    "@vue/runtime-core": "npm:@vue/[email protected]}",
    "@vue/runtime-dom": "npm:@vue/[email protected]}",
    "@vue/server-renderer": "npm:@vue/[email protected]}",
    "@vue/shared": "npm:@vue/[email protected]}",
}

This PR removes the trailing } bracket.

@haoqunjiang haoqunjiang merged commit 3a1cd9c into haoqunjiang:main Oct 26, 2024
@gu-stav gu-stav deleted the fix/canary-minor branch October 26, 2024 15:56
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

Successfully merging this pull request may close these issues.

2 participants