Skip to content

Commit

Permalink
fix(deps): update vue monorepo to v2.6.9 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and njzjz committed Mar 14, 2019
1 parent e341abf commit 5e414bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chemicaltools": "1.0.15",
"register-service-worker": "1.6.2",
"string-format": "2.0.0",
"vue": "2.6.8",
"vue": "2.6.9",
"vue-i18n": "8.9.0",
"vue-router": "3.0.2",
"vue2-storage": "3.4.0",
Expand All @@ -47,7 +47,7 @@
"vue-cli-plugin-electron-builder": "1.1.3",
"vue-cli-plugin-i18n": "0.5.2",
"vue-cli-plugin-vuetify": "0.5.0",
"vue-template-compiler": "2.6.8",
"vue-template-compiler": "2.6.9",
"vuetify-loader": "1.2.1"
},
"eslintConfig": {
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9385,10 +9385,10 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.8.tgz#750802604595134775b9c53141b9850b35255e1c"
integrity sha512-SwWKANE5ee+oJg+dEJmsdxsxWYICPsNwk68+1AFjOS8l0O/Yz2845afuJtFqf3UjS/vXG7ECsPeHHEAD65Cjng==
vue-template-compiler@2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.9.tgz#26600415ff81a7a241aebc2d4e0abaa0f1a07915"
integrity sha512-QgO0LSCdeH6zUMSgtqel+yDWsZWQPXiWBdFg9qzOhWfQL8vZ+ywinAzE04rm1XrWc+3SU0YAdWISlEgs/i8WWA==
dependencies:
de-indent "^1.0.2"
he "^1.1.0"
Expand All @@ -9405,7 +9405,12 @@ vue2-storage@3.4.0:
dependencies:
object-assign "^4.1.1"

vue@2.6.8, vue@^2.5.16:
vue@2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.9.tgz#415c1cc1a5ed00c8f0acdd0a948139d12b7ea6b3"
integrity sha512-t1+tvH8hybPM86oNne3ZozCD02zj/VoZIiojOBPJLjwBn7hxYU5e1gBObFpq8ts1NEn1VhPf/hVXBDAJ3X5ljg==

vue@^2.5.16:
version "2.6.8"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.8.tgz#f21cbc536bfc14f7d1d792a137bb12f69e60ea91"
integrity sha512-+vp9lEC2Kt3yom673pzg1J7T1NVGuGzO9j8Wxno+rQN2WYVBX2pyo/RGQ3fXCLh2Pk76Skw/laAPCuBuEQ4diw==
Expand Down

0 comments on commit 5e414bc

Please sign in to comment.