Merge pull request 'chore(deps): update dependency vue-tsc to ^2.2.8' (#276) from renovate/vue-tsc-2.x into main
All checks were successful
repod / xml (push) Successful in 31s
repod / php (push) Successful in 43s
repod / nodejs (push) Successful in 58s
repod / release (push) Has been skipped

Reviewed-on: #276
This commit is contained in:
Michel Roux 2025-03-03 06:42:19 +00:00
commit 2272cb5511
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -34,7 +34,7 @@
"eslint-plugin-pinia": "^0.4.1", "eslint-plugin-pinia": "^0.4.1",
"eslint-plugin-prettier": "^5.2.3", "eslint-plugin-prettier": "^5.2.3",
"typescript": "~5.5.4", "typescript": "~5.5.4",
"vue-tsc": "^2.2.6" "vue-tsc": "^2.2.8"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -12942,14 +12942,14 @@
} }
}, },
"node_modules/vue-tsc": { "node_modules/vue-tsc": {
"version": "2.2.6", "version": "2.2.8",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.6.tgz", "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.8.tgz",
"integrity": "sha512-TI6eAnWPatONEpVAZt1etbSrh8tDpHOLSlRqKGudOK5WKVnBGzHXUi0KR4UCsf2o5P+5285w4HF+5avhfH7IMA==", "integrity": "sha512-jBYKBNFADTN+L+MdesNX/TB3XuDSyaWynKMDgR+yCSln0GQ9Tfb7JS2lr46s2LiFUT1WsmfWsSvIElyxzOPqcQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@volar/typescript": "~2.4.11", "@volar/typescript": "~2.4.11",
"@vue/language-core": "2.2.6" "@vue/language-core": "2.2.8"
}, },
"bin": { "bin": {
"vue-tsc": "bin/vue-tsc.js" "vue-tsc": "bin/vue-tsc.js"
@ -12959,9 +12959,9 @@
} }
}, },
"node_modules/vue-tsc/node_modules/@vue/language-core": { "node_modules/vue-tsc/node_modules/@vue/language-core": {
"version": "2.2.6", "version": "2.2.8",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.2.6.tgz", "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.2.8.tgz",
"integrity": "sha512-7IQTvwVOvhYSzcizZ2hAdqJjI+SaJS2GO7EnDlSlQ77drwl5UzNa2IZm9pO9MdMxrlw24CGI/Lo3xpCjM26veg==", "integrity": "sha512-rrzB0wPGBvcwaSNRriVWdNAbHQWSf0NlGqgKHK5mEkXpefjUlVRP62u03KvwZpvKVjRnBIQ/Lwre+Mx9N6juUQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -43,6 +43,6 @@
"eslint-plugin-pinia": "^0.4.1", "eslint-plugin-pinia": "^0.4.1",
"eslint-plugin-prettier": "^5.2.3", "eslint-plugin-prettier": "^5.2.3",
"typescript": "~5.5.4", "typescript": "~5.5.4",
"vue-tsc": "^2.2.6" "vue-tsc": "^2.2.8"
} }
} }