chore(deps): update dependency @vue/tsconfig to ^0.7.0
All checks were successful
pilotwings / python (push) Successful in 1m50s
pilotwings / node (push) Successful in 38s
pilotwings / docker (push) Successful in 1m41s

This commit is contained in:
Renovate Bot 2024-11-28 06:31:53 +00:00
parent d23552ca79
commit e815ae10e1
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.4.1",
@ -1465,14 +1465,14 @@
"license": "MIT"
},
"node_modules/@vue/tsconfig": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.6.0.tgz",
"integrity": "sha512-MHXNd6lzugsEHvuA6l1GqrF5jROqUon8sP/HInLPnthJiYvB0VvpHMywg7em1dBZfFZNBSkR68qH37zOdRHmCw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
"integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"typescript": "5.x",
"vue": "^3.3.0"
"vue": "^3.4.0"
},
"peerDependenciesMeta": {
"typescript": {

View File

@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.4.1",