Skip to content

Commit

Permalink
Update deps (#3607)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored May 27, 2022
1 parent 69e1554 commit 9df43fa
Show file tree
Hide file tree
Showing 4 changed files with 4,532 additions and 5,188 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ rules:
simple-import-sort/exports: off # TODO

##############################################################################
# ESLint builtin rules list based on `v8.15.x`
# ESLint builtin rules list based on `v8.16.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -493,7 +493,7 @@ overrides:
tsdoc/syntax: error

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v5.22.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v5.26.x`
##########################################################################

# Supported Rules
Expand Down
3 changes: 2 additions & 1 deletion integrationTests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"graphql": "file:../graphql.tgz",
"typescript-4.4": "npm:[email protected]",
"typescript-4.5": "npm:[email protected]",
"typescript-4.6": "npm:[email protected]"
"typescript-4.6": "npm:[email protected]",
"typescript-4.7": "npm:[email protected]"
}
}
Loading

0 comments on commit 9df43fa

Please sign in to comment.