Skip to content

Commit 9241f38

Browse files
committed
chore: update dependencies
1 parent 572a860 commit 9241f38

File tree

2 files changed

+344
-276
lines changed

2 files changed

+344
-276
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:all": "npm run lint:ts && npm run lint:js && npm run lint:css"
1919
},
2020
"dependencies": {
21-
"@octokit/core": "^7.0.2",
21+
"@octokit/core": "^7.0.3",
2222
"@tabler/icons-vue": "^3.34.0",
2323
"@vitejs/plugin-vue": "^6.0.0",
2424
"@vueuse/core": "^13.5.0",
@@ -27,24 +27,24 @@
2727
"http-status-codes": "^2.3.0",
2828
"semver": "^7.7.2",
2929
"sortablejs": "^1.15.6",
30-
"vite": "^7.0.2",
30+
"vite": "^7.0.5",
3131
"vite-plugin-pwa": "^1.0.1",
3232
"vue": "^3.5.17",
3333
"vue-dompurify-html": "^5.3.0"
3434
},
3535
"devDependencies": {
36-
"@antfu/eslint-config": "^4.16.2",
36+
"@antfu/eslint-config": "^4.17.0",
3737
"@octokit/types": "^14.1.0",
3838
"@stylistic/stylelint-plugin": "^3.1.3",
3939
"@total-typescript/ts-reset": "^0.6.1",
40-
"@types/node": "^24.0.10",
40+
"@types/node": "^24.0.15",
4141
"@types/semver": "^7.7.0",
42-
"eslint": "^9.30.1",
42+
"eslint": "^9.31.0",
4343
"mime-type": "^5.0.3",
4444
"postcss-html": "^1.8.0",
4545
"postcss-scss": "^4.0.9",
4646
"sass-embedded": "^1.89.2",
47-
"stylelint": "^16.21.1",
47+
"stylelint": "^16.22.0",
4848
"stylelint-config-recess-order": "^7.1.0",
4949
"stylelint-config-standard-scss": "^15.0.1",
5050
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
@@ -53,7 +53,7 @@
5353
"type-fest": "^4.41.0",
5454
"typescript": "^5.8.3",
5555
"vue-router": "^4.5.1",
56-
"vue-tsc": "^3.0.1",
56+
"vue-tsc": "^3.0.3",
5757
"workbox-build": "^7.3.0",
5858
"workbox-core": "^7.3.0",
5959
"workbox-precaching": "^7.3.0",

0 commit comments

Comments
 (0)