|
17 | 17 | "lint:all": "npm run lint:ts && npm run lint:js && npm run lint:css" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@octokit/core": "^6.1.4", |
| 20 | + "@octokit/core": "^6.1.5", |
21 | 21 | "@tabler/icons-vue": "^3.31.0", |
22 | | - "@vitejs/plugin-vue": "^5.2.1", |
23 | | - "@vueuse/core": "^13.0.0", |
24 | | - "@vueuse/integrations": "^13.0.0", |
| 22 | + "@vitejs/plugin-vue": "^5.2.3", |
| 23 | + "@vueuse/core": "^13.1.0", |
| 24 | + "@vueuse/integrations": "^13.1.0", |
25 | 25 | "dayjs": "^1.11.13", |
26 | 26 | "http-status-codes": "^2.3.0", |
27 | 27 | "semver": "^7.7.1", |
28 | 28 | "sortablejs": "^1.15.6", |
29 | | - "vite": "^6.2.1", |
30 | | - "vite-plugin-pwa": "^0.21.1", |
| 29 | + "vite": "^6.2.6", |
| 30 | + "vite-plugin-pwa": "^1.0.0", |
31 | 31 | "vue": "^3.5.13", |
32 | 32 | "vue-dompurify-html": "^5.2.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@antfu/eslint-config": "^4.8.1", |
36 | | - "@octokit/types": "^13.8.0", |
| 35 | + "@antfu/eslint-config": "^4.12.0", |
| 36 | + "@octokit/types": "^14.0.0", |
37 | 37 | "@stylistic/stylelint-plugin": "^3.1.2", |
38 | 38 | "@total-typescript/ts-reset": "^0.6.1", |
39 | | - "@types/mime-types": "^2.1.4", |
40 | | - "@types/node": "^22.13.10", |
41 | | - "@types/semver": "^7.5.8", |
42 | | - "eslint": "^9.22.0", |
43 | | - "mime-types": "^2.1.35", |
| 39 | + "@types/node": "^22.14.0", |
| 40 | + "@types/semver": "^7.7.0", |
| 41 | + "eslint": "^9.24.0", |
| 42 | + "mime-type": "^5.0.3", |
44 | 43 | "postcss-html": "^1.8.0", |
45 | 44 | "postcss-scss": "^4.0.9", |
46 | | - "sass": "^1.85.1", |
47 | | - "stylelint": "^16.15.0", |
| 45 | + "sass-embedded": "^1.86.3", |
| 46 | + "stylelint": "^16.18.0", |
48 | 47 | "stylelint-config-recess-order": "^6.0.0", |
49 | 48 | "stylelint-config-standard-scss": "^14.0.0", |
50 | 49 | "stylelint-declaration-block-no-ignored-properties": "^2.8.0", |
51 | 50 | "stylelint-order": "^6.0.4", |
52 | 51 | "stylelint-rem-over-px": "^1.0.2", |
53 | | - "type-fest": "^4.37.0", |
54 | | - "typescript": "^5.8.2", |
| 52 | + "type-fest": "^4.39.1", |
| 53 | + "typescript": "^5.8.3", |
55 | 54 | "vue-router": "^4.5.0", |
56 | 55 | "vue-tsc": "^2.2.8", |
57 | 56 | "workbox-build": "^7.3.0", |
|
0 commit comments