|
18 | 18 | "lint:all": "npm run lint:ts && npm run lint:js && npm run lint:css" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@octokit/core": "^7.0.4", |
| 21 | + "@octokit/core": "^7.0.5", |
22 | 22 | "@tabler/icons-vue": "^3.35.0", |
23 | 23 | "@vitejs/plugin-vue": "^6.0.1", |
24 | 24 | "@vueuse/core": "^13.9.0", |
25 | 25 | "@vueuse/integrations": "^13.9.0", |
26 | 26 | "dayjs": "^1.11.18", |
27 | 27 | "http-status-codes": "^2.3.0", |
28 | | - "semver": "^7.7.2", |
| 28 | + "semver": "^7.7.3", |
29 | 29 | "sortablejs": "^1.15.6", |
30 | | - "vite": "^7.1.6", |
31 | | - "vite-plugin-pwa": "^1.0.3", |
32 | | - "vue": "^3.5.21", |
| 30 | + "vite": "^7.1.11", |
| 31 | + "vite-plugin-pwa": "^1.1.0", |
| 32 | + "vue": "^3.5.22", |
33 | 33 | "vue-dompurify-html": "^5.3.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@antfu/eslint-config": "^5.4.0", |
37 | | - "@octokit/types": "^15.0.0", |
| 36 | + "@antfu/eslint-config": "^6.0.0", |
| 37 | + "@octokit/types": "^15.0.1", |
38 | 38 | "@stylistic/stylelint-plugin": "^4.0.0", |
39 | 39 | "@total-typescript/ts-reset": "^0.6.1", |
40 | | - "@types/node": "^24.5.2", |
| 40 | + "@types/node": "^24.9.1", |
41 | 41 | "@types/semver": "^7.7.1", |
42 | | - "eslint": "^9.36.0", |
| 42 | + "eslint": "^9.38.0", |
43 | 43 | "mime-type": "^5.0.3", |
44 | 44 | "postcss-html": "^1.8.0", |
45 | 45 | "postcss-scss": "^4.0.9", |
46 | | - "sass-embedded": "^1.92.1", |
47 | | - "stylelint": "^16.24.0", |
48 | | - "stylelint-config-recess-order": "^7.3.0", |
| 46 | + "sass-embedded": "^1.93.2", |
| 47 | + "stylelint": "^16.25.0", |
| 48 | + "stylelint-config-recess-order": "^7.4.0", |
49 | 49 | "stylelint-config-standard-scss": "^16.0.0", |
50 | 50 | "stylelint-declaration-block-no-ignored-properties": "^2.8.0", |
51 | 51 | "stylelint-order": "^7.0.0", |
52 | 52 | "stylelint-rem-over-px": "^1.0.2", |
53 | | - "type-fest": "^5.0.1", |
54 | | - "typescript": "^5.9.2", |
55 | | - "unplugin-vue-router": "^0.15.0", |
56 | | - "vue-router": "^4.5.1", |
57 | | - "vue-tsc": "^3.0.7", |
| 53 | + "type-fest": "^5.1.0", |
| 54 | + "typescript": "^5.9.3", |
| 55 | + "unplugin-vue-router": "^0.16.0", |
| 56 | + "vue-router": "^4.6.3", |
| 57 | + "vue-tsc": "^3.1.1", |
58 | 58 | "workbox-build": "^7.3.0", |
59 | 59 | "workbox-core": "^7.3.0", |
60 | 60 | "workbox-precaching": "^7.3.0", |
|
0 commit comments