Skip to content

Commit be6203c

Browse files
authored
Merge pull request #3 from nerdlabs/upgrade-dependencies
Upgrade dependencies Closes #2
2 parents 6fec9bc + c806d41 commit be6203c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
"react-docgen": "2.x || ^3.0.0-beta"
4444
},
4545
"dependencies": {
46-
"recast": "0.11.12"
46+
"recast": "0.12.6"
4747
},
4848
"devDependencies": {
49-
"ava": "0.16.0",
50-
"babel-cli": "6.14.0",
49+
"ava": "0.22.0",
50+
"babel-cli": "6.26.0",
5151
"babel-eslint": "6.1.2",
52-
"babel-plugin-syntax-flow": "6.13.0",
53-
"babel-plugin-transform-flow-strip-types": "6.14.0",
54-
"babel-plugin-transform-runtime": "6.15.0",
55-
"babel-preset-es2015": "6.14.0",
56-
"babel-preset-stage-1": "6.13.0",
52+
"babel-plugin-syntax-flow": "6.18.0",
53+
"babel-plugin-transform-flow-strip-types": "6.22.0",
54+
"babel-plugin-transform-runtime": "6.23.0",
55+
"babel-preset-es2015": "6.24.1",
56+
"babel-preset-stage-1": "6.24.1",
5757
"babel-register": "^6.14.0",
5858
"eslint": "3.4.0",
59-
"flow-bin": "0.32.0",
60-
"react-docgen": "2.10.0",
61-
"rimraf": "2.5.4"
59+
"flow-bin": "0.54.0",
60+
"react-docgen": "3.0.0-beta6",
61+
"rimraf": "2.6.1"
6262
}
6363
}

0 commit comments

Comments
 (0)