Skip to content

Commit 500e1be

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent ced4095 commit 500e1be

File tree

8 files changed

+388
-68
lines changed

8 files changed

+388
-68
lines changed

package-lock.json

+374-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/booster-pack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@babel/preset-typescript": "7.22.5",
99
"@types/aws-lambda": "8.10.119",
1010
"@types/jest": "29.5.3",
11-
"@typescript-eslint/eslint-plugin": "5.62.0",
12-
"@typescript-eslint/parser": "5.62.0",
11+
"@typescript-eslint/eslint-plugin": "6.2.1",
12+
"@typescript-eslint/parser": "6.2.1",
1313
"aws-sdk-client-mock": "2.2.0",
1414
"eslint": "8.46.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.22.5",
2929
"@types/aws-lambda": "8.10.119",
3030
"@types/jest": "29.5.3",
31-
"@typescript-eslint/eslint-plugin": "5.62.0",
32-
"@typescript-eslint/parser": "5.62.0",
31+
"@typescript-eslint/eslint-plugin": "6.2.1",
32+
"@typescript-eslint/parser": "6.2.1",
3333
"aws-sdk-client-mock": "2.2.0",
3434
"copy-webpack-plugin": "11.0.0",
3535
"eslint": "8.46.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.3",
3232
"@types/natural": "5.1.2",
3333
"@types/node": "18.17.2",
34-
"@typescript-eslint/eslint-plugin": "5.62.0",
35-
"@typescript-eslint/parser": "5.62.0",
34+
"@typescript-eslint/eslint-plugin": "6.2.1",
35+
"@typescript-eslint/parser": "6.2.1",
3636
"eslint": "8.46.0",
3737
"eslint-config-prettier": "8.10.0",
3838
"eslint-plugin-import": "2.28.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.22.5",
3232
"@types/aws-lambda": "8.10.119",
3333
"@types/jest": "29.5.3",
34-
"@typescript-eslint/eslint-plugin": "5.62.0",
35-
"@typescript-eslint/parser": "5.62.0",
34+
"@typescript-eslint/eslint-plugin": "6.2.1",
35+
"@typescript-eslint/parser": "6.2.1",
3636
"eslint": "8.46.0",
3737
"eslint-config-prettier": "8.10.0",
3838
"eslint-plugin-import": "2.28.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.22.5",
2424
"@types/aws-lambda": "8.10.119",
2525
"@types/jest": "29.5.3",
26-
"@typescript-eslint/eslint-plugin": "5.62.0",
27-
"@typescript-eslint/parser": "5.62.0",
26+
"@typescript-eslint/eslint-plugin": "6.2.1",
27+
"@typescript-eslint/parser": "6.2.1",
2828
"copy-webpack-plugin": "11.0.0",
2929
"eslint": "8.46.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.22.5",
3030
"@types/aws-lambda": "8.10.119",
3131
"@types/jest": "29.5.3",
32-
"@typescript-eslint/eslint-plugin": "5.62.0",
33-
"@typescript-eslint/parser": "5.62.0",
32+
"@typescript-eslint/eslint-plugin": "6.2.1",
33+
"@typescript-eslint/parser": "6.2.1",
3434
"aws-sdk-client-mock": "2.2.0",
3535
"eslint": "8.46.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.119",
3131
"@types/jest": "29.5.3",
3232
"@types/node": "18.17.2",
33-
"@typescript-eslint/eslint-plugin": "5.62.0",
34-
"@typescript-eslint/parser": "5.62.0",
33+
"@typescript-eslint/eslint-plugin": "6.2.1",
34+
"@typescript-eslint/parser": "6.2.1",
3535
"aws-sdk-client-mock": "2.2.0",
3636
"eslint": "8.46.0",
3737
"eslint-config-prettier": "8.10.0",

0 commit comments

Comments
 (0)