Skip to content

Commit

Permalink
[Deps] update babel-plugin-syntax-trailing-function-commas, `babel-…
Browse files Browse the repository at this point in the history
…plugin-transform-es2015-template-literals`, `babel-plugin-transform-es3-member-expression-literals`, `babel-plugin-transform-es3-property-literals`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-jscript`, `babel-plugin-transform-object-rest-spread`, `babel-preset-es2015`, `babel-preset-react`
  • Loading branch information
ljharb committed May 25, 2017
1 parent bd811d3 commit 3065a5c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -16,16 +16,16 @@
],
"license": "Apache-2.0",
"dependencies": {
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-jscript": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.22.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-jscript": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-without-strict": "^0.0.4",
"babel-preset-react": "^6.16.0"
"babel-preset-react": "^6.24.1"
},
"devDependencies": {
"eslint": "^3.19.0",
Expand Down

0 comments on commit 3065a5c

Please sign in to comment.