Skip to content

Commit 888fde3

Browse files
committed
Updates deps and docs.
1 parent f9892ef commit 888fde3

File tree

4 files changed

+552
-187
lines changed

4 files changed

+552
-187
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
4040
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
4141

4242
[version]
43-
0.37.4
43+
0.38.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function visitor(element, instance, context) {
7979
}
8080
};
8181

82-
reactTreeWalker(tree, visitor);
82+
reactTreeWalker(app, visitor);
8383

8484
console.log(values); // [1, 2, 4, 5, 3];
8585
```

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@
4242
},
4343
"devDependencies": {
4444
"app-root-dir": "1.0.2",
45-
"babel-cli": "6.18.0",
46-
"babel-core": "6.21.0",
45+
"babel-cli": "6.22.2",
46+
"babel-core": "6.22.1",
4747
"babel-eslint": "7.1.1",
4848
"babel-jest": "18.0.0",
4949
"babel-loader": "6.2.10",
50-
"babel-polyfill": "6.20.0",
50+
"babel-polyfill": "6.22.0",
5151
"babel-preset-env": "1.1.8",
52-
"babel-preset-latest": "6.16.0",
53-
"babel-preset-react": "6.16.0",
54-
"babel-preset-stage-3": "6.17.0",
55-
"babel-register": "6.18.0",
52+
"babel-preset-latest": "6.22.0",
53+
"babel-preset-react": "6.22.0",
54+
"babel-preset-stage-3": "6.22.0",
55+
"babel-register": "6.22.0",
5656
"codecov": "1.0.1",
5757
"cross-env": "3.1.4",
58-
"enzyme": "2.7.0",
58+
"enzyme": "2.7.1",
5959
"enzyme-to-json": "1.4.5",
60-
"eslint": "3.13.1",
60+
"eslint": "3.14.0",
6161
"eslint-config-airbnb": "14.0.0",
6262
"eslint-plugin-flowtype": "2.30.0",
6363
"eslint-plugin-import": "2.2.0",
6464
"eslint-plugin-jsx-a11y": "3.0.2",
6565
"eslint-plugin-react": "6.9.0",
66-
"flow-bin": "0.37.4",
66+
"flow-bin": "0.38.0",
6767
"flow-coverage-report": "0.2.0",
6868
"flow-typed": "2.0.0",
6969
"ghooks": "2.0.0",

0 commit comments

Comments
 (0)