Skip to content

Commit bd2c417

Browse files
IvanGoncharovyaacovCR
authored andcommitted
Update deps (#3607)
1 parent 0dae7da commit bd2c417

4 files changed

Lines changed: 517 additions & 359 deletions

File tree

.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
@@ -495,7 +495,7 @@ overrides:
495495
tsdoc/syntax: error
496496

497497
##########################################################################
498-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.22.x`
498+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.26.x`
499499
##########################################################################
500500

501501
# 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:typescript@4.4.x",
1111
"typescript-4.5": "npm:typescript@4.5.x",
12-
"typescript-4.6": "npm:typescript@4.6.x"
12+
"typescript-4.6": "npm:typescript@4.6.x",
13+
"typescript-4.7": "npm:typescript@4.7.x"
1314
}
1415
}

0 commit comments

Comments
 (0)