Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent bcc3d5f commit 61ba1a8
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 82 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/eslint-parser": "7.25.7",
"@babel/eslint-plugin": "7.25.7",
"@babel/plugin-proposal-decorators": "7.25.7",
"eslint": "8.57.1",
"eslint": "9.12.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-filenames": "latest",
"eslint-plugin-react": "latest",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-img-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@babel/preset-env": "7.25.7",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint": "9.12.0",
"hast-util-to-html": "9.0.3",
"jest": "29.7.0",
"rehype": "11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@babel/preset-env": "7.25.7",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint": "9.12.0",
"hast-util-to-html": "9.0.3",
"jest": "29.7.0",
"rehype": "11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-source-jenkinsplugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/preset-env": "7.25.7",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint": "9.12.0",
"jest": "29.7.0",
"nock": "13.5.5"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"babel-jest": "29.7.0",
"babel-preset-gatsby": "3.13.2",
"dotenv": "16.4.5",
"eslint": "8.57.1",
"eslint": "9.12.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
Expand Down
Loading

0 comments on commit 61ba1a8

Please sign in to comment.