Skip to content

Commit

Permalink
fix(deps): update vue monorepo to v2.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent ee87211 commit 8e11692
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"chemicaltools": "1.2.22",
"register-service-worker": "1.7.2",
"vue": "2.7.13",
"vue": "2.7.14",
"vue-i18n": "8.28.2",
"vue-router": "3.6.5",
"vue2-storage": "6.1.3",
Expand Down Expand Up @@ -66,7 +66,7 @@
"stylus-loader": "7.1.3",
"vue-cli-plugin-i18n": "2.3.2",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-template-compiler": "2.7.13",
"vue-template-compiler": "2.7.14",
"vuetify-loader": "1.9.2",
"webpack-cdn-plugin": "3.3.1"
},
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2137,10 +2137,10 @@
semver "^6.1.0"
strip-ansi "^6.0.0"

"@vue/[email protected].13":
version "2.7.13"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz#818944f4a9616b752d48dac6a56bffe2db88bdff"
integrity sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg==
"@vue/[email protected].14":
version "2.7.14"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz#3446fd2fbb670d709277fc3ffa88efc5e10284fd"
integrity sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==
dependencies:
"@babel/parser" "^7.18.4"
postcss "^8.4.14"
Expand Down Expand Up @@ -12089,10 +12089,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

[email protected].13:
version "2.7.13"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.13.tgz#1520a5aa6d1af51dd0622824e79814f6e8cb7058"
integrity sha512-jYM6TClwDS9YqP48gYrtAtaOhRKkbYmbzE+Q51gX5YDr777n7tNI/IZk4QV4l/PjQPNh/FVa/E92sh/RqKMrog==
[email protected].14:
version "2.7.14"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz#4545b7dfb88090744c1577ae5ac3f964e61634b1"
integrity sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==
dependencies:
de-indent "^1.0.2"
he "^1.2.0"
Expand All @@ -12107,12 +12107,12 @@ [email protected]:
resolved "https://registry.yarnpkg.com/vue2-storage/-/vue2-storage-6.1.3.tgz#4dfa573fcd13900ae9e0dec5650103d2411c6f9b"
integrity sha512-d26AHm5NU0b7OCgP4Nql/RuiuNYdbdJ3zepztWukITRFDCzWr5bxrUdho3LqaCNHxV0A8enibN+nSbADgnYzwg==

[email protected].13:
version "2.7.13"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.13.tgz#e9e499cc6da46dc7941c2510193b15aa6a84a79f"
integrity sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ==
[email protected].14:
version "2.7.14"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.14.tgz#3743dcd248fd3a34d421ae456b864a0246bafb17"
integrity sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==
dependencies:
"@vue/compiler-sfc" "2.7.13"
"@vue/compiler-sfc" "2.7.14"
csstype "^3.1.0"

vue@^2.6.11:
Expand Down

0 comments on commit 8e11692

Please sign in to comment.