Skip to content

Commit 90db89f

Browse files
build(deps): update typescript-eslint monorepo to v6
1 parent 70b136c commit 90db89f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"homepage": "https://github.com/hashaio/serverless-typescript#readme",
2626
"devDependencies": {
2727
"@hashaio/schema-plugin": "workspace:^3.21.0",
28-
"@typescript-eslint/eslint-plugin": "5.32.0",
29-
"@typescript-eslint/parser": "5.32.0",
28+
"@typescript-eslint/eslint-plugin": "6.16.0",
29+
"@typescript-eslint/parser": "6.16.0",
3030
"ajv": "8.11.0",
3131
"eslint": "8.21.0",
3232
"eslint-config-prettier": "8.5.0",

packages/azure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@hashaio/schema-plugin": "workspace:^3.21.0",
28-
"@typescript-eslint/eslint-plugin": "5.32.0",
29-
"@typescript-eslint/parser": "5.32.0",
28+
"@typescript-eslint/eslint-plugin": "6.16.0",
29+
"@typescript-eslint/parser": "6.16.0",
3030
"ajv": "8.11.0",
3131
"eslint": "8.21.0",
3232
"eslint-config-prettier": "8.5.0",

packages/eslint-config-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "^5.27.0",
8-
"@typescript-eslint/parser": "^5.27.0",
7+
"@typescript-eslint/eslint-plugin": "^6.0.0",
8+
"@typescript-eslint/parser": "^6.0.0",
99
"eslint": "^8.14.0",
1010
"eslint-config-prettier": "^8.5.0",
1111
"eslint-plugin-jest": "^26.5.1",

packages/google/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"@hashaio/schema-plugin": "workspace:^3.21.0",
29-
"@typescript-eslint/eslint-plugin": "5.32.0",
30-
"@typescript-eslint/parser": "5.32.0",
29+
"@typescript-eslint/eslint-plugin": "6.16.0",
30+
"@typescript-eslint/parser": "6.16.0",
3131
"ajv": "8.11.0",
3232
"eslint": "8.21.0",
3333
"eslint-config-prettier": "8.5.0",

0 commit comments

Comments
 (0)