Skip to content

Commit

Permalink
[Deps] update babel-preset-env, `babel-plugin-transform-es2015-modu…
Browse files Browse the repository at this point in the history
…les-commonjs`, `object.assign`
  • Loading branch information
ljharb committed May 1, 2018
1 parent 5f6b84d commit ec3b6cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,17 +17,17 @@
"license": "Apache-2.0",
"dependencies": {
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"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-es5-property-mutators": "^6.24.1",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-jscript": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"object.assign": "^4.0.4"
"object.assign": "^4.1.0"
},
"devDependencies": {
"eslint": "^4.6.1",
Expand Down

0 comments on commit ec3b6cb

Please sign in to comment.