Skip to content

Commit 438e145

Browse files
committed
perf: update stylelint to 16.23.0
1 parent a0c0234 commit 438e145

File tree

2 files changed

+1530
-396
lines changed

2 files changed

+1530
-396
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stylelint-define-config",
33
"type": "module",
44
"version": "16.22.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.15.1",
66
"description": "Provide a defineConfig function for stylelint.config.js files",
77
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo)",
88
"license": "MIT",
@@ -59,14 +59,14 @@
5959
"csstype": "^3.1.3"
6060
},
6161
"devDependencies": {
62-
"@pengzhanbo/eslint-config": "^1.34.0",
63-
"@types/node": "^24.1.0",
62+
"@pengzhanbo/eslint-config": "^1.37.0",
63+
"@types/node": "^24.3.1",
6464
"bumpp": "^10.2.0",
6565
"conventional-changelog-cli": "^5.0.0",
66-
"eslint": "^9.31.0",
67-
"stylelint": "^16.22.0",
66+
"eslint": "^9.35.0",
67+
"stylelint": "^16.23.0",
6868
"tsup": "^8.5.0",
69-
"typescript": "^5.8.3"
69+
"typescript": "^5.9.2"
7070
},
7171
"pnpm": {
7272
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)