Skip to content

Commit 2348b88

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent fabb0eb commit 2348b88

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

packages/booster-pack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@babel/preset-typescript": "7.23.2",
99
"@types/aws-lambda": "8.10.136",
1010
"@types/jest": "29.5.6",
11-
"@typescript-eslint/eslint-plugin": "5.62.0",
12-
"@typescript-eslint/parser": "5.62.0",
11+
"@typescript-eslint/eslint-plugin": "7.2.0",
12+
"@typescript-eslint/parser": "7.2.0",
1313
"aws-sdk-client-mock": "2.2.0",
1414
"eslint": "8.52.0",
1515
"eslint-config-prettier": "8.10.0",

packages/generate-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@babel/preset-typescript": "7.23.2",
2929
"@types/aws-lambda": "8.10.136",
3030
"@types/jest": "29.5.6",
31-
"@typescript-eslint/eslint-plugin": "5.62.0",
32-
"@typescript-eslint/parser": "5.62.0",
31+
"@typescript-eslint/eslint-plugin": "7.2.0",
32+
"@typescript-eslint/parser": "7.2.0",
3333
"aws-sdk-client-mock": "2.2.0",
3434
"copy-webpack-plugin": "11.0.0",
3535
"eslint": "8.52.0",

packages/generate-data/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/jest": "29.5.6",
3232
"@types/natural": "5.1.4",
3333
"@types/node": "18.18.7",
34-
"@typescript-eslint/eslint-plugin": "5.62.0",
35-
"@typescript-eslint/parser": "5.62.0",
34+
"@typescript-eslint/eslint-plugin": "7.2.0",
35+
"@typescript-eslint/parser": "7.2.0",
3636
"eslint": "8.52.0",
3737
"eslint-config-prettier": "8.10.0",
3838
"eslint-plugin-import": "2.29.0",

packages/generate-text/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/preset-typescript": "7.23.2",
3232
"@types/aws-lambda": "8.10.136",
3333
"@types/jest": "29.5.6",
34-
"@typescript-eslint/eslint-plugin": "5.62.0",
35-
"@typescript-eslint/parser": "5.62.0",
34+
"@typescript-eslint/eslint-plugin": "7.2.0",
35+
"@typescript-eslint/parser": "7.2.0",
3636
"eslint": "8.52.0",
3737
"eslint-config-prettier": "8.10.0",
3838
"eslint-plugin-import": "2.29.0",

packages/generate-title/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@babel/preset-typescript": "7.23.2",
2424
"@types/aws-lambda": "8.10.136",
2525
"@types/jest": "29.5.6",
26-
"@typescript-eslint/eslint-plugin": "5.62.0",
27-
"@typescript-eslint/parser": "5.62.0",
26+
"@typescript-eslint/eslint-plugin": "7.2.0",
27+
"@typescript-eslint/parser": "7.2.0",
2828
"copy-webpack-plugin": "11.0.0",
2929
"eslint": "8.52.0",
3030
"eslint-config-prettier": "8.10.0",

packages/randomise-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@babel/preset-typescript": "7.23.2",
3030
"@types/aws-lambda": "8.10.136",
3131
"@types/jest": "29.5.6",
32-
"@typescript-eslint/eslint-plugin": "5.62.0",
33-
"@typescript-eslint/parser": "5.62.0",
32+
"@typescript-eslint/eslint-plugin": "7.2.0",
33+
"@typescript-eslint/parser": "7.2.0",
3434
"aws-sdk-client-mock": "2.2.0",
3535
"eslint": "8.52.0",
3636
"eslint-config-prettier": "8.10.0",

packages/upload-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/aws-lambda": "8.10.136",
3131
"@types/jest": "29.5.6",
3232
"@types/node": "18.18.7",
33-
"@typescript-eslint/eslint-plugin": "5.62.0",
34-
"@typescript-eslint/parser": "5.62.0",
33+
"@typescript-eslint/eslint-plugin": "7.2.0",
34+
"@typescript-eslint/parser": "7.2.0",
3535
"aws-sdk-client-mock": "2.2.0",
3636
"eslint": "8.52.0",
3737
"eslint-config-prettier": "8.10.0",

0 commit comments

Comments
 (0)