Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #2850

Merged
merged 1 commit into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.