Skip to content

Commit

Permalink
fix(deps): bump vue and vue-template-compiler
Browse files Browse the repository at this point in the history
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.7.1 to 2.7.2
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.1 to 2.7.2
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.1...v2.7.2)
  • Loading branch information
dependabot[bot] authored and matteobruni committed Dec 29, 2022
1 parent 82b7be1 commit 85b6cbc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions apps/nuxt2-particles-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"nuxt": "^2.15.8",
"particles.vue": "^3.1.3",
"tsparticles": "^2.1.3",
"vue": "^2.7.1",
"vue": "^2.7.2",
"vue-server-renderer": "^2.7.2",
"vue-template-compiler": "^2.7.1",
"vue-template-compiler": "^2.7.2",
"webpack": "^5.73.0"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions apps/nuxt2-particles-demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1782,10 +1782,10 @@
"@vue/babel-plugin-transform-vue-jsx" "^1.2.1"
camelcase "^5.0.0"

"@vue/compiler-sfc@2.7.1":
version "2.7.1"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.1.tgz#8f6574f1ed454f7db17053c8ed1688b3eaf1e9cd"
integrity sha512-YQRE2uYhlvyFgHmKAqySCdLm7O37XZc+yG9dujwD3h8em+rD1qGOthxc0H3XcijOy50gj/pYHgBO6C3MjV+oug==
"@vue/compiler-sfc@2.7.2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.2.tgz#15ec0a39c81dad831add7da45d28de37e75fa577"
integrity sha512-khG5m63A4DSeHEOe5yyjHQY2TAE0pUXqKqxgauNUcFaa8M4+J55OWhagy8Bk8O6cO4GhKbQf2NDYzceijmOy8A==
dependencies:
"@babel/parser" "^7.18.4"
postcss "^8.4.14"
Expand Down Expand Up @@ -9819,10 +9819,10 @@ vue-template-compiler@^2.6.12, vue-template-compiler@^2.6.14:
de-indent "^1.0.2"
he "^1.1.0"

vue-template-compiler@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.1.tgz#ebbefd9cc9a7b9ee9ee6862fa1ec3a9bf3959963"
integrity sha512-ku/H1k1yHAgY0BEdoXVj7xZIjuFSwB2IV3nQWnmUMJ6U1jzK56LPHLWzEe5bTzt0WR0b/rJRkuiig44SUoaBoQ==
vue-template-compiler@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.2.tgz#656c2ccfd53696c52a9740645b7a9fda421d84e6"
integrity sha512-3PDLIPankm7b1YZHk6/mTz9kMZaDSd1Vhp1tFPITot5uW9WjnIyv6zRax3+j1kwF0DHmvfIVXMX8G+Rn/BHfaQ==
dependencies:
de-indent "^1.0.2"
he "^1.2.0"
Expand All @@ -9832,12 +9832,12 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue@^2.6.12, vue@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.1.tgz#e2fc6761f81b72d6273a6e96bc7c0ea1821c9042"
integrity sha512-X1YkFddhbTAU2FPK0gBZ/vDOcOMA8ZT4uHoFVor1bUb7BpVGdEswS286YGtODsf/Ghfr1LM1sBMFAY8XT+dVhA==
vue@^2.6.12, vue@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.2.tgz#d42aba8d03c4e82d4b127f7b764a822cf19f9cdc"
integrity sha512-fQPKEfdiUP4bDlrGEjI5MOTkC5s/XIbnfKAx0B3MxJHI4qwh8FPLSo8/9tFkgFiRH3HwvcHjZQ1tCTifOUH0tg==
dependencies:
"@vue/compiler-sfc" "2.7.1"
"@vue/compiler-sfc" "2.7.2"
csstype "^3.1.0"

vuex@^3.6.2:
Expand Down

0 comments on commit 85b6cbc

Please sign in to comment.