Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9534930ae |
Generated
+16
-77
@@ -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",
|
||||
@@ -50,8 +50,8 @@
|
||||
"vite-plugin-vuetify": "2.1.3",
|
||||
"vue": "3.5.42",
|
||||
"vue-eslint-parser": "10.4.1",
|
||||
"vue-router": "5.3.1",
|
||||
"vuetify": "4.2.0"
|
||||
"vue-router": "5.3.0",
|
||||
"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": {
|
||||
@@ -9003,64 +9003,6 @@
|
||||
"vuetify": ">=3"
|
||||
}
|
||||
},
|
||||
"node_modules/@vuetify/v0": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@vuetify/v0/-/v0-1.2.1.tgz",
|
||||
"integrity": "sha512-lFBUeMmQiKbFR7JXC1Z74Z2dvvGLCqt/Wd9JQqg4falICTvHtlkulYqaHbtmByGV9eR7cbG1ohN1+7OQLLSPfg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/johnleider"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/vuetify"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@adobe/leonardo-contrast-colors": ">=1.0.0",
|
||||
"@ant-design/colors": ">=7.0.0",
|
||||
"@flagsmith/flagsmith": ">=11.0.0",
|
||||
"@floating-ui/dom": ">=1.8.0",
|
||||
"@js-temporal/polyfill": ">=0.5.0",
|
||||
"@material/material-color-utilities": ">=0.3.0",
|
||||
"launchdarkly-js-client-sdk": "^3.0.0",
|
||||
"posthog-js": "^1.0.0",
|
||||
"vue": ">=3.5.0 || >=3.6.0-0",
|
||||
"vue-i18n": ">=10.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@adobe/leonardo-contrast-colors": {
|
||||
"optional": true
|
||||
},
|
||||
"@ant-design/colors": {
|
||||
"optional": true
|
||||
},
|
||||
"@flagsmith/flagsmith": {
|
||||
"optional": true
|
||||
},
|
||||
"@floating-ui/dom": {
|
||||
"optional": true
|
||||
},
|
||||
"@js-temporal/polyfill": {
|
||||
"optional": true
|
||||
},
|
||||
"@material/material-color-utilities": {
|
||||
"optional": true
|
||||
},
|
||||
"launchdarkly-js-client-sdk": {
|
||||
"optional": true
|
||||
},
|
||||
"posthog-js": {
|
||||
"optional": true
|
||||
},
|
||||
"vue-i18n": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@whatwg-node/disposablestack": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz",
|
||||
@@ -20602,9 +20544,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vue-router": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.3.1.tgz",
|
||||
"integrity": "sha512-GDBZzgmILxA/kFnkFbJjQZdZ2QQbngnIMMuoUcjhZIfH1RGMaPjPwX5ASnV38qamuA9uhO0RDjSBHTDNG2uXyQ==",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.3.0.tgz",
|
||||
"integrity": "sha512-a2PBXX9yfkS58JzSJALUffgDa09lEzKmCcEnLaepoIr88L+9hEnsgEQkcadJGID+vtHa0gFpVo064zmylA9fcg==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -20706,14 +20648,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vuetify": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.2.0.tgz",
|
||||
"integrity": "sha512-KaMbAl57GG/zdLdL9dcMqEZligIK3jYvkPkpx+RS9DufD/TOfWKnlDTOUzoYlvmhT/3LfJ/usAt1bSoWfYX4JA==",
|
||||
"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",
|
||||
"dependencies": {
|
||||
"@vuetify/v0": "^1.2.1"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/johnleider"
|
||||
|
||||
+4
-4
@@ -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.1",
|
||||
"vuetify": "4.2.0"
|
||||
"vue-router": "5.3.0",
|
||||
"vuetify": "4.1.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
|
||||
Reference in New Issue
Block a user