Skip to content

Commit

Permalink
chore: stylelint 16 update
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed Apr 25, 2024
1 parent bee7576 commit ba8bb22
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 267 deletions.
14 changes: 7 additions & 7 deletions config/stylelint-config-ibm-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon$)/'"
},
"peerDependencies": {
"stylelint": "^15.11.0"
"stylelint": "*"
},
"devDependencies": {
"stylelint-config-carbon": "^1.17.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"stylelint-plugin-carbon-tokens": "^2.3.1",
"stylelint-use-logical": "^2.1.0"
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"stylelint-plugin-carbon-tokens": "^3.0.0-rc.0",
"stylelint-use-logical": "^2.1.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint": "^16.4.0",
"stylelint-config-ibm-products": "*",
"webpack": "^5.90.0"
},
Expand Down Expand Up @@ -209,7 +209,7 @@
]
},
"dependencies": {
"stylelint-plugin-carbon-tokens": "2.3.1"
"stylelint-plugin-carbon-tokens": "3.0.0-rc.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit ba8bb22

Please sign in to comment.