chore(deps): update @vue/tsconfig to 0.6.0 (#33)

This commit is contained in:
renovate[bot]
2024-11-14 02:55:08 +02:00
committed by GitHub
parent 2f8a7341c4
commit a24b189ff2
2 changed files with 18 additions and 6 deletions

22
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^10", "@vue/eslint-config-prettier": "^10",
"@vue/eslint-config-typescript": "^14", "@vue/eslint-config-typescript": "^14",
"@vue/tsconfig": "^0.5.1", "@vue/tsconfig": "^0.6.0",
"eslint": "^9", "eslint": "^9",
"eslint-plugin-vue": "^9.28.0", "eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^7.0.0", "npm-run-all2": "^7.0.0",
@@ -2158,11 +2158,23 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@vue/tsconfig": { "node_modules/@vue/tsconfig": {
"version": "0.5.1", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.6.0.tgz",
"integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", "integrity": "sha512-MHXNd6lzugsEHvuA6l1GqrF5jROqUon8sP/HInLPnthJiYvB0VvpHMywg7em1dBZfFZNBSkR68qH37zOdRHmCw==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT",
"peerDependencies": {
"typescript": "5.x",
"vue": "^3.3.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vue": {
"optional": true
}
}
}, },
"node_modules/acorn": { "node_modules/acorn": {
"version": "8.12.1", "version": "8.12.1",

View File

@@ -24,7 +24,7 @@
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^10", "@vue/eslint-config-prettier": "^10",
"@vue/eslint-config-typescript": "^14", "@vue/eslint-config-typescript": "^14",
"@vue/tsconfig": "^0.5.1", "@vue/tsconfig": "^0.6.0",
"eslint": "^9", "eslint": "^9",
"eslint-plugin-vue": "^9.28.0", "eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^7.0.0", "npm-run-all2": "^7.0.0",