Skip to content

Commit f087ff8

Browse files
feat: more tweaks
1 parent 3108f62 commit f087ff8

File tree

3 files changed

+502
-451
lines changed

3 files changed

+502
-451
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
"@semantic-release/github": "10.1.3",
6666
"@semantic-release/npm": "12.0.1",
6767
"@semantic-release/release-notes-generator": "14.0.1",
68-
"@stylistic/eslint-plugin": "2.4.0",
69-
"@stylistic/eslint-plugin-migrate": "2.4.0",
70-
"@types/node": "22.0.0",
71-
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.55",
72-
"@typescript-eslint/parser": "8.0.0-alpha.55",
73-
"@typescript-eslint/utils": "8.0.0-alpha.55",
74-
"@unocss/eslint-plugin": "0.61.6",
68+
"@stylistic/eslint-plugin": "2.6.0",
69+
"@stylistic/eslint-plugin-migrate": "2.6.0",
70+
"@types/node": "22.0.2",
71+
"@typescript-eslint/eslint-plugin": "8.0.0",
72+
"@typescript-eslint/parser": "8.0.0",
73+
"@typescript-eslint/utils": "8.0.0",
74+
"@unocss/eslint-plugin": "0.61.9",
7575
"commitizen": "4.3.0",
76-
"cspell": "8.12.1",
76+
"cspell": "8.13.0",
7777
"cz-conventional-changelog": "3.3.0",
7878
"deassert": "1.0.2",
7979
"eslint": "9.8.0",
@@ -83,7 +83,7 @@
8383
"eslint-plugin-format": "0.1.2",
8484
"eslint-plugin-functional": "7.0.0-alpha.10",
8585
"eslint-plugin-import-x": "3.1.0",
86-
"eslint-plugin-jsdoc": "48.8.3",
86+
"eslint-plugin-jsdoc": "48.10.2",
8787
"eslint-plugin-jsonc": "2.16.0",
8888
"eslint-plugin-markdown": "5.1.0",
8989
"eslint-plugin-n": "17.10.1",
@@ -100,7 +100,7 @@
100100
"eslint-plugin-yml": "1.14.0",
101101
"eslint-processor-vue-blocks": "0.1.2",
102102
"eslint-typegen": "0.3.0",
103-
"husky": "9.1.3",
103+
"husky": "9.1.4",
104104
"jiti": "1.21.6",
105105
"jsonc-eslint-parser": "2.4.0",
106106
"knip": "5.27.0",
@@ -115,8 +115,8 @@
115115
"semantic-release": "24.0.0",
116116
"toml-eslint-parser": "0.10.0",
117117
"tsc-files": "1.1.4",
118-
"tsx": "4.16.2",
119-
"typescript": "5.4.5",
118+
"tsx": "4.16.3",
119+
"typescript": "5.5.4",
120120
"vue-eslint-parser": "9.4.3",
121121
"yaml-eslint-parser": "1.2.3"
122122
},
@@ -265,7 +265,7 @@
265265
"optional": true
266266
}
267267
},
268-
"packageManager": "pnpm@9.1.0",
268+
"packageManager": "pnpm@9.6.0",
269269
"engines": {
270270
"node": ">=20.0.0"
271271
}

0 commit comments

Comments
 (0)