Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6e59a26ce | ||
|
|
ae97cc2449 |
Generated
+12
-12
@@ -25,7 +25,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "21.2.2",
|
||||
"@commitlint/config-conventional": "21.2.2",
|
||||
"@graphql-codegen/cli": "7.3.1",
|
||||
"@graphql-codegen/cli": "7.4.0",
|
||||
"@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.12"
|
||||
"vuetify": "4.1.13"
|
||||
},
|
||||
"engines": {
|
||||
"node": "24"
|
||||
@@ -2051,9 +2051,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/cli": {
|
||||
"version": "7.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.3.1.tgz",
|
||||
"integrity": "sha512-xDEI/Jpw2bmLyHJ3KDO6UavOKxujSO08p8Bz31NwRNhvKnVpy2N5tiYZhnhIBCcCqUb7PfTt11dr5EWGZGgB4w==",
|
||||
"version": "7.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.4.0.tgz",
|
||||
"integrity": "sha512-yqlvqTt6c2joKZUG2hnho1GsGxwWQIhN/XAeNEi1IgKccxId8pv4VTrLBqYJayEyFqIr5nSKqdPT+Ul3X9B+Ag==",
|
||||
"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.2.1",
|
||||
"@graphql-codegen/plugin-helpers": "^7.3.0",
|
||||
"@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.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.2.1.tgz",
|
||||
"integrity": "sha512-Jw2HPaioMEa4DKG7sgqzL1uWQiIWQu774FwKXx4p83/y3o5GgnRMRdTFtuQQ7Tq6PYyrI5ZITi1jAxeX/Vh2Uw==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -20648,9 +20648,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vuetify": {
|
||||
"version": "4.1.12",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.12.tgz",
|
||||
"integrity": "sha512-WXGbnuzqUGPZM7nF38C3jiucaLRutHZOICVW0wg1dyXppW11i+su/IT20nK+1o86nsgTdedejeEv53cJUrI30A==",
|
||||
"version": "4.1.13",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.13.tgz",
|
||||
"integrity": "sha512-uXewcubMxZ9NqX/i+k03cpyg9isPAKrmaSGrfPZ1cRw4tZ6fo1plPIjO9vmqYdBADjOZ6DYkeRRPL7meS1brCA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
|
||||
+2
-2
@@ -18,7 +18,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "21.2.2",
|
||||
"@commitlint/config-conventional": "21.2.2",
|
||||
"@graphql-codegen/cli": "7.3.1",
|
||||
"@graphql-codegen/cli": "7.4.0",
|
||||
"@graphql-codegen/fragment-matcher": "7.1.0",
|
||||
"@graphql-codegen/typescript": "6.1.0",
|
||||
"@graphql-codegen/typescript-operations": "6.1.6",
|
||||
@@ -44,7 +44,7 @@
|
||||
"vue": "3.5.42",
|
||||
"vue-eslint-parser": "10.4.1",
|
||||
"vue-router": "5.3.0",
|
||||
"vuetify": "4.1.12"
|
||||
"vuetify": "4.1.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
|
||||
Reference in New Issue
Block a user