Skip to content

Commit

Permalink
Update deps (graphql#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored and yaacovCR committed Apr 11, 2021
1 parent 98a4511 commit 179daa4
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Expand Up @@ -504,7 +504,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.7.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.8.x`
##########################################################################

# Supported Rules
Expand Down
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -39,4 +39,4 @@ experimental.const_params=true
include_warnings=true

[version]
^0.137.0
^0.138.0
3 changes: 2 additions & 1 deletion integrationTests/ts/package.json
Expand Up @@ -19,6 +19,7 @@
"typescript-3.7": "npm:typescript@3.7.x",
"typescript-3.8": "npm:typescript@3.8.x",
"typescript-3.9": "npm:typescript@3.9.x",
"typescript-4.0": "npm:typescript@4.0.x"
"typescript-4.0": "npm:typescript@4.0.x",
"typescript-4.1": "npm:typescript@4.1.x"
}
}
196 changes: 114 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 179daa4

Please sign in to comment.