Build(deps): bump vue and vue-template-compiler

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.10 to 2.7.12
- [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.10 to 2.7.12
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.12)
This commit is contained in:
2022-10-12 14:17:48 +00:00
parent 1c88813e45
commit c06912a5ac
2 changed files with 23 additions and 15 deletions
+2 -2
View File
@@ -41,11 +41,11 @@
"node-sass": "^7.0.3",
"nuxt-edge": "latest",
"sass-loader": "^10.1.1",
"vue": "2.7.10",
"vue": "2.7.12",
"vue-demi": "^0.13.11",
"vue-numeral-filter": "^2.2.0",
"vue-server-renderer": "2.7.10",
"vue-template-compiler": "2.7.10",
"vue-template-compiler": "2.7.12",
"vuetify": "^2.6.11",
"vuex": "3.6.2"
},