Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent a135307 commit e97cf3d
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 356 deletions.
4 changes: 2 additions & 2 deletions packages/dev-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/testing-library__jest-dom": "5.14.9",
"@types/testing-library__react": "10.2.0",
"@types/testing-library__user-event": "4.2.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react-swc": "3.7.1",
"cross-env": "7.0.3",
"eslint": "8.57.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@microsoft/api-extractor": "7.47.11",
"@types/mocha": "10.0.9",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "7.32.0",
"eslint-plugin-tsdoc": "0.3.0",
"fast-check": "3.22.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/node": "14.18.63",
"@types/sinon-chai": "4.0.0",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"chai": "5.1.2",
"chai-as-promised": "8.0.0",
"chai-spies": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-hashgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@liquity/lib-hashgraph",
"type": "module",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@ethersproject/bignumber": "5.7.0",
"@types/react": "17.0.83",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "7.32.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mirror-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@liquity/mirror-node",
"type": "module",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
Expand Down
Loading

0 comments on commit e97cf3d

Please sign in to comment.