Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2023
1 parent bc9578c commit 47ebf6e
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 112 deletions.
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/react-router-dom": "5.3.3",
"@types/react-window": "1.8.5",
"@types/webpack": "5.28.2",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@types/react": "18.2.21",
"@types/react-window": "1.8.5",
"@types/request-ip": "0.0.38",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"cross-env": "7.0.3",
"encoding": "0.1.13",
"eslint": "8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint-staged.base.js"
],
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@types/md5": "2.3.2",
"@types/react": "18.2.21",
"@types/react-window": "1.8.5",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@bypass/configs": "workspace:*",
"@firebase/app-types": "0.9.0",
"@types/request-ip": "0.0.38",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"dotenv": "16.3.1",
"eslint": "8.48.0",
"eslint-config-airbnb": "19.0.4",
Expand Down
Loading

0 comments on commit 47ebf6e

Please sign in to comment.