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] committed Jun 8, 2024
1 parent 119d2b2 commit 2e6121d
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 70 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.24.7",
"@babel/eslint-plugin": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
"eslint": "8.57.0",
"eslint": "9.4.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.24.7",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "9.4.0",
"hast-util-to-html": "9.0.1",
"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.24.7",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "9.4.0",
"hast-util-to-html": "9.0.1",
"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.24.7",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "9.4.0",
"jest": "29.7.0",
"nock": "13.5.4"
}
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 @@ -114,7 +114,7 @@
"babel-jest": "29.7.0",
"babel-preset-gatsby": "3.13.2",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint": "9.4.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
Expand Down
Loading

0 comments on commit 2e6121d

Please sign in to comment.