|
19 | 19 | "dependencies": {
|
20 | 20 | "@codemirror/lang-json": "^6.0.1",
|
21 | 21 | "@codemirror/lang-xml": "^6.1.0",
|
22 |
| - "@codemirror/legacy-modes": "^6.5.0", |
| 22 | + "@codemirror/legacy-modes": "^6.5.1", |
23 | 23 | "@dagrejs/dagre": "^1.1.4",
|
24 | 24 | "@tinyhttp/content-disposition": "^2.2.2",
|
25 | 25 | "@vue-flow/controls": "^1.1.2",
|
26 |
| - "@vue-flow/core": "^1.42.5", |
| 26 | + "@vue-flow/core": "^1.43.1", |
27 | 27 | "@vuepic/vue-datepicker": "^11.0.2",
|
28 | 28 | "bootstrap": "^5.3.5",
|
29 | 29 | "bootstrap-icons": "^1.11.3",
|
|
36 | 36 | "pinia": "^3.0.2",
|
37 | 37 | "vue": "^3.5.13",
|
38 | 38 | "vue-codemirror6": "^1.3.13",
|
39 |
| - "vue-router": "^4.5.0", |
| 39 | + "vue-router": "^4.5.1", |
40 | 40 | "vue-tippy": "^6.7.0",
|
41 | 41 | "vue-toastification": "^2.0.0-rc.5",
|
42 | 42 | "vue3-cookies": "^1.0.6",
|
43 | 43 | "vue3-simple-typeahead": "^1.0.11",
|
44 | 44 | "xml-formatter": "^3.6.5"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@eslint/js": "^9.24.0", |
| 47 | + "@eslint/js": "^9.25.1", |
48 | 48 | "@pinia/testing": "^1.0.1",
|
49 | 49 | "@testing-library/dom": "^10.4.0",
|
50 | 50 | "@testing-library/jest-dom": "^6.6.3",
|
|
53 | 53 | "@tsconfig/node18": "^18.2.4",
|
54 | 54 | "@types/bootstrap": "^5.2.10",
|
55 | 55 | "@types/lodash": "^4.17.16",
|
56 |
| - "@types/node": "^22.14.0", |
| 56 | + "@types/node": "^22.15.3", |
57 | 57 | "@vitejs/plugin-vue": "^5.2.3",
|
58 |
| - "@vitest/coverage-v8": "^3.1.1", |
| 58 | + "@vitest/coverage-v8": "^3.1.2", |
59 | 59 | "@vue/tsconfig": "^0.7.0",
|
60 | 60 | "cross-env": "^7.0.3",
|
61 |
| - "eslint": "^9.24.0", |
| 61 | + "eslint": "^9.25.1", |
62 | 62 | "eslint-config-prettier": "^10.1.2",
|
63 | 63 | "eslint-plugin-prettier": "^5.2.6",
|
64 | 64 | "eslint-plugin-promise": "^7.2.1",
|
65 |
| - "eslint-plugin-vue": "^10.0.0", |
| 65 | + "eslint-plugin-vue": "^10.1.0", |
66 | 66 | "flush-promises": "^1.0.2",
|
67 | 67 | "globals": "^16.0.0",
|
68 | 68 | "jsdom": "^26.1.0",
|
69 |
| - "msw": "^2.7.3", |
| 69 | + "msw": "^2.7.5", |
70 | 70 | "prettier": "^3.5.3",
|
71 | 71 | "typescript": "^5.8.3",
|
72 |
| - "typescript-eslint": "^8.30.0", |
73 |
| - "vite": "^6.2.6", |
| 72 | + "typescript-eslint": "^8.31.1", |
| 73 | + "vite": "^6.3.4", |
74 | 74 | "vite-plugin-checker": "^0.9.1",
|
75 |
| - "vitest": "^3.0.9", |
76 |
| - "vue-tsc": "^2.2.8" |
77 |
| - }, |
78 |
| - "overrides": { |
79 |
| - "vite": { |
80 |
| - "esbuild": "^0.25.0" |
81 |
| - } |
| 75 | + "vitest": "^3.1.2", |
| 76 | + "vue-tsc": "^2.2.10" |
82 | 77 | },
|
83 | 78 | "msw": {
|
84 | 79 | "workerDirectory": [
|
|
0 commit comments