v6.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-decorators",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile class and object decorators to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@@ -9,11 +9,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-types": "^5.10.32",
|
||||
"babel-helper-define-map": "^5.0.0",
|
||||
"babel-plugin-syntax-decorators": "^5.10.32",
|
||||
"babel-helper-explode-class": "^5.0.0",
|
||||
"babel-template": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-define-map": "^6.0.0",
|
||||
"babel-plugin-syntax-decorators": "^6.0.0",
|
||||
"babel-helper-explode-class": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user