Skip to content

Commit

Permalink
Update @guardian/eslint-* dependencies to v5.46.1 (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joe Cowton <joe.cowton@guardian.co.uk>
  • Loading branch information
renovate[bot] and joecowton1 committed Feb 2, 2023
1 parent 9da4490 commit ccadf51
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 111 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## New contributor guide

To get an overview of the project, read the [README](README.md).

To contribute to Source see [/docs/source/contributing.md](/docs/source/contributing.md)
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"dependencies": {
"@guardian/eslint-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"typescript": "4.2.2"
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/eslint-plugin-source-foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "9.0.3",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-foundations` package.",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"eslint-plugin-import": "2.26.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "11.0.3",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-react-components` package.",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0"
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1"
},
"devDependencies": {
"@emotion/react": "11.0.0",
Expand Down

0 comments on commit ccadf51

Please sign in to comment.