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-constant-elements",
"version": "7.8.3",
"version": "7.9.0",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
@@ -18,7 +18,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"
}
}