Merge pull request 'chore(deps): update dependency @vue/tsconfig to ^0.6.0' (#2) from renovate/vue-tsconfig-0.x into main
Some checks are pending
app_template / xml (push) Waiting to run
app_template / php (push) Waiting to run
app_template / nodejs (push) Waiting to run
app_template / release (push) Waiting to run

Reviewed-on: #2
This commit is contained in:
Michel Roux 2024-11-10 16:49:18 +00:00
commit 1298d22863
2 changed files with 21 additions and 9 deletions

26
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "app_template",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "app_template",
"version": "1.0.0",
"version": "1.0.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@formatjs/intl-segmenter": "^11.7.3",
@ -21,7 +21,7 @@
"@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1",
"@vue/eslint-config-typescript": "^13",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.5",
@ -3011,11 +3011,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/@vueuse/components": {
"version": "10.11.1",

View File

@ -1,6 +1,6 @@
{
"name": "app_template",
"version": "1.0.0",
"version": "1.0.1",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "vite build",
@ -28,7 +28,7 @@
"@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1",
"@vue/eslint-config-typescript": "^13",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.5",