|
24 | 24 | "test": "vitest run && yarn run serve cy:run"
|
25 | 25 | },
|
26 | 26 | "dependencies": {
|
27 |
| - "@apollo/client": "3.13.5", |
| 27 | + "@apollo/client": "3.13.8", |
28 | 28 | "@hpcc-js/wasm": "2.22.4",
|
29 | 29 | "@lumino/default-theme": "2.1.9",
|
30 | 30 | "@lumino/widgets": "2.7.0",
|
31 | 31 | "@mdi/js": "7.4.47",
|
32 | 32 | "@vueuse/core": "13.1.0",
|
33 | 33 | "apexcharts": "3.54.1",
|
34 |
| - "axios": "1.8.4", |
| 34 | + "axios": "1.9.0", |
35 | 35 | "dedent": "1.5.3",
|
36 | 36 | "enumify": "2.0.0",
|
37 | 37 | "graphiql": "3.8.3",
|
38 |
| - "graphql": "16.10.0", |
| 38 | + "graphql": "16.11.0", |
39 | 39 | "graphql-tag": "2.12.6",
|
40 | 40 | "lodash-es": "4.17.21",
|
41 | 41 | "mitt": "3.0.1",
|
|
51 | 51 | "unified": "^11.0.5",
|
52 | 52 | "vue": "3.5.13",
|
53 | 53 | "vue-i18n": "11.1.3",
|
54 |
| - "vue-router": "4.5.0", |
| 54 | + "vue-router": "4.5.1", |
55 | 55 | "vue-the-mask": "0.11.1",
|
56 | 56 | "vue3-apexcharts": "1.8.0",
|
57 |
| - "vuetify": "3.8.0", |
| 57 | + "vuetify": "3.8.2", |
58 | 58 | "vuex": "4.1.0"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@cypress/code-coverage": "3.14.0",
|
62 | 62 | "@vitejs/plugin-vue": "5.2.3",
|
63 |
| - "@vitest/coverage-istanbul": "3.1.1", |
| 63 | + "@vitest/coverage-istanbul": "3.1.2", |
64 | 64 | "@vue/test-utils": "2.4.6",
|
65 | 65 | "concurrently": "9.1.2",
|
66 | 66 | "cross-fetch": "4.1.0",
|
67 |
| - "cypress": "14.3.1", |
| 67 | + "cypress": "14.3.2", |
68 | 68 | "cypress-vite": "1.6.0",
|
69 | 69 | "eslint": "8.57.1",
|
70 | 70 | "eslint-config-standard": "17.1.0",
|
|
83 | 83 | "json-server": "0.17.4",
|
84 | 84 | "nodemon": "3.1.9",
|
85 | 85 | "nyc": "17.1.0",
|
86 |
| - "sass-embedded": "1.86.0", |
| 86 | + "sass-embedded": "1.87.0", |
87 | 87 | "sinon": "20.0.0",
|
88 | 88 | "standard": "17.1.2",
|
89 |
| - "vite": "6.3.2", |
| 89 | + "vite": "6.3.3", |
90 | 90 | "vite-plugin-eslint": "1.8.1",
|
91 | 91 | "vite-plugin-istanbul": "7.0.0",
|
92 | 92 | "vite-plugin-vuetify": "2.1.1",
|
93 |
| - "vitest": "3.1.1" |
| 93 | + "vitest": "3.1.2" |
94 | 94 | },
|
95 | 95 | "peerDependenciesMeta": {
|
96 | 96 | "react": {
|
|
0 commit comments