This commit is contained in:
Nicolò Ribaudo
2019-12-19 01:33:19 +01:00
parent 9be27bcfea
commit 12da0941c8
21 changed files with 55 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.7.4",
"version": "7.7.7",
"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.7.4",
"@babel/core": "^7.7.7",
"@babel/helper-plugin-test-runner": "^7.7.4"
}
}