Skip to content

Commit d55246e

Browse files
renovate[bot]amilajack
authored andcommitted
Update dependency eslint-plugin-flowtype-errors to ^4.1.0 (#2)
1 parent 8c89b54 commit d55246e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"devDependencies": {
18-
"eslint-plugin-flowtype-errors": "^4.0.0",
18+
"eslint-plugin-flowtype-errors": "^4.1.0",
1919
"flow-bin": "^0.114.0"
2020
}
2121
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
esutils "^2.0.2"
1919
js-tokens "^4.0.0"
2020

21-
"@babel/runtime@^7.0.0":
22-
version "7.4.2"
23-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.2.tgz#f5ab6897320f16decd855eed70b705908a313fe8"
24-
integrity sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA==
21+
"@babel/runtime@^7.4.2":
22+
version "7.7.7"
23+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.7.tgz#194769ca8d6d7790ec23605af9ee3e42a0aa79cf"
24+
integrity sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==
2525
dependencies:
2626
regenerator-runtime "^0.13.2"
2727

@@ -187,12 +187,12 @@ escape-string-regexp@^1.0.5:
187187
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
188188
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
189189

190-
eslint-plugin-flowtype-errors@^4.0.0:
191-
version "4.0.0"
192-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype-errors/-/eslint-plugin-flowtype-errors-4.0.0.tgz#0802e1dadcb22af214dd9020f84bd7af1caa0b50"
193-
integrity sha512-VSNkdkBOkHzoN+8BrVSc6c3psOVw4UPuFiCYpqhQ10rrieOuX2FscqQJ8ba0185asKCx0Of0qQ4MR9RqILfHvw==
190+
eslint-plugin-flowtype-errors@^4.1.0:
191+
version "4.1.0"
192+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype-errors/-/eslint-plugin-flowtype-errors-4.1.0.tgz#6edb0837001f70001ceeb33f0541bd2b8eb8e6c8"
193+
integrity sha512-79Hy4ITWwXF7J8/N7jZG6PN6O+kL8oUCZgQaPf4eT8UvSI0x10WACEDzfxJgG1qW3/FN/lT6U1e7K/7fpIWPKw==
194194
dependencies:
195-
"@babel/runtime" "^7.0.0"
195+
"@babel/runtime" "^7.4.2"
196196
find-up "^3.0.0"
197197
slash "^2.0.0"
198198

0 commit comments

Comments
 (0)