Skip to content

Commit 0ab1ac4

Browse files
committed
feat: update stylelint to 16.10.0
1 parent c975bf4 commit 0ab1ac4

File tree

2 files changed

+1217
-734
lines changed

2 files changed

+1217
-734
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stylelint-define-config",
33
"type": "module",
44
"version": "1.6.0",
5-
"packageManager": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.12.3",
66
"description": "Provide a defineConfig function for stylelint.config.js files",
77
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo)",
88
"license": "MIT",
@@ -48,7 +48,7 @@
4848
"scripts": {
4949
"build": "tsup-node",
5050
"lint": "eslint .",
51-
"prepublishOnly": "npm run build",
51+
"prepublishOnly": "pnpm run build",
5252
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
5353
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
5454
},
@@ -59,13 +59,13 @@
5959
"csstype": "^3.1.3"
6060
},
6161
"devDependencies": {
62-
"@pengzhanbo/eslint-config": "^1.15.0",
63-
"@types/node": "^22.5.4",
64-
"bumpp": "^9.5.2",
62+
"@pengzhanbo/eslint-config": "^1.18.2",
63+
"@types/node": "^22.8.2",
64+
"bumpp": "^9.8.0",
6565
"conventional-changelog-cli": "^5.0.0",
66-
"eslint": "^9.9.1",
67-
"stylelint": "^16.9.0",
68-
"tsup": "^8.2.4",
69-
"typescript": "^5.5.4"
66+
"eslint": "^9.13.0",
67+
"stylelint": "^16.10.0",
68+
"tsup": "^8.3.5",
69+
"typescript": "^5.6.3"
7070
}
7171
}

0 commit comments

Comments
 (0)