|
4 | 4 | "version": "0.0.0", |
5 | 5 | "description": "Discover comprehensive insights into your GitHub repositories' metrics. Track stars, forks, and more, all conveniently stored locally", |
6 | 6 | "license": "AGPL-3.0-or-later", |
| 7 | + "engines": { |
| 8 | + "node": ">=24" |
| 9 | + }, |
7 | 10 | "scripts": { |
8 | 11 | "preinstall": "npx only-allow pnpm", |
9 | 12 | "postinstall": "npx nolyfill", |
|
20 | 23 | "dependencies": { |
21 | 24 | "@octokit/core": "^7.0.6", |
22 | 25 | "@tabler/icons-vue": "^3.36.1", |
23 | | - "@vitejs/plugin-vue": "^6.0.3", |
| 26 | + "@vitejs/plugin-vue": "^6.0.4", |
24 | 27 | "@vueuse/core": "^14.1.0", |
25 | 28 | "@vueuse/integrations": "^14.1.0", |
26 | 29 | "dayjs": "^1.11.19", |
27 | 30 | "http-status-codes": "^2.3.0", |
28 | | - "semver": "^7.7.3", |
| 31 | + "semver": "^7.7.4", |
29 | 32 | "sortablejs": "^1.15.6", |
30 | 33 | "vite": "^7.3.1", |
31 | 34 | "vite-plugin-pwa": "^1.2.0", |
32 | 35 | "vue": "^3.5.27", |
33 | 36 | "vue-dompurify-html": "^5.3.0" |
34 | 37 | }, |
35 | 38 | "devDependencies": { |
36 | | - "@antfu/eslint-config": "^7.2.0", |
| 39 | + "@antfu/eslint-config": "^7.3.0", |
37 | 40 | "@octokit/types": "^16.0.0", |
38 | 41 | "@stylistic/stylelint-plugin": "^5.0.1", |
39 | 42 | "@total-typescript/ts-reset": "^0.6.1", |
40 | | - "@types/node": "^25.1.0", |
| 43 | + "@types/node": "^25.2.1", |
41 | 44 | "@types/semver": "^7.7.1", |
42 | 45 | "eslint": "^9.39.2", |
43 | 46 | "mime-type": "^5.0.3", |
44 | 47 | "postcss-html": "^1.8.1", |
45 | 48 | "postcss-scss": "^4.0.9", |
46 | 49 | "sass-embedded": "^1.97.3", |
47 | | - "stylelint": "^17.0.0", |
| 50 | + "stylelint": "^17.1.1", |
48 | 51 | "stylelint-config-recess-order": "^7.6.0", |
49 | 52 | "stylelint-config-standard-scss": "^17.0.0", |
50 | 53 | "stylelint-declaration-block-no-ignored-properties": "^3.0.0", |
51 | 54 | "stylelint-order": "^7.0.1", |
52 | 55 | "stylelint-rem-over-px": "^1.0.2", |
53 | | - "type-fest": "^5.4.2", |
| 56 | + "type-fest": "^5.4.3", |
54 | 57 | "typescript": "^5.9.3", |
55 | | - "vue-router": "^5.0.0", |
| 58 | + "vue-router": "^5.0.2", |
56 | 59 | "vue-tsc": "^3.2.4", |
57 | 60 | "workbox-build": "^7.4.0", |
58 | 61 | "workbox-core": "^7.4.0", |
|
0 commit comments