Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent ff1d111 commit 043790b
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 425 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.35.0",
"gatsby-plugin-postcss": "^6.13.1",
"husky": "8.0.3",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0"
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@dvcorg/gatsby-theme-iterative": "*",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"gatsby": "^5.13.3",
"gatsby-transformer-remark": "^6.13.1",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-iterative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"devDependencies": {
"@types/hast": "3.0.4",
"stylelint": "15.11.0",
"stylelint": "16.9.0",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 043790b

Please sign in to comment.