Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 953b62d commit d2fece1
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@types/react-dom": "18.2.14",
"@types/react-router-dom": "5.3.3",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"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 @@ -41,8 +41,8 @@
"@types/md5": "2.3.5",
"@types/react": "18.2.33",
"@types/request-ip": "0.0.41",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"cross-env": "7.0.3",
"encoding": "0.1.13",
"eslint": "8.54.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.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.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 @@ -28,8 +28,8 @@
"@emotion/react": "11.11.1",
"@types/md5": "2.3.5",
"@types/react": "18.2.33",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.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 @@ -24,8 +24,8 @@
"@bypass/configs": "workspace:*",
"@firebase/app-types": "0.9.0",
"@types/request-ip": "0.0.41",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"dotenv": "16.3.1",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
Expand Down
Loading

0 comments on commit d2fece1

Please sign in to comment.