Skip to content

Commit 925753b

Browse files
committed
fix(property-groups): add border-block and border-inline properties
1 parent 7c4173b commit 925753b

File tree

3 files changed

+466
-433
lines changed

3 files changed

+466
-433
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perplex-digital/stylelint-config",
3-
"version": "8.0.5",
3+
"version": "8.0.6",
44
"description": "Order and Concentric-based property sorting for Stylelint.",
55
"keywords": [
66
"tailwind",
@@ -55,16 +55,16 @@
5555
"stylelint-use-logical-spec": "^5.0.1"
5656
},
5757
"devDependencies": {
58-
"@changesets/cli": "^2.29.6",
58+
"@changesets/cli": "^2.29.7",
5959
"@commitlint/cli": "^19.8.1",
6060
"@commitlint/config-conventional": "^19.8.1",
61-
"@zazen/changesets-changelog": "^2.0.3",
6261
"@nuxt/eslint-config": "^1.9.0",
63-
"eslint": "^9.34.0",
62+
"@zazen/changesets-changelog": "^2.0.3",
63+
"eslint": "^9.35.0",
6464
"husky": "^9.1.7",
65-
"lint-staged": "^16.1.5",
65+
"lint-staged": "^16.1.6",
6666
"prettier": "^3.6.2",
67-
"stylelint": "^16.23.1",
67+
"stylelint": "^16.24.0",
6868
"typescript": "^5.9.2"
6969
},
7070
"peerDependencies": {

0 commit comments

Comments
 (0)