diff --git a/package.json b/package.json index 49f65731fe..3943305d0b 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,13 @@ "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-regenerator": "^6.9.0", - "babel-plugin-transform-runtime": "^6.9.0" + "babel-plugin-transform-runtime": "^6.9.0", + "babel-template": "^6.9.0", + "babel-traverse": "^6.9.0", + "babel-types": "^6.9.1", + "lodash": "^4.13.1" }, "peerDependencies": { - "babel-runtime": "^6.9.0" + "babel-runtime": "^6.9.2" } }