Skip to content

Commit 3c5b0c5

Browse files
dependabot[bot]cexbrayat
authored andcommitted
chore(deps-dev): bump vue-tsc from 0.35.2 to 0.38.2
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.35.2 to 0.38.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.38.2/packages/vue-tsc) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a546df commit 3c5b0c5

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
@@ -62,7 +62,7 @@
6262
"vue-class-component": "^8.0.0-rc.1",
6363
"vue-jest": "^5.0.0-alpha.10",
6464
"vue-router": "^4.0.16",
65-
"vue-tsc": "0.37.8",
65+
"vue-tsc": "0.38.2",
6666
"vuex": "^4.0.2"
6767
},
6868
"peerDependencies": {

yarn.lock

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

1885-
"@volar/code-gen@0.37.8":
1886-
version "0.37.8"
1887-
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.37.8.tgz#aedd078cdce99e04671b43c381d153ac42c6fa01"
1888-
integrity sha512-znGxjKs/8TOqkWyarlLDQcCIpzCMt1bUPImLWdJtF2pAkdgZR0YzzXXoWV3eAwcO2JGCeL3lv2jddaswqDeQHQ==
1885+
"@volar/code-gen@0.38.2":
1886+
version "0.38.2"
1887+
resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.38.2.tgz#1eedaba3a12b9d1954dd99d6745f3f2ede0aca58"
1888+
integrity sha512-H81I6d7rZB7teqL+zhK/Xz1v0/kKkUwkB0Aq6b4+BTCqcJeiZkoWxd0gFhrhWTnUoqiM83lhoTGo2vkvx5YagQ==
18891889
dependencies:
1890-
"@volar/source-map" "0.37.8"
1890+
"@volar/source-map" "0.38.2"
18911891

1892-
"@volar/source-map@0.37.8":
1893-
version "0.37.8"
1894-
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.37.8.tgz#0df8b10eb72201e1b3ded4aa7762462727ad2fa0"
1895-
integrity sha512-wlmzWIPhb7UAz/ZRGh8db5JoFPERjzRIodrdDn4YD9YejDEmxluRZ3vtYgUiGwJmtT/6UtB9YtPJWjr7XeMMNA==
1892+
"@volar/source-map@0.38.2":
1893+
version "0.38.2"
1894+
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.38.2.tgz#72ccaaa224646da69097abe8360391acd7f042b9"
1895+
integrity sha512-DWcYbYt9SPwk0r4VmXk1F0v4X5+hCqH1JRkAWSeJymQyXCQ2OQDEbY2PF12a7y2qn4FUBD2gOba2TynAqI8ZFQ==
18961896

1897-
"@volar/vue-code-gen@0.37.8":
1898-
version "0.37.8"
1899-
resolved "https://registry.yarnpkg.com/@volar/vue-code-gen/-/vue-code-gen-0.37.8.tgz#6c18b35d1635f3ddf3a7e8f477824ae3f34578cb"
1900-
integrity sha512-q1RaVjgMM2xRZTqIyJuiZaE2LGJIUnLRHScO02T2C26k+1Ah9z61BCOVBvA3BIh+JpPs7AhaAljiVxh7l/7TaA==
1897+
"@volar/vue-code-gen@0.38.2":
1898+
version "0.38.2"
1899+
resolved "https://registry.yarnpkg.com/@volar/vue-code-gen/-/vue-code-gen-0.38.2.tgz#10b467936cb79edb21e6f91ed25ec3fbe055a4cd"
1900+
integrity sha512-whLunD6phSGWBUHZKdTxeglrpzQu26ii8CRVapFdjfyMaVhQ7ESNeIAhkTVyg2ovOPc0PiDYPQEPzfWAADIWog==
19011901
dependencies:
1902-
"@volar/code-gen" "0.37.8"
1903-
"@volar/source-map" "0.37.8"
1902+
"@volar/code-gen" "0.38.2"
1903+
"@volar/source-map" "0.38.2"
19041904
"@vue/compiler-core" "^3.2.37"
19051905
"@vue/compiler-dom" "^3.2.37"
19061906
"@vue/shared" "^3.2.37"
19071907

1908-
"@volar/vue-typescript@0.37.8":
1909-
version "0.37.8"
1910-
resolved "https://registry.yarnpkg.com/@volar/vue-typescript/-/vue-typescript-0.37.8.tgz#5ddef614419f33eeef5ec9430693d9ce1f5b96ef"
1911-
integrity sha512-Tcq7r7ArHXgJEGuMmhN9e5h+jj5tS3exygPnw82gnePKPCHhzegYQfBljhJ4GuVshVeheMmKYEJOkQ9pN+K35w==
1908+
"@volar/vue-typescript@0.38.2":
1909+
version "0.38.2"
1910+
resolved "https://registry.yarnpkg.com/@volar/vue-typescript/-/vue-typescript-0.38.2.tgz#e9bf7d178755fe2619f43dda499ab1e2a6240a5b"
1911+
integrity sha512-5IKvSK2m5yUmH6iu/tNScVlvJGuiHawTfSmjxaMs+/tod25WeK37LEdf+pdKtlJ30bYTQmmkAuEfG01QvvBRGQ==
19121912
dependencies:
1913-
"@volar/code-gen" "0.37.8"
1914-
"@volar/source-map" "0.37.8"
1915-
"@volar/vue-code-gen" "0.37.8"
1913+
"@volar/code-gen" "0.38.2"
1914+
"@volar/source-map" "0.38.2"
1915+
"@volar/vue-code-gen" "0.38.2"
19161916
"@vue/compiler-sfc" "^3.2.37"
19171917
"@vue/reactivity" "^3.2.37"
19181918

@@ -5528,12 +5528,12 @@ vue-router@^4.0.16:
55285528
dependencies:
55295529
"@vue/devtools-api" "^6.0.0"
55305530

5531-
vue-tsc@0.37.8:
5532-
version "0.37.8"
5533-
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.37.8.tgz#7b78b2a4b5b2f53fdbb2bc06e0e4935576d7c759"
5534-
integrity sha512-geFpG3qxmb7QIDlPeHCvWomsQHfcgFZ280Nbh3Fj/bQ+Bz0pplTE6rjAq/VLelg8KcbchO5PdACexxeS+mCZAA==
5531+
vue-tsc@0.38.2:
5532+
version "0.38.2"
5533+
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.38.2.tgz#89175a6bb9a8b5724e84ab5d63dc5113041c5bfa"
5534+
integrity sha512-+OMmpw9BZC9khul3I1HGtWchv7BCiaM7NvfdilVAiOFkjnivIoaW6jJm6YPQJaEPouePtpkDUWovyzgNxWdDsw==
55355535
dependencies:
5536-
"@volar/vue-typescript" "0.37.8"
5536+
"@volar/vue-typescript" "0.38.2"
55375537

55385538
55395539
version "3.2.37"

0 commit comments

Comments
 (0)