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 Sep 9, 2024
1 parent dbf1ff1 commit 4d3de13
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 75 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.1",
"@babel/eslint-plugin": "7.25.1",
"@babel/plugin-proposal-decorators": "7.24.7",
"eslint": "8.57.0",
"eslint": "9.10.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.4",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "9.10.0",
"hast-util-to-html": "9.0.2",
"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.4",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "9.10.0",
"hast-util-to-html": "9.0.2",
"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.4",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "9.10.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.0",
"eslint": "9.10.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",
Expand Down
Loading

0 comments on commit 4d3de13

Please sign in to comment.