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.9 to 2.7.10
- [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.9 to 2.7.10
- [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.9...v2.7.10)
This commit is contained in:
2022-08-23 04:40:13 +00:00
parent 8d14451dcb
commit 1a56e1931c
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -42,11 +42,11 @@
"node-sass": "^7.0.1",
"nuxt-edge": "latest",
"sass-loader": "^10.1.1",
"vue": "2.7.9",
"vue": "2.7.10",
"vue-demi": "^0.13.8",
"vue-numeral-filter": "^2.2.0",
"vue-server-renderer": "2.7.9",
"vue-template-compiler": "2.7.9",
"vue-template-compiler": "2.7.10",
"vuetify": "^2.6.9",
"vuex": "3.6.2"
},