Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent fd5869e commit 2972996
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 74 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"resolutions": {
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0"
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1"
},
"scripts": {
"build": "yarn workspaces foreach --interlaced --verbose --parallel --jobs 3 --exclude datagateway-common run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/react": "17.0.39",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"@testing-library/user-event": "14.5.2",
"@types/react-redux": "7.1.22",
"@types/redux-mock-store": "1.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"blob-polyfill": "7.0.20220408",
"cross-env": "7.0.3",
"cypress": "11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@testing-library/user-event": "14.5.2",
"@types/jsrsasign": "10.5.2",
"@types/lodash.chunk": "4.2.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"cross-env": "7.0.3",
"cypress": "11.2.0",
"cypress-failed-log": "2.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"@types/enzyme": "3.10.10",
"@types/react-redux": "7.1.22",
"@types/redux-mock-store": "1.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"cross-env": "7.0.3",
"cypress": "11.2.0",
Expand Down
Loading

0 comments on commit 2972996

Please sign in to comment.