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.12 to 2.7.13
- [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.12 to 2.7.13
- [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.12...v2.7.13)
This commit is contained in:
2022-10-18 09:03:17 +00:00
parent 4b0b70b34d
commit a84d1f80df
2 changed files with 20 additions and 12 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.12",
"vue": "2.7.13",
"vue-demi": "^0.13.11",
"vue-numeral-filter": "^2.2.0",
"vue-server-renderer": "2.7.12",
"vue-template-compiler": "2.7.12",
"vue-template-compiler": "2.7.13",
"vuetify": "^2.6.12",
"vuex": "3.6.2"
},