Skip to content

Commit 61de38c

Browse files
committed
feat: update stylelint to v16.8.x
1 parent 5d0c69f commit 61de38c

File tree

2 files changed

+932
-816
lines changed

2 files changed

+932
-816
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stylelint-define-config",
33
"type": "module",
44
"version": "1.5.0",
5-
"packageManager": "pnpm@9.1.2",
5+
"packageManager": "pnpm@9.7.1",
66
"description": "Provide a defineConfig function for stylelint.config.js files",
77
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
88
"license": "MIT",
@@ -59,13 +59,13 @@
5959
"csstype": "^3.1.3"
6060
},
6161
"devDependencies": {
62-
"@pengzhanbo/eslint-config": "^1.10.0",
63-
"@types/node": "^20.12.12",
64-
"bumpp": "^9.4.1",
62+
"@pengzhanbo/eslint-config": "^1.12.0",
63+
"@types/node": "^20.16.0",
64+
"bumpp": "^9.5.1",
6565
"conventional-changelog-cli": "^5.0.0",
66-
"eslint": "^9.3.0",
67-
"stylelint": "^16.6.0",
68-
"tsup": "^8.0.2",
69-
"typescript": "^5.4.5"
66+
"eslint": "^9.9.0",
67+
"stylelint": "^16.8.2",
68+
"tsup": "^8.2.4",
69+
"typescript": "^5.5.4"
7070
}
7171
}

0 commit comments

Comments
 (0)