Skip to content

Commit

Permalink
chore: update vue to 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 25, 2022
1 parent b4f9e07 commit a52753f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -74,12 +74,12 @@
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"typescript": "~4.4.4",
"vue": "^2.7.2",
"vue": "^2.7.8",
"vue-analytics": "^5.16.1",
"vue-loader": "^15.7.1",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.7.2",
"vue-template-compiler": "^2.7.8",
"vuex": "^3.0.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-generator/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"deepmerge": "^4.0.0",
"rimraf": "^3.0.2",
"vue": "^2.7.2",
"vue": "^2.7.8",
"vuetify": "^2.6.7"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Expand Up @@ -3033,10 +3033,10 @@
semver "^6.1.0"
strip-ansi "^6.0.0"

"@vue/compiler-sfc@2.7.2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.2.tgz#15ec0a39c81dad831add7da45d28de37e75fa577"
integrity sha512-khG5m63A4DSeHEOe5yyjHQY2TAE0pUXqKqxgauNUcFaa8M4+J55OWhagy8Bk8O6cO4GhKbQf2NDYzceijmOy8A==
"@vue/compiler-sfc@2.7.8":
version "2.7.8"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.8.tgz#731aadd6beafdb9c72fd8614ce189ac6cee87612"
integrity sha512-2DK4YWKfgLnW9VDR9gnju1gcYRk3flKj8UNsms7fsRmFcg35slVTZEkqwBtX+wJBXaamFfn6NxSsZh3h12Ix/Q==
dependencies:
"@babel/parser" "^7.18.4"
postcss "^8.4.14"
Expand Down Expand Up @@ -15611,10 +15611,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.2.tgz#656c2ccfd53696c52a9740645b7a9fda421d84e6"
integrity sha512-3PDLIPankm7b1YZHk6/mTz9kMZaDSd1Vhp1tFPITot5uW9WjnIyv6zRax3+j1kwF0DHmvfIVXMX8G+Rn/BHfaQ==
vue-template-compiler@^2.7.8:
version "2.7.8"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.8.tgz#eadd54ed8fbff55b7deb07093a976c07f451a1dc"
integrity sha512-eQqdcUpJKJpBRPDdxCNsqUoT0edNvdt1jFjtVnVS/LPPmr0BU2jWzXlrf6BVMeODtdLewB3j8j3WjNiB+V+giw==
dependencies:
de-indent "^1.0.2"
he "^1.2.0"
Expand All @@ -15624,12 +15624,12 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.2.tgz#d42aba8d03c4e82d4b127f7b764a822cf19f9cdc"
integrity sha512-fQPKEfdiUP4bDlrGEjI5MOTkC5s/XIbnfKAx0B3MxJHI4qwh8FPLSo8/9tFkgFiRH3HwvcHjZQ1tCTifOUH0tg==
vue@^2.7.8:
version "2.7.8"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.8.tgz#34e06553137611d8cecc4b0cd78b7a59f80b1299"
integrity sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ==
dependencies:
"@vue/compiler-sfc" "2.7.2"
"@vue/compiler-sfc" "2.7.8"
csstype "^3.1.0"

vuelidate@^0.7.5:
Expand Down

0 comments on commit a52753f

Please sign in to comment.