|
11 | 11 | "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@mdi/font": "^7.2.96", |
15 |
| - "@sentry/vue": "^8.19.0", |
16 |
| - "@stellar/stellar-sdk": "^13.2.0", |
| 14 | + "@mdi/font": "^7.4.47", |
| 15 | + "@sentry/vue": "^9.15.0", |
| 16 | + "@stellar/stellar-sdk": "^13.3.0", |
17 | 17 | "@threefold/graphql_client": "2.8.0-rc1",
|
18 | 18 | "@threefold/grid_client": "2.8.0-rc1",
|
19 | 19 | "@threefold/gridproxy_client": "2.8.0-rc1",
|
|
33 | 33 | "highlight.js": "^11.11.1",
|
34 | 34 | "ip": "^2.0.1",
|
35 | 35 | "jspdf": "^3.0.1",
|
36 |
| - "jspdf-autotable": "^3.8.2", |
| 36 | + "jspdf-autotable": "^5.0.2", |
37 | 37 | "lodash": "^4.17.21",
|
38 | 38 | "logger-interceptor": "1.0.0",
|
39 | 39 | "marked": "^15.0.11",
|
|
50 | 50 | "vue3-virtual-scroller": "^0.2.3",
|
51 | 51 | "vuetify": "^3.5.17",
|
52 | 52 | "web-ssh-keygen": "^0.1.2",
|
53 |
| - "zod": "^3.22.4" |
| 53 | + "zod": "^3.24.3" |
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@types/chart.js": "^2.9.38",
|
57 | 57 | "@types/jsdom": "^21.1.0",
|
58 |
| - "@types/lodash": "^4.14.192", |
59 |
| - "@types/marked": "^5.0.0", |
| 58 | + "@types/lodash": "^4.17.16", |
| 59 | + "@types/marked": "^6.0.0", |
60 | 60 | "@types/md5": "^2.3.5",
|
61 |
| - "@types/node": "^18.14.2", |
| 61 | + "@types/node": "^22.15.3", |
62 | 62 | "@types/qrcode": "^1.5.0",
|
63 | 63 | "@vitejs/plugin-vue": "^5.2.3",
|
64 | 64 | "@vue/eslint-config-prettier": "^7.1.0",
|
65 | 65 | "@vue/eslint-config-typescript": "^11.0.2",
|
66 | 66 | "@vue/test-utils": "^2.4.6",
|
67 | 67 | "@vue/tsconfig": "^0.7.0",
|
68 |
| - "jsdom": "^21.1.0", |
| 68 | + "jsdom": "^26.1.0", |
69 | 69 | "npm-run-all": "^4.1.5",
|
70 |
| - "sass": "^1.60.0", |
| 70 | + "sass": "^1.87.0", |
71 | 71 | "start-server-and-test": "^2.0.0",
|
72 |
| - "typescript": "~5.2.0", |
73 |
| - "utility-types": "^3.10.0", |
| 72 | + "typescript": "~5.8.0", |
| 73 | + "utility-types": "^3.11.0", |
74 | 74 | "vite": "^6.3.4",
|
75 | 75 | "vite-plugin-node-polyfills": "^0.23.0",
|
76 | 76 | "vitest": "^3.1.2",
|
|
0 commit comments