Skip to content

Commit 9f58674

Browse files
committed
chore: update dependencies
1 parent f72c816 commit 9f58674

File tree

3 files changed

+820
-556
lines changed

3 files changed

+820
-556
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "22"
2525
cache: pnpm
2626

2727
- name: Run linters

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,42 @@
1818
},
1919
"dependencies": {
2020
"@octokit/core": "^6.1.2",
21-
"@tabler/icons-vue": "^3.19.0",
21+
"@tabler/icons-vue": "^3.21.0",
2222
"@vitejs/plugin-vue": "^5.1.4",
2323
"@vueuse/core": "^11.1.0",
2424
"@vueuse/integrations": "^11.1.0",
2525
"dayjs": "^1.11.13",
2626
"http-status-codes": "^2.3.0",
2727
"semver": "^7.6.3",
2828
"sortablejs": "^1.15.3",
29-
"vite": "^5.4.8",
29+
"vite": "^5.4.10",
3030
"vite-plugin-pwa": "^0.20.5",
31-
"vue": "^3.5.11",
31+
"vue": "^3.5.12",
3232
"vue-dompurify-html": "^5.1.0"
3333
},
3434
"devDependencies": {
35-
"@antfu/eslint-config": "^3.7.3",
35+
"@antfu/eslint-config": "^3.8.0",
3636
"@octokit/types": "^13.6.1",
3737
"@stylistic/stylelint-plugin": "^3.1.1",
38-
"@types/node": "^22.7.4",
38+
"@types/node": "^22.8.4",
3939
"@types/semver": "^7.5.8",
40-
"eslint": "^9.12.0",
40+
"eslint": "^9.13.0",
4141
"postcss-html": "^1.7.0",
4242
"postcss-scss": "^4.0.9",
43-
"sass": "^1.79.4",
44-
"stylelint": "^16.9.0",
43+
"sass": "^1.80.4",
44+
"stylelint": "^16.10.0",
4545
"stylelint-config-recess-order": "^5.1.1",
4646
"stylelint-config-standard-scss": "^13.1.0",
4747
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
4848
"stylelint-order": "^6.0.4",
4949
"stylelint-rem-over-px": "^1.0.1",
5050
"type-fest": "^4.26.1",
51-
"typescript": "^5.5.4",
51+
"typescript": "^5.6.3",
5252
"vue-router": "^4.4.5",
53-
"vue-tsc": "^2.1.6",
54-
"workbox-core": "^7.1.0",
55-
"workbox-precaching": "^7.1.0",
56-
"workbox-routing": "^7.1.0",
57-
"workbox-strategies": "^7.1.0"
53+
"vue-tsc": "^2.1.8",
54+
"workbox-core": "^7.3.0",
55+
"workbox-precaching": "^7.3.0",
56+
"workbox-routing": "^7.3.0",
57+
"workbox-strategies": "^7.3.0"
5858
}
5959
}

0 commit comments

Comments
 (0)