2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-12 20:12:23 +03:00

chore(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.7 to 2.7.8
- [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.7 to 2.7.8
- [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.7...v2.7.8)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-22 09:54:33 +00:00
committed by GitHub
parent b07f49a973
commit 4ba79aee49
2 changed files with 24 additions and 24 deletions
+22 -22
View File
@@ -9,7 +9,7 @@
"version": "0.11.0",
"license": "MIT",
"dependencies": {
"vue": "^2.7.7"
"vue": "^2.7.8"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
@@ -20,7 +20,7 @@
"eslint-plugin-vue": "^9.2.0",
"sass": "^1.53.0",
"sass-loader": "^10.3.1",
"vue-template-compiler": "^2.7.7"
"vue-template-compiler": "^2.7.8"
},
"peerDependencies": {
"moment": "^2.26.0"
@@ -15494,11 +15494,11 @@
"dev": true
},
"node_modules/vue": {
"version": "2.7.7",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.7.tgz",
"integrity": "sha512-osfkncsGCWqtch+YWYxbqTNQ9hl/UQ6TFRkdmK/VqAjuMpxzr5QotFsYpmJ1AB1ez2LJeIKXDmtMkXUotMOTsA==",
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.8.tgz",
"integrity": "sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ==",
"dependencies": {
"@vue/compiler-sfc": "2.7.7",
"@vue/compiler-sfc": "2.7.8",
"csstype": "^3.1.0"
}
},
@@ -15777,9 +15777,9 @@
"dev": true
},
"node_modules/vue-template-compiler": {
"version": "2.7.7",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.7.tgz",
"integrity": "sha512-vxOsjWhvDPyMW7QwXPecNmTNwKyXiF+j4KjBFjDxYPuY0xvqCT5o9WrapVItR/Nrh0XThfBaL19kXFSNYtbKmw==",
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.8.tgz",
"integrity": "sha512-eQqdcUpJKJpBRPDdxCNsqUoT0edNvdt1jFjtVnVS/LPPmr0BU2jWzXlrf6BVMeODtdLewB3j8j3WjNiB+V+giw==",
"dev": true,
"dependencies": {
"de-indent": "^1.0.2",
@@ -15793,9 +15793,9 @@
"dev": true
},
"node_modules/vue/node_modules/@vue/compiler-sfc": {
"version": "2.7.7",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.7.tgz",
"integrity": "sha512-Ah8dIuo6ZVPHTq9+s4rBU/YpJu3vGSNyeOTCrPrVPQnkUfnT5Ig+IKBhePuQWFXguYb2TuEWrEfiiX9DZ3aJlA==",
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.8.tgz",
"integrity": "sha512-2DK4YWKfgLnW9VDR9gnju1gcYRk3flKj8UNsms7fsRmFcg35slVTZEkqwBtX+wJBXaamFfn6NxSsZh3h12Ix/Q==",
"dependencies": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -29404,18 +29404,18 @@
"dev": true
},
"vue": {
"version": "2.7.7",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.7.tgz",
"integrity": "sha512-osfkncsGCWqtch+YWYxbqTNQ9hl/UQ6TFRkdmK/VqAjuMpxzr5QotFsYpmJ1AB1ez2LJeIKXDmtMkXUotMOTsA==",
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.8.tgz",
"integrity": "sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ==",
"requires": {
"@vue/compiler-sfc": "2.7.7",
"@vue/compiler-sfc": "2.7.8",
"csstype": "^3.1.0"
},
"dependencies": {
"@vue/compiler-sfc": {
"version": "2.7.7",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.7.tgz",
"integrity": "sha512-Ah8dIuo6ZVPHTq9+s4rBU/YpJu3vGSNyeOTCrPrVPQnkUfnT5Ig+IKBhePuQWFXguYb2TuEWrEfiiX9DZ3aJlA==",
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.8.tgz",
"integrity": "sha512-2DK4YWKfgLnW9VDR9gnju1gcYRk3flKj8UNsms7fsRmFcg35slVTZEkqwBtX+wJBXaamFfn6NxSsZh3h12Ix/Q==",
"requires": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -29651,9 +29651,9 @@
}
},
"vue-template-compiler": {
"version": "2.7.7",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.7.tgz",
"integrity": "sha512-vxOsjWhvDPyMW7QwXPecNmTNwKyXiF+j4KjBFjDxYPuY0xvqCT5o9WrapVItR/Nrh0XThfBaL19kXFSNYtbKmw==",
"version": "2.7.8",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.8.tgz",
"integrity": "sha512-eQqdcUpJKJpBRPDdxCNsqUoT0edNvdt1jFjtVnVS/LPPmr0BU2jWzXlrf6BVMeODtdLewB3j8j3WjNiB+V+giw==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",
+2 -2
View File
@@ -46,7 +46,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.7.7"
"vue": "^2.7.8"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
@@ -57,7 +57,7 @@
"eslint-plugin-vue": "^9.2.0",
"sass": "^1.53.0",
"sass-loader": "^10.3.1",
"vue-template-compiler": "^2.7.7"
"vue-template-compiler": "^2.7.8"
},
"peerDependencies": {
"moment": "^2.26.0"