Skip to content

Commit 1e20498

Browse files
feat: more tweaks
1 parent ffb6603 commit 1e20498

File tree

2 files changed

+353
-345
lines changed

2 files changed

+353
-345
lines changed

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"typegen": "tsx scripts/typegen.ts"
4848
},
4949
"dependencies": {
50-
"@antfu/install-pkg": "0.3.3",
51-
"@clack/prompts": "0.7.0",
52-
"eslint-flat-config-utils": "0.2.5",
53-
"eslint-merge-processors": "0.1.0",
54-
"globals": "15.2.0",
55-
"local-pkg": "0.5.0"
50+
"@antfu/install-pkg": "^0.3.3",
51+
"@clack/prompts": "^0.7.0",
52+
"eslint-flat-config-utils": "^0.2.5",
53+
"eslint-merge-processors": "^0.1.0",
54+
"globals": "^15.3.0",
55+
"local-pkg": "^0.5.0"
5656
},
5757
"devDependencies": {
5858
"@commitlint/cli": "19.3.0",
@@ -62,18 +62,18 @@
6262
"@semantic-release/changelog": "6.0.3",
6363
"@semantic-release/commit-analyzer": "12.0.0",
6464
"@semantic-release/git": "10.0.1",
65-
"@semantic-release/github": "10.0.4",
65+
"@semantic-release/github": "10.0.5",
6666
"@semantic-release/npm": "12.0.1",
6767
"@semantic-release/release-notes-generator": "13.0.0",
6868
"@stylistic/eslint-plugin": "2.1.0",
6969
"@stylistic/eslint-plugin-migrate": "2.1.0",
7070
"@types/node": "20.12.12",
71-
"@typescript-eslint/eslint-plugin": "7.9.0",
72-
"@typescript-eslint/parser": "7.9.0",
73-
"@typescript-eslint/utils": "7.9.0",
74-
"@unocss/eslint-plugin": "0.60.2",
71+
"@typescript-eslint/eslint-plugin": "7.10.0",
72+
"@typescript-eslint/parser": "7.10.0",
73+
"@typescript-eslint/utils": "7.10.0",
74+
"@unocss/eslint-plugin": "0.60.3",
7575
"commitizen": "4.3.0",
76-
"cspell": "8.8.1",
76+
"cspell": "8.8.3",
7777
"cz-conventional-changelog": "3.3.0",
7878
"deassert": "1.0.2",
7979
"eslint": "9.3.0",
@@ -83,15 +83,15 @@
8383
"eslint-plugin-format": "0.1.1",
8484
"eslint-plugin-functional": "7.0.0-alpha.5",
8585
"eslint-plugin-import-x": "0.5.0",
86-
"eslint-plugin-jsdoc": "48.2.5",
87-
"eslint-plugin-jsonc": "2.15.1",
86+
"eslint-plugin-jsdoc": "48.2.6",
87+
"eslint-plugin-jsonc": "2.16.0",
8888
"eslint-plugin-markdown": "5.0.0",
8989
"eslint-plugin-n": "17.7.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",
9393
"eslint-plugin-promise": "6.1.1",
94-
"eslint-plugin-regexp": "2.5.0",
94+
"eslint-plugin-regexp": "2.6.0",
9595
"eslint-plugin-sonarjs": "1.0.3",
9696
"eslint-plugin-toml": "0.11.0",
9797
"eslint-plugin-unicorn": "53.0.0",
@@ -104,21 +104,21 @@
104104
"jiti": "1.21.0",
105105
"jsonc-eslint-parser": "2.4.0",
106106
"knip": "5.16.0",
107-
"lint-staged": "15.2.2",
107+
"lint-staged": "15.2.4",
108108
"markdownlint": "0.34.0",
109109
"markdownlint-cli": "0.40.0",
110110
"prettier": "3.2.5",
111111
"prettier-plugin-packagejson": "2.5.0",
112112
"rimraf": "5.0.7",
113-
"rollup": "4.17.2",
113+
"rollup": "4.18.0",
114114
"rollup-plugin-ts": "3.4.5",
115115
"semantic-release": "23.1.1",
116116
"toml-eslint-parser": "0.9.3",
117117
"tsc-files": "1.1.4",
118-
"tsx": "4.10.5",
118+
"tsx": "4.11.0",
119119
"typescript": "5.4.5",
120120
"vue-eslint-parser": "9.4.2",
121-
"yaml-eslint-parser": "1.2.2"
121+
"yaml-eslint-parser": "1.2.3"
122122
},
123123
"peerDependencies": {
124124
"@stylistic/eslint-plugin": "*",

0 commit comments

Comments
 (0)