Skip to content

Commit f22faa8

Browse files
committed
chore: update dependencies
1 parent c380d82 commit f22faa8

3 files changed

Lines changed: 205 additions & 168 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
10+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111

1212
- name: Install pnpm
1313
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"version": "0.0.0",
55
"description": "Discover comprehensive insights into your GitHub repositories' metrics. Track stars, forks, and more, all conveniently stored locally",
66
"license": "AGPL-3.0-or-later",
7+
"engines": {
8+
"node": ">=24"
9+
},
710
"scripts": {
811
"preinstall": "npx only-allow pnpm",
912
"postinstall": "npx nolyfill",
@@ -20,39 +23,39 @@
2023
"dependencies": {
2124
"@octokit/core": "^7.0.6",
2225
"@tabler/icons-vue": "^3.36.1",
23-
"@vitejs/plugin-vue": "^6.0.3",
26+
"@vitejs/plugin-vue": "^6.0.4",
2427
"@vueuse/core": "^14.1.0",
2528
"@vueuse/integrations": "^14.1.0",
2629
"dayjs": "^1.11.19",
2730
"http-status-codes": "^2.3.0",
28-
"semver": "^7.7.3",
31+
"semver": "^7.7.4",
2932
"sortablejs": "^1.15.6",
3033
"vite": "^7.3.1",
3134
"vite-plugin-pwa": "^1.2.0",
3235
"vue": "^3.5.27",
3336
"vue-dompurify-html": "^5.3.0"
3437
},
3538
"devDependencies": {
36-
"@antfu/eslint-config": "^7.2.0",
39+
"@antfu/eslint-config": "^7.3.0",
3740
"@octokit/types": "^16.0.0",
3841
"@stylistic/stylelint-plugin": "^5.0.1",
3942
"@total-typescript/ts-reset": "^0.6.1",
40-
"@types/node": "^25.1.0",
43+
"@types/node": "^25.2.1",
4144
"@types/semver": "^7.7.1",
4245
"eslint": "^9.39.2",
4346
"mime-type": "^5.0.3",
4447
"postcss-html": "^1.8.1",
4548
"postcss-scss": "^4.0.9",
4649
"sass-embedded": "^1.97.3",
47-
"stylelint": "^17.0.0",
50+
"stylelint": "^17.1.1",
4851
"stylelint-config-recess-order": "^7.6.0",
4952
"stylelint-config-standard-scss": "^17.0.0",
5053
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
5154
"stylelint-order": "^7.0.1",
5255
"stylelint-rem-over-px": "^1.0.2",
53-
"type-fest": "^5.4.2",
56+
"type-fest": "^5.4.3",
5457
"typescript": "^5.9.3",
55-
"vue-router": "^5.0.0",
58+
"vue-router": "^5.0.2",
5659
"vue-tsc": "^3.2.4",
5760
"workbox-build": "^7.4.0",
5861
"workbox-core": "^7.4.0",

0 commit comments

Comments
 (0)