Skip to content

Commit

Permalink
Update Vue to 3.3.4 (#831)
Browse files Browse the repository at this point in the history
For some reason, running `npm update vue` didn't have much of an effect.
I suspect that has to do with the @vue/test-utils dependency on
@vue/server-renderer, which requires an exactly matching version of vue.
I temporarily uninstalled @vue/test-utils, and afterwards,
`npm update vue` updated vue successfully. I then reinstalled
@vue/test-utils and confirmed that it was using the latest versions of
@vue/server-renderer and vue.

I ran the following commands:

npm uninstall @vue/test-utils
npm update vue
npm install -D @vue/test-utils
npm ls vue

I can see that @vue/compiler-sfc was updated as well.
  • Loading branch information
matthew-white committed Aug 1, 2023
1 parent 992f136 commit 16752a5
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 179 deletions.
Loading

0 comments on commit 16752a5

Please sign in to comment.