2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-18 20:00:34 +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.4 to 2.7.5
- [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.4 to 2.7.5
- [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.4...v2.7.5)

---
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-13 09:39:25 +00:00
committed by GitHub
parent df010de839
commit 3f916d7bc6
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.4"
"vue": "^2.7.5"
},
"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.4"
"vue-template-compiler": "^2.7.5"
},
"peerDependencies": {
"moment": "^2.26.0"
@@ -15494,11 +15494,11 @@
"dev": true
},
"node_modules/vue": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.4.tgz",
"integrity": "sha512-8KGyyzFSj/FrKj1y7jyEpv8J4osgZx6Lk1lVzh1aP4BqsXZhATH1r0gdJNz00MMyBhK0/m2cNoPuOZ1NzeiUEw==",
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.5.tgz",
"integrity": "sha512-mUDXXgBIFr9dk0k/3dpB6wtnCxRhe9mbGxWLtha9mTUrEWkdkZW1d58vl98VKWH067NA8f1Wj4Qwq7y7DDYfyw==",
"dependencies": {
"@vue/compiler-sfc": "2.7.4",
"@vue/compiler-sfc": "2.7.5",
"csstype": "^3.1.0"
}
},
@@ -15777,9 +15777,9 @@
"dev": true
},
"node_modules/vue-template-compiler": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.4.tgz",
"integrity": "sha512-FgaeXI80FzhtDEsixq3WBrHLWpU2gzLb2DFusm62TrmCQyETsnUp0kTLpbExrTUw7g5YOnRf+xkh73nuEX+jGQ==",
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.5.tgz",
"integrity": "sha512-f5aofPdhOtoCW2jnK+iehkfVizDSrLuiyHcgIlGrXlkBXpIDfvm3HNX8emrhEduj5o5NyVulVbwpXW+zpRZQNg==",
"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.4",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.4.tgz",
"integrity": "sha512-WCaF33mlKLSvHDKvOD6FzTa5CI2FlMTeJf3MxJsNP0KDgRoI6RdXhHo9dtvCqV4Sywf9Owm17wTLT1Ymu/WsOQ==",
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.5.tgz",
"integrity": "sha512-f2xlkMzBLbTAUy13N4aJBnmb7+86WJqoGqHDibkGHd1/CabpNVvzhpBFlfWJjBrGWIcWywNGgGSuoWzpCUuD4w==",
"dependencies": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -29404,18 +29404,18 @@
"dev": true
},
"vue": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.4.tgz",
"integrity": "sha512-8KGyyzFSj/FrKj1y7jyEpv8J4osgZx6Lk1lVzh1aP4BqsXZhATH1r0gdJNz00MMyBhK0/m2cNoPuOZ1NzeiUEw==",
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.5.tgz",
"integrity": "sha512-mUDXXgBIFr9dk0k/3dpB6wtnCxRhe9mbGxWLtha9mTUrEWkdkZW1d58vl98VKWH067NA8f1Wj4Qwq7y7DDYfyw==",
"requires": {
"@vue/compiler-sfc": "2.7.4",
"@vue/compiler-sfc": "2.7.5",
"csstype": "^3.1.0"
},
"dependencies": {
"@vue/compiler-sfc": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.4.tgz",
"integrity": "sha512-WCaF33mlKLSvHDKvOD6FzTa5CI2FlMTeJf3MxJsNP0KDgRoI6RdXhHo9dtvCqV4Sywf9Owm17wTLT1Ymu/WsOQ==",
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.5.tgz",
"integrity": "sha512-f2xlkMzBLbTAUy13N4aJBnmb7+86WJqoGqHDibkGHd1/CabpNVvzhpBFlfWJjBrGWIcWywNGgGSuoWzpCUuD4w==",
"requires": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
@@ -29651,9 +29651,9 @@
}
},
"vue-template-compiler": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.4.tgz",
"integrity": "sha512-FgaeXI80FzhtDEsixq3WBrHLWpU2gzLb2DFusm62TrmCQyETsnUp0kTLpbExrTUw7g5YOnRf+xkh73nuEX+jGQ==",
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.5.tgz",
"integrity": "sha512-f5aofPdhOtoCW2jnK+iehkfVizDSrLuiyHcgIlGrXlkBXpIDfvm3HNX8emrhEduj5o5NyVulVbwpXW+zpRZQNg==",
"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.4"
"vue": "^2.7.5"
},
"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.4"
"vue-template-compiler": "^2.7.5"
},
"peerDependencies": {
"moment": "^2.26.0"