Skip to content

Commit b138f97

Browse files
committed
feat: update stylelint to 16.11.0
1 parent fe45ded commit b138f97

File tree

2 files changed

+464
-435
lines changed

2 files changed

+464
-435
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": "1.7.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
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,13 +59,13 @@
5959
"csstype": "^3.1.3"
6060
},
6161
"devDependencies": {
62-
"@pengzhanbo/eslint-config": "^1.18.2",
63-
"@types/node": "^22.8.2",
64-
"bumpp": "^9.8.0",
62+
"@pengzhanbo/eslint-config": "^1.20.0",
63+
"@types/node": "^22.10.1",
64+
"bumpp": "^9.8.1",
6565
"conventional-changelog-cli": "^5.0.0",
66-
"eslint": "^9.13.0",
67-
"stylelint": "^16.10.0",
66+
"eslint": "^9.16.0",
67+
"stylelint": "^16.11.0",
6868
"tsup": "^8.3.5",
69-
"typescript": "^5.6.3"
69+
"typescript": "^5.7.2"
7070
}
7171
}

0 commit comments

Comments
 (0)