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

feat!: remove @vue/compiler-sfc from peer dependencies #6808

Merged
merged 2 commits into from Nov 5, 2021

Commits on Nov 4, 2021

  1. feat!: remove @vue/compiler-sfc from peer dependencies

    Starting from vue 3.2.13, it's bundled into the main vue package,
    accessible via `vue/compiler-sfc`
    
    This commit is incompatible with Vue >= 3.0.0-alpha.0 < 3.2.13
    sodatea committed Nov 4, 2021
    Copy the full SHA
    27370d3 View commit details
    Browse the repository at this point in the history
  2. test: update generator test

    sodatea committed Nov 4, 2021
    Copy the full SHA
    7945be3 View commit details
    Browse the repository at this point in the history