Skip to content

Commit

Permalink
Bump stylelint versions (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyjh authored Mar 18, 2024
1 parent 731913a commit 6bd2d55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.0.0
nodejs 18.19.1
14 changes: 7 additions & 7 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ramseyinhouse/stylelint-config",
"version": "2.0.0",
"version": "3.0.0",
"author": "Ramsey Solutions",
"description": "Ramsey Solutions standard stylelint configuration.",
"homepage": "https://github.com/ramseyinhouse/frontend/packages/stylelint-config",
Expand All @@ -21,17 +21,17 @@
"stylelint-config"
],
"peerDependencies": {
"postcss": ">= 8.3.3",
"prettier": ">= 2.5.0",
"stylelint": ">= 14.3.0"
"postcss": ">= 8.4.36",
"prettier": ">= 3.2.5",
"stylelint": ">= 16.2.1"
},
"devDependencies": {
"jest": "^27.5.1"
"jest": "^29.7.0"
},
"dependencies": {
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^5.0.0"
"stylelint-config-sass-guidelines": "^11.1.0",
"stylelint-order": "^6.0.4"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6bd2d55

Please sign in to comment.