This commit is contained in:
Nicolò Ribaudo
2019-01-21 22:22:39 +01:00
parent e8de6fa5d4
commit f6ee26c3da
20 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.2.0",
"version": "7.3.0",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
"license": "MIT",
@@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.0.0",
"@babel/helper-builder-react-jsx": "^7.3.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.2.0"
},