Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 3373cc7 commit 897225d
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 160 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"lerna": "^7.4.2",
"prettier": "^3.1.1",
"semver": "^7.5.4",
"stylelint": "^15.11.0",
"stylelint": "^16.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"semver": "^7.5.4",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"stylelint": "^15.11.0",
"stylelint": "^16.0.2",
"stylelint-config-bod": "^5.14.0",
"stylelint-prettier": "^4.1.0",
"stylelint-webpack-plugin": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint": "stylelint README.md --config=index.js"
},
"peerDependencies": {
"stylelint": "^15.0.0"
"stylelint": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"postcss-html": "^1.5.0",
Expand All @@ -50,6 +50,6 @@
"stylelint-config-standard-scss": "^11.1.0"
},
"devDependencies": {
"stylelint": "^15.11.0"
"stylelint": "^16.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"peerDependencies": {
"prettier": "^3.0.0",
"stylelint": "^15.0.0"
"stylelint": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"stylelint-config-bod": "^5.14.0",
"stylelint-prettier": "^4.1.0"
},
"devDependencies": {
"prettier": "^3.1.1",
"stylelint": "^15.11.0"
"stylelint": "^16.0.2"
}
}
Loading

0 comments on commit 897225d

Please # to comment.