Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f5a11f7bf | |||
| 0e7acd1793 | |||
| f779e67256 | |||
| 59cb3c88dd | |||
| f24762e314 | |||
| 776a9f1e5a | |||
| 5e6e526dda | |||
| 7f6f2b1108 | |||
| 14734c4816 | |||
| 4a7ce1bbd4 | |||
| 9acd1dc187 | |||
| b5e9e8a500 | |||
| adebbaec8b | |||
| 2564864c08 | |||
| 995b7a8f6b | |||
| c0f0b816e4 | |||
| aa3bf71866 | |||
| 45054bbd5c | |||
| 0bafaaf510 | |||
| eb8ce48835 | |||
| 415f74200e |
Generated
+2047
-1646
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -16,43 +16,43 @@
|
|||||||
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
|
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "20.3.1",
|
"@commitlint/cli": "20.4.0",
|
||||||
"@commitlint/config-conventional": "20.3.1",
|
"@commitlint/config-conventional": "20.4.0",
|
||||||
"@graphql-codegen/cli": "6.1.1",
|
"@graphql-codegen/cli": "6.1.1",
|
||||||
"@graphql-codegen/fragment-matcher": "6.0.0",
|
"@graphql-codegen/fragment-matcher": "6.0.0",
|
||||||
"@graphql-codegen/typescript": "5.0.7",
|
"@graphql-codegen/typescript": "5.0.7",
|
||||||
"@graphql-codegen/typescript-operations": "5.0.7",
|
"@graphql-codegen/typescript-operations": "5.0.7",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
||||||
"@nuxt/devtools": "3.1.1",
|
"@nuxt/devtools": "3.1.1",
|
||||||
"@nuxt/eslint": "1.12.1",
|
"@nuxt/eslint": "1.13.0",
|
||||||
"@nuxtjs/eslint-module": "4.1.0",
|
"@nuxtjs/eslint-module": "4.1.0",
|
||||||
"@nuxtjs/i18n": "10.2.1",
|
"@nuxtjs/i18n": "10.2.1",
|
||||||
"@stylistic/eslint-plugin": "5.7.0",
|
"@stylistic/eslint-plugin": "5.7.1",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
"esbuild": "0.27.2",
|
"esbuild": "0.27.2",
|
||||||
"eslint": "9.39.2",
|
"eslint": "9.39.2",
|
||||||
"eslint-plugin-nuxt": "4.0.0",
|
"eslint-plugin-nuxt": "4.0.0",
|
||||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||||
"eslint-plugin-vue": "10.7.0",
|
"eslint-plugin-vue": "10.7.0",
|
||||||
"nuxt": "4.2.2",
|
"nuxt": "4.3.0",
|
||||||
"postcss-html": "1.8.1",
|
"postcss-html": "1.8.1",
|
||||||
"sass": "1.97.2",
|
"sass": "1.97.3",
|
||||||
"stylelint": "16.26.1",
|
"stylelint": "17.1.0",
|
||||||
"stylelint-config-recommended-vue": "1.6.1",
|
"stylelint-config-recommended-vue": "1.6.1",
|
||||||
"stylelint-config-standard": "39.0.1",
|
"stylelint-config-standard": "40.0.0",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.53.0",
|
"typescript-eslint": "8.54.0",
|
||||||
"vite-plugin-vuetify": "2.1.2",
|
"vite-plugin-vuetify": "2.1.3",
|
||||||
"vue": "3.5.26",
|
"vue": "3.5.27",
|
||||||
"vue-eslint-parser": "10.2.0",
|
"vue-eslint-parser": "10.2.0",
|
||||||
"vue-router": "4.6.4",
|
"vue-router": "5.0.2",
|
||||||
"vuetify": "3.11.6"
|
"vuetify": "3.11.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.0",
|
"@apollo/client": "3.14.0",
|
||||||
"@auth0/auth0-vue": "2.5.0",
|
"@auth0/auth0-vue": "2.5.0",
|
||||||
"@grafana/faro-web-sdk": "2.1.0",
|
"@grafana/faro-web-sdk": "2.2.2",
|
||||||
"@grafana/faro-web-tracing": "2.1.0",
|
"@grafana/faro-web-tracing": "2.2.2",
|
||||||
"@mdi/font": "7.4.47",
|
"@mdi/font": "7.4.47",
|
||||||
"@pinia/nuxt": "0.11.3",
|
"@pinia/nuxt": "0.11.3",
|
||||||
"@vue/apollo-composable": "4.2.2",
|
"@vue/apollo-composable": "4.2.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user