Skip to content

Commit 7ca7805

Browse files
author
Ethan Cohen
committed
Upgrade devDependencies and fix flow lint issue.
Fixes #217
1 parent 122d824 commit 7ca7805

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"coveralls": "^2.11.8",
4040
"eslint": "^3.12.2",
4141
"eslint-config-airbnb-base": "^11.0.0",
42-
"eslint-plugin-flowtype": "^2.29.2",
42+
"eslint-plugin-flowtype": "^2.32.1",
4343
"eslint-plugin-import": "^2.2.0",
4444
"expect": "^1.20.2",
45-
"flow-bin": "^0.44.0",
45+
"flow-bin": "^0.44.2",
4646
"jest": "^19.0.0",
4747
"jscodeshift": "^0.3.30",
4848
"minimist": "^1.2.0",

src/util/isInteractiveRole.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @flow
12
import {
23
roles as rolesMap,
34
} from 'aria-query';

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,9 +1546,9 @@ eslint-module-utils@^2.0.0:
15461546
debug "2.2.0"
15471547
pkg-dir "^1.0.0"
15481548

1549-
eslint-plugin-flowtype@^2.29.2:
1550-
version "2.30.4"
1551-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.30.4.tgz#771d6bb4578ab8598e9c58018fea2e1a22946249"
1549+
eslint-plugin-flowtype@^2.32.1:
1550+
version "2.32.1"
1551+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.32.1.tgz#bbee185dedf97e5f63ec975cdcddd199bd2a2501"
15521552
dependencies:
15531553
lodash "^4.15.0"
15541554

@@ -1783,9 +1783,9 @@ flat-cache@^1.2.1:
17831783
graceful-fs "^4.1.2"
17841784
write "^0.2.1"
17851785

1786-
flow-bin@^0.44.0:
1787-
version "0.44.0"
1788-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.44.0.tgz#b291f147e5dae1cc8a116f834f24d9402ed96a52"
1786+
flow-bin@^0.44.2:
1787+
version "0.44.2"
1788+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.44.2.tgz#3893c7db5de043ed82674f327a04b1309db208b5"
17891789

17901790
flow-parser@^0.*:
17911791
version "0.44.0"

0 commit comments

Comments
 (0)