This commit is contained in:
Logan Smyth
2016-04-07 20:24:49 -07:00
parent 9cfb8cb172
commit 89ecbda25c
9 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx",
"version": "6.7.4",
"version": "6.7.5",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",
@@ -10,7 +10,7 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.6.5",
"babel-helper-builder-react-jsx": "^6.7.5",
"babel-plugin-syntax-jsx": "^6.3.13"
},
"devDependencies": {