|
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.3", |
21 | | - "@tabler/icons-vue": "^3.29.0", |
| 20 | + "@octokit/core": "^6.1.4", |
| 21 | + "@tabler/icons-vue": "^3.30.0", |
22 | 22 | "@vitejs/plugin-vue": "^5.2.1", |
23 | | - "@vueuse/core": "^12.5.0", |
24 | | - "@vueuse/integrations": "^12.5.0", |
| 23 | + "@vueuse/core": "^12.7.0", |
| 24 | + "@vueuse/integrations": "^12.7.0", |
25 | 25 | "dayjs": "^1.11.13", |
26 | 26 | "http-status-codes": "^2.3.0", |
27 | | - "semver": "^7.7.0", |
| 27 | + "semver": "^7.7.1", |
28 | 28 | "sortablejs": "^1.15.6", |
29 | | - "vite": "^6.0.11", |
| 29 | + "vite": "^6.1.0", |
30 | 30 | "vite-plugin-pwa": "^0.21.1", |
31 | 31 | "vue": "^3.5.13", |
32 | 32 | "vue-dompurify-html": "^5.2.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@antfu/eslint-config": "^4.1.0", |
36 | | - "@octokit/types": "^13.7.0", |
37 | | - "@stylistic/stylelint-plugin": "^3.1.1", |
38 | | - "@types/node": "^22.12.0", |
| 35 | + "@antfu/eslint-config": "^4.3.0", |
| 36 | + "@octokit/types": "^13.8.0", |
| 37 | + "@stylistic/stylelint-plugin": "^3.1.2", |
| 38 | + "@types/node": "^22.13.4", |
39 | 39 | "@types/semver": "^7.5.8", |
40 | | - "eslint": "^9.19.0", |
| 40 | + "eslint": "^9.20.1", |
41 | 41 | "postcss-html": "^1.8.0", |
42 | 42 | "postcss-scss": "^4.0.9", |
43 | | - "sass": "^1.83.4", |
| 43 | + "sass": "^1.85.0", |
44 | 44 | "stylelint": "^16.14.1", |
45 | 45 | "stylelint-config-recess-order": "^6.0.0", |
46 | 46 | "stylelint-config-standard-scss": "^14.0.0", |
47 | 47 | "stylelint-declaration-block-no-ignored-properties": "^2.8.0", |
48 | 48 | "stylelint-order": "^6.0.4", |
49 | 49 | "stylelint-rem-over-px": "^1.0.2", |
50 | | - "type-fest": "^4.33.0", |
| 50 | + "type-fest": "^4.35.0", |
51 | 51 | "typescript": "^5.7.3", |
52 | 52 | "vue-router": "^4.5.0", |
53 | | - "vue-tsc": "^2.2.0", |
| 53 | + "vue-tsc": "^2.2.2", |
54 | 54 | "workbox-core": "^7.3.0", |
55 | 55 | "workbox-precaching": "^7.3.0", |
56 | 56 | "workbox-routing": "^7.3.0", |
|
0 commit comments