chore(deps): update vue-language-tools monorepo to v3.3.4 #35

Open
Sebastian wants to merge 1 commits from renovate/vue-language-tools-monorepo into main
Showing only changes of commit 0b1a566e8a - Show all commits

14
package-lock.json generated
View File

@@ -701,9 +701,9 @@
}
},
"node_modules/@vue/language-core": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.0.tgz",
"integrity": "sha512-EyUxq1b8Yoxk6hQ6X33BIRnfFLb9Rbm9w/8G8y6uMxlQu7CW7yy9JS/z54xSpIvBvVWX6Lt5v1aBGwmrqD4aJw==",
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.4.tgz",
"integrity": "sha512-IuHqQ5zGGOE7CXP72VX6A42IVeIzYv4WAhO6arej11TRNqtdZfGyH8Yr2FOCaDX0dSQG+JwULLoFHGY1igYVjQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1793,14 +1793,14 @@
}
},
"node_modules/vue-tsc": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.0.tgz",
"integrity": "sha512-kY8RcoTOENASi0P1GLPvJgA2+hoGF+t8We1UGgmnAb1r/GjTUMSE3zz+WGfjPORZNnBHdAt67sVPhBLXWunkeg==",
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.4.tgz",
"integrity": "sha512-XA/JqmQwS2GZmfgpjOEGdrKwaTSEuPwxpHa7/t6f4yiGrJb3gVHTPb9wBfByMNZwQ+xDXs41b8gaS2DKsOozUw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/typescript": "2.4.28",
"@vue/language-core": "3.3.0"
"@vue/language-core": "3.3.4"
},
"bin": {
"vue-tsc": "bin/vue-tsc.js"