Skip to content

Commit 169ee33

Browse files
chore(deps-dev): bump vue-tsc from 0.2.3 to 0.3.0 (#879)
Bumps [vue-tsc](https://github.com/johnsoncodehk/vue-tsc) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/johnsoncodehk/vue-tsc/releases) - [Commits](https://github.com/johnsoncodehk/vue-tsc/commits) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e82ed58 commit 169ee33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"vue-class-component": "^8.0.0-rc.1",
4646
"vue-jest": "^5.0.0-alpha.10",
4747
"vue-router": "^4.0.11",
48-
"vue-tsc": "0.2.3",
48+
"vue-tsc": "0.3.0",
4949
"vuex": "^4.0.2"
5050
},
5151
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7003,10 +7003,10 @@ vue-router@^4.0.11:
70037003
dependencies:
70047004
"@vue/devtools-api" "^6.0.0-beta.14"
70057005

7006-
vue-tsc@0.2.3:
7007-
version "0.2.3"
7008-
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.2.3.tgz#12bf48e3c9b1e553d31aad0c641722d5d15841d8"
7009-
integrity sha512-0ahxAnQolmv6EOnv5zxeMi4vCpM4PkhjU70i/EI44OzMWq4OErjLZhEh8EXOLtMx6FBRuuqS5fiBXcuqLpoL7Q==
7006+
vue-tsc@0.3.0:
7007+
version "0.3.0"
7008+
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.3.0.tgz#3b3872bf4f1d2e4409b57adbd826032e253db406"
7009+
integrity sha512-zaDRZBxwRIz1XjhNP92FqugG71st6BUMnA2EwPeXrAyzbEYVRz6TezNFceYl3QYqqN8CtaxbqUhaQEDj/ntoCA==
70107010
dependencies:
70117011
vscode-vue-languageservice "^0.27.0"
70127012

0 commit comments

Comments
 (0)