Skip to content

Commit

Permalink
chore(deps): bump eslint and @types/eslint
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 8.42.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.42.0...v8.56.0)

Updates `@types/eslint` from 8.40.2 to 8.56.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/eslint"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lachlanjc committed Feb 7, 2024
1 parent 9d1bfeb commit dbb54d1
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 412 deletions.
2 changes: 1 addition & 1 deletion examples/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/lodash.merge": "^4.6.7",
"@types/react": "^18.2.12",
"babel-eslint": "^10",
"eslint": "^8.42.0",
"eslint": "^8.56.0",
"graphql": "^15",
"typescript": "^5"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@jest/types": "^29.5.0",
"@preconstruct/cli": "^2.7.0",
"@testing-library/react": "^14.0.0",
"@types/eslint": "8.40.2",
"@types/eslint": "8.56.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/react-dom": "^18.2.5",
Expand All @@ -98,7 +98,7 @@
"babel-preset-gatsby": "^3.10.0",
"cross-env": "^7.0.3",
"egzek": "^1.2.0",
"eslint": "^8.42.0",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"devDependencies": {
"@babel/register": "^7.22.5",
"babel-eslint": "^10",
"eslint": "^8.42.0",
"eslint": "^8.56.0",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion packages/gatsby-theme-style-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"babel-eslint": "^10",
"eslint": "^8.42.0",
"eslint": "^8.56.0",
"gatsby": "^5",
"react": "^18.1.0",
"react-dom": "^18",
Expand Down
Loading

0 comments on commit dbb54d1

Please sign in to comment.