Skip to content

Commit fa2758c

Browse files
committed
chore: update dependencies
1 parent 4343072 commit fa2758c

File tree

2 files changed

+993
-1065
lines changed

2 files changed

+993
-1065
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,40 @@
1717
"lint:all": "npm run lint:ts && npm run lint:js && npm run lint:css"
1818
},
1919
"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",
2222
"@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",
2525
"dayjs": "^1.11.13",
2626
"http-status-codes": "^2.3.0",
27-
"semver": "^7.7.0",
27+
"semver": "^7.7.1",
2828
"sortablejs": "^1.15.6",
29-
"vite": "^6.0.11",
29+
"vite": "^6.1.0",
3030
"vite-plugin-pwa": "^0.21.1",
3131
"vue": "^3.5.13",
3232
"vue-dompurify-html": "^5.2.0"
3333
},
3434
"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",
3939
"@types/semver": "^7.5.8",
40-
"eslint": "^9.19.0",
40+
"eslint": "^9.20.1",
4141
"postcss-html": "^1.8.0",
4242
"postcss-scss": "^4.0.9",
43-
"sass": "^1.83.4",
43+
"sass": "^1.85.0",
4444
"stylelint": "^16.14.1",
4545
"stylelint-config-recess-order": "^6.0.0",
4646
"stylelint-config-standard-scss": "^14.0.0",
4747
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
4848
"stylelint-order": "^6.0.4",
4949
"stylelint-rem-over-px": "^1.0.2",
50-
"type-fest": "^4.33.0",
50+
"type-fest": "^4.35.0",
5151
"typescript": "^5.7.3",
5252
"vue-router": "^4.5.0",
53-
"vue-tsc": "^2.2.0",
53+
"vue-tsc": "^2.2.2",
5454
"workbox-core": "^7.3.0",
5555
"workbox-precaching": "^7.3.0",
5656
"workbox-routing": "^7.3.0",

0 commit comments

Comments
 (0)