Skip to content

Commit 1425346

Browse files
feat: more tweaks
1 parent 5e76460 commit 1425346

File tree

4 files changed

+231
-220
lines changed

4 files changed

+231
-220
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@clack/prompts": "^0.7.0",
5252
"eslint-flat-config-utils": "^0.2.5",
5353
"eslint-merge-processors": "^0.1.0",
54-
"globals": "^15.6.0",
54+
"globals": "^15.8.0",
5555
"local-pkg": "^0.5.0"
5656
},
5757
"devDependencies": {
@@ -62,18 +62,18 @@
6262
"@semantic-release/changelog": "6.0.3",
6363
"@semantic-release/commit-analyzer": "13.0.0",
6464
"@semantic-release/git": "10.0.1",
65-
"@semantic-release/github": "10.0.6",
65+
"@semantic-release/github": "10.0.7",
6666
"@semantic-release/npm": "12.0.1",
6767
"@semantic-release/release-notes-generator": "14.0.1",
6868
"@stylistic/eslint-plugin": "2.3.0",
6969
"@stylistic/eslint-plugin-migrate": "2.3.0",
7070
"@types/node": "20.14.9",
71-
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.34",
72-
"@typescript-eslint/parser": "8.0.0-alpha.34",
73-
"@typescript-eslint/utils": "8.0.0-alpha.34",
71+
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.39",
72+
"@typescript-eslint/parser": "8.0.0-alpha.39",
73+
"@typescript-eslint/utils": "8.0.0-alpha.39",
7474
"@unocss/eslint-plugin": "0.61.0",
7575
"commitizen": "4.3.0",
76-
"cspell": "8.9.1",
76+
"cspell": "8.10.1",
7777
"cz-conventional-changelog": "3.3.0",
7878
"deassert": "1.0.2",
7979
"eslint": "9.6.0",
@@ -82,28 +82,28 @@
8282
"eslint-plugin-eslint-comments": "3.2.0",
8383
"eslint-plugin-format": "0.1.2",
8484
"eslint-plugin-functional": "7.0.0-alpha.9",
85-
"eslint-plugin-import-x": "0.5.2",
86-
"eslint-plugin-jsdoc": "48.5.0",
85+
"eslint-plugin-import-x": "0.5.3",
86+
"eslint-plugin-jsdoc": "48.5.2",
8787
"eslint-plugin-jsonc": "2.16.0",
8888
"eslint-plugin-markdown": "5.0.0",
8989
"eslint-plugin-n": "17.9.0",
9090
"eslint-plugin-no-only-tests": "3.1.0",
9191
"eslint-plugin-optimize-regex": "1.2.1",
9292
"eslint-plugin-prettier": "5.1.3",
93-
"eslint-plugin-promise": "6.2.0",
93+
"eslint-plugin-promise": "6.4.0",
9494
"eslint-plugin-regexp": "2.6.0",
9595
"eslint-plugin-sonarjs": "1.0.3",
9696
"eslint-plugin-toml": "0.11.1",
9797
"eslint-plugin-unicorn": "54.0.0",
9898
"eslint-plugin-vitest": "0.5.4",
99-
"eslint-plugin-vue": "9.26.0",
99+
"eslint-plugin-vue": "9.27.0",
100100
"eslint-plugin-yml": "1.14.0",
101101
"eslint-processor-vue-blocks": "0.1.2",
102102
"eslint-typegen": "0.2.4",
103103
"husky": "9.0.11",
104104
"jiti": "1.21.6",
105105
"jsonc-eslint-parser": "2.4.0",
106-
"knip": "5.23.2",
106+
"knip": "5.24.1",
107107
"lint-staged": "15.2.7",
108108
"markdownlint": "0.34.0",
109109
"markdownlint-cli": "0.41.0",
@@ -115,7 +115,7 @@
115115
"semantic-release": "24.0.0",
116116
"toml-eslint-parser": "0.10.0",
117117
"tsc-files": "1.1.4",
118-
"tsx": "4.16.0",
118+
"tsx": "4.16.2",
119119
"typescript": "5.4.5",
120120
"vue-eslint-parser": "9.4.3",
121121
"yaml-eslint-parser": "1.2.3"

0 commit comments

Comments
 (0)