Skip to content

Commit 830ad1b

Browse files
committed
feat: bump stylelint to 16.17.0
1 parent a73ff8c commit 830ad1b

File tree

2 files changed

+762
-638
lines changed

2 files changed

+762
-638
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stylelint-define-config",
33
"type": "module",
44
"version": "16.15.0",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.7.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.26.0",
63-
"@types/node": "^22.13.8",
64-
"bumpp": "^10.0.3",
62+
"@pengzhanbo/eslint-config": "^1.29.0",
63+
"@types/node": "^22.14.0",
64+
"bumpp": "^10.1.0",
6565
"conventional-changelog-cli": "^5.0.0",
66-
"eslint": "^9.21.0",
67-
"stylelint": "^16.15.0",
66+
"eslint": "^9.24.0",
67+
"stylelint": "^16.17.0",
6868
"tsup": "^8.4.0",
69-
"typescript": "^5.8.2"
69+
"typescript": "^5.8.3"
7070
},
7171
"pnpm": {
7272
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)