Skip to content

Commit

Permalink
fix(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 9660561 commit 17f7983
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 342 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint": "9.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand All @@ -37,7 +37,7 @@
"husky": "8.0.3",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0"
"stylelint": "16.6.0",
"stylelint-config-standard": "36.0.0"
}
}
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.6.0",
"typescript": "5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 17f7983

Please sign in to comment.