This commit is contained in:
Henry Zhu
2016-05-29 15:50:04 -04:00
parent d71072fe97
commit 77ac82b9f5
7 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-constant-elements",
"version": "6.8.0",
"version": "6.9.1",
"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",
@@ -9,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.0.0"
"babel-runtime": "^6.9.1"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"