chore(deps): update dependency @vue/tsconfig to ^0.6.0
All checks were successful
pilotwings / python (push) Successful in 2m20s
pilotwings / node (push) Successful in 28s
pilotwings / docker (push) Successful in 5m32s

This commit is contained in:
Renovate Bot 2024-11-10 16:17:51 +00:00
parent e741402471
commit 0115f6fd18
2 changed files with 18 additions and 6 deletions

22
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"prettier": "^3.3.3",
@ -1429,11 +1429,23 @@
"license": "MIT"
},
"node_modules/@vue/tsconfig": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz",
"integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.6.0.tgz",
"integrity": "sha512-MHXNd6lzugsEHvuA6l1GqrF5jROqUon8sP/HInLPnthJiYvB0VvpHMywg7em1dBZfFZNBSkR68qH37zOdRHmCw==",
"dev": true,
"license": "MIT"
"license": "MIT",
"peerDependencies": {
"typescript": "5.x",
"vue": "^3.3.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vue": {
"optional": true
}
}
},
"node_modules/acorn": {
"version": "8.14.0",

View File

@ -20,7 +20,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"prettier": "^3.3.3",