This commit is contained in:
Henry Zhu
2016-08-04 19:34:51 -04:00
parent a4e2856a2e
commit 6ab3e35075
23 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.8.0",
"version": "6.13.0",
"description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.8.0",
"babel-types": "^6.13.0",
"babel-helper-define-map": "^6.8.0",
"babel-plugin-syntax-decorators": "^6.8.0",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-helper-explode-class": "^6.8.0",
"babel-template": "^6.8.0",
"babel-runtime": "^6.0.0"