Author SHA1 Message Date
renovate c9534930ae chore(deps): update dependency typescript to v7
dancefinder-app / build (push) Skipped
renovate/artifacts Artifact file update failure
dancefinder-app / build (pull_request) Failing after 42s
dancefinder-app / deploy-prod (pull_request) Skipped
renovate/stability-days Updates have met minimum release age requirement
2026-09-03 19:03:37 +00:00
2 changed files with 15 additions and 15 deletions
+12 -12
View File
@@ -25,7 +25,7 @@
"devDependencies": {
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@graphql-codegen/cli": "7.4.0",
"@graphql-codegen/cli": "7.3.1",
"@graphql-codegen/fragment-matcher": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.6",
@@ -51,7 +51,7 @@
"vue": "3.5.42",
"vue-eslint-parser": "10.4.1",
"vue-router": "5.3.0",
"vuetify": "4.1.13"
"vuetify": "4.1.12"
},
"engines": {
"node": "24"
@@ -2051,9 +2051,9 @@
}
},
"node_modules/@graphql-codegen/cli": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.4.0.tgz",
"integrity": "sha512-yqlvqTt6c2joKZUG2hnho1GsGxwWQIhN/XAeNEi1IgKccxId8pv4VTrLBqYJayEyFqIr5nSKqdPT+Ul3X9B+Ag==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.3.1.tgz",
"integrity": "sha512-xDEI/Jpw2bmLyHJ3KDO6UavOKxujSO08p8Bz31NwRNhvKnVpy2N5tiYZhnhIBCcCqUb7PfTt11dr5EWGZGgB4w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2062,7 +2062,7 @@
"@babel/types": "^7.18.13",
"@graphql-codegen/client-preset": "^6.1.3",
"@graphql-codegen/core": "^6.2.0",
"@graphql-codegen/plugin-helpers": "^7.3.0",
"@graphql-codegen/plugin-helpers": "^7.2.1",
"@graphql-tools/apollo-engine-loader": "^8.0.28",
"@graphql-tools/code-file-loader": "^8.1.28",
"@graphql-tools/git-loader": "^8.0.32",
@@ -2204,9 +2204,9 @@
}
},
"node_modules/@graphql-codegen/plugin-helpers": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.3.0.tgz",
"integrity": "sha512-aaGfI/8Q8wmdO1nx1NMWGoZn/5Tl5TNOVQSI2qkGhk8h8Z8Uc6grFH0O6//HdHfqnUsiruBbe3IaK4/ah3sWcQ==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.2.1.tgz",
"integrity": "sha512-Jw2HPaioMEa4DKG7sgqzL1uWQiIWQu774FwKXx4p83/y3o5GgnRMRdTFtuQQ7Tq6PYyrI5ZITi1jAxeX/Vh2Uw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -20648,9 +20648,9 @@
}
},
"node_modules/vuetify": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.13.tgz",
"integrity": "sha512-uXewcubMxZ9NqX/i+k03cpyg9isPAKrmaSGrfPZ1cRw4tZ6fo1plPIjO9vmqYdBADjOZ6DYkeRRPL7meS1brCA==",
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.12.tgz",
"integrity": "sha512-WXGbnuzqUGPZM7nF38C3jiucaLRutHZOICVW0wg1dyXppW11i+su/IT20nK+1o86nsgTdedejeEv53cJUrI30A==",
"dev": true,
"license": "MIT",
"funding": {
+3 -3
View File
@@ -18,7 +18,7 @@
"devDependencies": {
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@graphql-codegen/cli": "7.4.0",
"@graphql-codegen/cli": "7.3.1",
"@graphql-codegen/fragment-matcher": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.6",
@@ -38,13 +38,13 @@
"stylelint": "17.14.1",
"stylelint-config-recommended-vue": "2.0.0",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript": "7.0.2",
"typescript-eslint": "8.69.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.42",
"vue-eslint-parser": "10.4.1",
"vue-router": "5.3.0",
"vuetify": "4.1.13"
"vuetify": "4.1.12"
},
"dependencies": {
"@apollo/client": "3.14.1",