Skip to content

Commit 139d0f6

Browse files
Update deps (#2850)
1 parent 61c2b01 commit 139d0f6

File tree

5 files changed

+124
-91
lines changed

5 files changed

+124
-91
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ overrides:
504504
- plugin:import/typescript
505505
rules:
506506
##########################################################################
507-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.7.x`
507+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.8.x`
508508
##########################################################################
509509

510510
# Supported Rules

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ experimental.const_params=true
3939
include_warnings=true
4040

4141
[version]
42-
^0.137.0
42+
^0.138.0

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"typescript-3.7": "npm:typescript@3.7.x",
2020
"typescript-3.8": "npm:typescript@3.8.x",
2121
"typescript-3.9": "npm:typescript@3.9.x",
22-
"typescript-4.0": "npm:typescript@4.0.x"
22+
"typescript-4.0": "npm:typescript@4.0.x",
23+
"typescript-4.1": "npm:typescript@4.1.x"
2324
}
2425
}

package-lock.json

Lines changed: 114 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)