Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v6.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 90753b5 commit bbc1d5f
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 135 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.10.6",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
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.10.6",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
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.10.6",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
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 @@ -11,8 +11,8 @@
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-import-resolver-typescript": "3.6.1",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.17.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions infra/packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@infra/typescript-config": "workspace:*",
"@infra/eslint-config": "workspace:*",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
142 changes: 71 additions & 71 deletions infra/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/packages/eslint-config-signalco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "module",
"sideEffects": false,
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint-config-next": "14.0.4",
"eslint-config-turbo": "1.11.2",
"eslint-plugin-import": "2.29.1",
Expand Down
104 changes: 52 additions & 52 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbc1d5f

Please sign in to comment.