Skip to content

Commit 9df43fa

Browse files
Update deps (#3607)
1 parent 69e1554 commit 9df43fa

File tree

4 files changed

+4532
-5188
lines changed

4 files changed

+4532
-5188
lines changed

.eslintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ rules:
179179
simple-import-sort/exports: off # TODO
180180

181181
##############################################################################
182-
# ESLint builtin rules list based on `v8.15.x`
182+
# ESLint builtin rules list based on `v8.16.x`
183183
##############################################################################
184184

185185
# Possible Errors
@@ -493,7 +493,7 @@ overrides:
493493
tsdoc/syntax: error
494494

495495
##########################################################################
496-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.22.x`
496+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.26.x`
497497
##########################################################################
498498

499499
# Supported Rules

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"graphql": "file:../graphql.tgz",
1010
"typescript-4.4": "npm:[email protected]",
1111
"typescript-4.5": "npm:[email protected]",
12-
"typescript-4.6": "npm:[email protected]"
12+
"typescript-4.6": "npm:[email protected]",
13+
"typescript-4.7": "npm:[email protected]"
1314
}
1415
}

0 commit comments

Comments
 (0)