|
15 | 15 | "coverage": "vitest run --coverage"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@mdi/font": "^7.1.96", |
| 18 | + "@mdi/font": "^7.4.47", |
19 | 19 | "@twind/core": "^1.1.3",
|
20 | 20 | "@twind/preset-autoprefix": "^1.0.7",
|
21 | 21 | "@twind/preset-tailwind": "^1.1.4",
|
22 | 22 | "@twind/preset-tailwind-forms": "^1.1.2",
|
23 |
| - "@vueuse/components": "^9.13.0", |
24 |
| - "@vueuse/core": "^9.13.0", |
25 |
| - "@vueuse/integrations": "^9.13.0", |
26 |
| - "@vueuse/shared": "^9.13.0", |
27 |
| - "ansi_up": "^5.1.0", |
| 23 | + "@vueuse/components": "^10.9.0", |
| 24 | + "@vueuse/core": "^10.9.0", |
| 25 | + "@vueuse/integrations": "^10.9.0", |
| 26 | + "@vueuse/shared": "^10.9.0", |
| 27 | + "ansi_up": "^6.0.2", |
28 | 28 | "anylogger": "^1.0.11",
|
29 | 29 | "anylogger-loglevel": "^1.0.0",
|
30 |
| - "core-js": "^3.29.1", |
31 |
| - "focus-trap": "^7.5.3", |
| 30 | + "core-js": "^3.36.0", |
| 31 | + "focus-trap": "^7.5.4", |
32 | 32 | "lodash": "^4.17.21",
|
33 |
| - "loglevel": "^1.8.1", |
34 |
| - "luxon": "^3.3.0", |
35 |
| - "reflect-metadata": "^0.1.13", |
36 |
| - "tslib": "^2.5.0", |
| 33 | + "loglevel": "^1.9.1", |
| 34 | + "luxon": "^3.4.4", |
| 35 | + "reflect-metadata": "^0.2.1", |
| 36 | + "tslib": "^2.6.2", |
37 | 37 | "typedjson": "^1.8.0",
|
38 |
| - "universal-cookie": "^4.0.4", |
39 |
| - "vue": "^3.2.47", |
40 |
| - "vue-router": "^4.1.6" |
| 38 | + "universal-cookie": "^7.1.0", |
| 39 | + "vue": "^3.4.21", |
| 40 | + "vue-router": "^4.3.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@types/lodash": "^4.14.191", |
44 |
| - "@types/luxon": "^3.2.0", |
| 43 | + "@types/lodash": "^4.17.0", |
| 44 | + "@types/luxon": "^3.4.2", |
45 | 45 | "@types/react": "link:stub/types__react",
|
46 |
| - "@typescript-eslint/eslint-plugin": "^5.55.0", |
47 |
| - "@typescript-eslint/parser": "^5.55.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 47 | + "@typescript-eslint/parser": "^7.2.0", |
48 | 48 | "@vitejs/plugin-vue": "^5.0.4",
|
49 | 49 | "@vitest/coverage-v8": "^1.3.1",
|
50 |
| - "@volar-plugins/prettier": "^1.2.0", |
51 |
| - "@vue/compiler-sfc": "^3.2.47", |
52 |
| - "@vue/eslint-config-typescript": "^11.0.2", |
53 |
| - "@vue/test-utils": "^2.4.4", |
54 |
| - "eslint": "^8.36.0", |
55 |
| - "eslint-config-prettier": "^8.7.0", |
56 |
| - "eslint-plugin-prettier": "^4.2.1", |
57 |
| - "eslint-plugin-vue": "^9.9.0", |
58 |
| - "jsdom": "^22.1.0", |
59 |
| - "msw": "^2.0.1", |
60 |
| - "prettier": "2.8.4", |
61 |
| - "sass": "^1.59.2", |
62 |
| - "typescript": "^4.9.5", |
| 50 | + "@vue/compiler-sfc": "^3.4.21", |
| 51 | + "@vue/eslint-config-typescript": "^13.0.0", |
| 52 | + "@vue/test-utils": "^2.4.5", |
| 53 | + "eslint": "^8.57.0", |
| 54 | + "eslint-config-prettier": "^9.1.0", |
| 55 | + "eslint-plugin-prettier": "^5.1.3", |
| 56 | + "eslint-plugin-vue": "^9.23.0", |
| 57 | + "jsdom": "^24.0.0", |
| 58 | + "msw": "^2.2.3", |
| 59 | + "prettier": "3.2.5", |
| 60 | + "sass": "^1.72.0", |
| 61 | + "typescript": "^5.4.2", |
63 | 62 | "vite": "^5.1.6",
|
64 | 63 | "vite-plugin-eslint": "^1.8.1",
|
65 | 64 | "vitest": "^1.3.1",
|
66 |
| - "vue-router-mock": "^1.0.0", |
67 |
| - "vue-tsc": "^1.2.0" |
| 65 | + "volar-service-prettier": "^0.0.33", |
| 66 | + "vue-router-mock": "^1.1.0", |
| 67 | + "vue-tsc": "^2.0.6" |
68 | 68 | }
|
69 | 69 | }
|
0 commit comments