Skip to content

Commit b8f58f2

Browse files
build(deps-dev): bump vue-tsc from 0.35.0 to 0.35.2 (#72)
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.35.0 to 0.35.2. - [Release notes](https://github.com/johnsoncodehk/volar/releases) - [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md) - [Commits](https://github.com/johnsoncodehk/volar/commits/v0.35.2/packages/vue-tsc) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b2de41 commit b8f58f2

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"vite": "^2.9.9",
7777
"vue-eslint-parser": "^9.0.1",
7878
"vue-jest": "^3.0.7",
79-
"vue-tsc": "^0.35.0"
79+
"vue-tsc": "^0.35.2"
8080
},
8181
"description": "example App",
8282
"config": {

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,37 +2109,37 @@
21092109
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"
21102110
integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==
21112111

2112-
"@volar/code-gen@0.35.0":
2113-
version "0.35.0"
2114-
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.35.0.tgz#6b59b0b0b5117f4055cd98c9d83a752de935c791"
2115-
integrity sha512-MUKPjE6VL97R2Dg3MwUexjKsdHRhX2cEQUWDtl7Zgn7fe60mULQOHcZZ+IU49eTgyOjAj0Z2hm7hub/nBxduxw==
2112+
"@volar/code-gen@0.35.2":
2113+
version "0.35.2"
2114+
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.35.2.tgz#eb7a573139d0cbaee3d7f38b3362ed6e8838ecaa"
2115+
integrity sha512-MoZHuNnPfUWnCNkQUI5+U+gvLTxrU+XlCTusdNOTFYUUAa+M68MH0RxFIS9Ybj4uAUWTcZx0Ow1q5t/PZozo+Q==
21162116
dependencies:
2117-
"@volar/source-map" "0.35.0"
2117+
"@volar/source-map" "0.35.2"
21182118

2119-
"@volar/source-map@0.35.0":
2120-
version "0.35.0"
2121-
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.35.0.tgz#d71f5d8040a9178b052bd92cca1e86353b52a32f"
2122-
integrity sha512-VvVyCW8SEQ297zoeZNi4HOSLU8H7/xbGg4WpcpVOy080y/MXTxjIZshSlMHx45EB91U2vk0gbgd2R/d9uyY+3A==
2119+
"@volar/source-map@0.35.2":
2120+
version "0.35.2"
2121+
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.35.2.tgz#7097ca5941b8c01a7fa7f8e66d1195d31c240638"
2122+
integrity sha512-PFHh9wN/qMkOWYyvmB8ckvIzolrpNOvK5EBdxxdTpiPJhfYjW82rMDBnYf6RxCe7yQxrUrmve6BWVO7flxWNVQ==
21232123

2124-
"@volar/vue-code-gen@0.35.0":
2125-
version "0.35.0"
2126-
resolved "https://registry.yarnpkg.com/@volar/vue-code-gen/-/vue-code-gen-0.35.0.tgz#5f79bd8ac9c35017771319b8bf9fb0de31893a43"
2127-
integrity sha512-IqIkzs3eRlJjABVXXBf5ik4/a8lQ3wqKemWMR33+KzOmj5xtXS+lgMMLNXJpj0Mw2nOLVl0I2KuIaTHFy485DQ==
2124+
"@volar/vue-code-gen@0.35.2":
2125+
version "0.35.2"
2126+
resolved "https://registry.yarnpkg.com/@volar/vue-code-gen/-/vue-code-gen-0.35.2.tgz#770d00706eec85e1e261461d0b6fd13ebe888792"
2127+
integrity sha512-8H6P8EtN06eSVGjtcJhGqZzFIg6/nWoHVOlnhc5vKqC7tXwpqPbyMQae0tO7pLBd5qSb/dYU5GQcBAHsi2jgyA==
21282128
dependencies:
2129-
"@volar/code-gen" "0.35.0"
2130-
"@volar/source-map" "0.35.0"
2129+
"@volar/code-gen" "0.35.2"
2130+
"@volar/source-map" "0.35.2"
21312131
"@vue/compiler-core" "^3.2.36"
21322132
"@vue/compiler-dom" "^3.2.36"
21332133
"@vue/shared" "^3.2.36"
21342134

2135-
"@volar/vue-typescript@0.35.0":
2136-
version "0.35.0"
2137-
resolved "https://registry.yarnpkg.com/@volar/vue-typescript/-/vue-typescript-0.35.0.tgz#e51d93c86d16f6ef75f38d6410f11f4a48ea807f"
2138-
integrity sha512-Ojn98P888wWbk1qeR5f6spgtJZMwUos+OkJfZpzyafN5S21LxF58o7DhhNG8rMm1zMNUQHb+evlp5AXI5zHOmA==
2135+
"@volar/vue-typescript@0.35.2":
2136+
version "0.35.2"
2137+
resolved "https://registry.yarnpkg.com/@volar/vue-typescript/-/vue-typescript-0.35.2.tgz#e299702c92f2897af7029f8ae685721c0ef13257"
2138+
integrity sha512-PZI6Urb+Vr5Dvgf9xysM8X7TP09inWDy1wjDtprBoBhxS7r0Dg3V0qZuJa7sSGz7M0QMa5R/CBaZPhlxFCfJBw==
21392139
dependencies:
2140-
"@volar/code-gen" "0.35.0"
2141-
"@volar/source-map" "0.35.0"
2142-
"@volar/vue-code-gen" "0.35.0"
2140+
"@volar/code-gen" "0.35.2"
2141+
"@volar/source-map" "0.35.2"
2142+
"@volar/vue-code-gen" "0.35.2"
21432143
"@vue/compiler-sfc" "^3.2.36"
21442144
"@vue/reactivity" "^3.2.36"
21452145

@@ -9479,12 +9479,12 @@ vue-template-es2015-compiler@^1.6.0, vue-template-es2015-compiler@^1.9.0:
94799479
version "1.9.1"
94809480
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
94819481

9482-
vue-tsc@^0.35.0:
9483-
version "0.35.0"
9484-
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.35.0.tgz#3cdd835188917ddc3d24429d585be1dd7ac308c8"
9485-
integrity sha512-RcL7PM3M1nSaVQU84mRPOXk1t/mAZ25QCx4L0rNQzozJYhz1wSVQWYqq9UfhE2lW8nMAQzQtLZgvjaPR4Q29ZA==
9482+
vue-tsc@^0.35.2:
9483+
version "0.35.2"
9484+
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.35.2.tgz#85b94027bebc0c6834e0c20b337900468d83b28d"
9485+
integrity sha512-aqY16VlODHzqtKGUkqdumNpH+s5ABCkufRyvMKQlL/mua+N2DfSVnHufzSNNUMr7vmOO0YsNg27jsspBMq4iGA==
94869486
dependencies:
9487-
"@volar/vue-typescript" "0.35.0"
9487+
"@volar/vue-typescript" "0.35.2"
94889488

94899489
vue@^3.2.36:
94909490
version "3.2.36"

0 commit comments

Comments
 (0)