Skip to content

Commit

Permalink
Update dependency vue-tsc to v2.1.4 [skip netlify]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent 9e208e0 commit 212904c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"stylelint-config-spaceninja": "15.0.0",
"typescript": "5.5.4",
"vite": "5.4.2",
"vue-tsc": "2.1.2"
"vue-tsc": "2.1.4"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,10 @@
"@typescript-eslint/parser" "^7.1.1"
vue-eslint-parser "^9.3.1"

"@vue/language-core@2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-2.1.2.tgz#98e7864ab4a928293a88ebf7b427d773e1a40e2e"
integrity sha512-tt2J7C+l0J/T5PaLhJ0jvCCi0JNwu3e8azWTYxW3jmAW5B/dac0g5UxmI7l59CQgCGFotqUqI3tXjfZgoWNtog==
"@vue/language-core@2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-2.1.4.tgz#7be59322a87abbcd9aa23f45fbdfaa1f77bb6e22"
integrity sha512-i8pfAgNjTNjabBX1xRsuV6aRw2E8bdQXwd5H8m3cUkTVJju3QN5nfdoXET0uK+yXsuloNJPzo6PXFujRRPNmMA==
dependencies:
"@volar/language-core" "~2.4.1"
"@vue/compiler-dom" "^3.4.0"
Expand Down Expand Up @@ -3250,13 +3250,13 @@ vue-eslint-parser@^9.4.3:
lodash "^4.17.21"
semver "^7.3.6"

vue-tsc@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-2.1.2.tgz#93e3bc5133766fcd4bc3e5cb8b998ea9b159038b"
integrity sha512-PH1BDxWT3eaPhl73elyZj6DV0nR3K4IFoUM1sGzMXXQneovVUwHQytdSyAHiED5MtEINGSHpL/Hs9ch+c/tDTw==
vue-tsc@2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-2.1.4.tgz#c9e8e4329c828f2f944068ba758d47abbdd47c23"
integrity sha512-XTzMXQcsixAvNbpou/9qngEsZawaiJRZH3Ja+lfgRfv2A1TJv9vnZ/Kyv7XxPqv/TaZVFSnjGpM87VbWIg6yQg==
dependencies:
"@volar/typescript" "~2.4.1"
"@vue/language-core" "2.1.2"
"@vue/language-core" "2.1.4"
semver "^7.5.4"

vue@3.4.38:
Expand Down

0 comments on commit 212904c

Please sign in to comment.