Skip to content

Commit

Permalink
chore: update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent a976fd6 commit 1dd9de2
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 366 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@commitlint/config-lerna-scopes": "^19.0.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "9.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/spindle-syntax-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"csso-cli": "^4.0.0",
"firebase-tools": "^13.0.0",
"puppeteer": "^23.0.0",
"stylelint": "^15.0.0",
"stylelint-config-standard": "^34.0.0"
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/spindle-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lodash.setwith": "^4.3.2",
"make-dir": "^4.0.0",
"style-dictionary": "^3.0.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0",
"ts-jest": "29.2.5"
}
}
8 changes: 4 additions & 4 deletions packages/spindle-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
"reg-publish-gcs-plugin": "^0.14.0",
"reg-suit": "^0.14.0",
"scaffdog": "^4.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"stylelint-config-prettier": "^9.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.0",
"stylelint-prettier": "^4.0.0",
"stylelint-selector-bem-pattern": "^3.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-selector-bem-pattern": "^4.0.0",
"ts-jest": "29.2.5",
"webpack": "^5.73.0"
}
Expand Down
Loading

0 comments on commit 1dd9de2

Please sign in to comment.