This commit is contained in:
Nicolò Ribaudo
2020-03-20 16:32:55 +01:00
parent e39b508030
commit 8d5e422be2
40 changed files with 133 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-self",
"version": "7.8.3",
"version": "7.9.0",
"description": "Add a __self prop to all JSX Elements",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self",
"license": "MIT",
@@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}