Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent 5191b9e commit 15bf7fa
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 168 deletions.
4 changes: 2 additions & 2 deletions infra/apps/cloud-primary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/doprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/remote-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/uier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
Expand Down
4 changes: 2 additions & 2 deletions infra/apps/workingparty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@infra/pulumi": "workspace:*",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
Expand Down
4 changes: 2 additions & 2 deletions infra/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-import-resolver-typescript": "3.6.3",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions infra/packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@infra/typescript-config": "workspace:*",
"@infra/eslint-config": "workspace:*",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
Expand Down
Loading

0 comments on commit 15bf7fa

Please sign in to comment.