This commit is contained in:
Nicolò Ribaudo
2018-11-13 22:10:06 +01:00
parent efb71ea12b
commit 4e1d6e7ff4
10 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.0.0",
"version": "7.1.6",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
"license": "MIT",
@@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}