v7.0.0-alpha.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "7.0.0-alpha.10",
|
||||
"version": "7.0.0-alpha.11",
|
||||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
|
||||
"license": "MIT",
|
||||
@@ -9,11 +9,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-function-name": "7.0.0-alpha.10",
|
||||
"babel-helper-function-name": "7.0.0-alpha.11",
|
||||
"babel-plugin-syntax-class-properties": "7.0.0-alpha.9",
|
||||
"babel-template": "7.0.0-alpha.10"
|
||||
"babel-template": "7.0.0-alpha.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.10"
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user