Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed Mar 24, 2019
1 parent 0d10ebc commit 87d6782
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 55 deletions.
180 changes: 130 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -26,17 +26,17 @@
},
"homepage": "https://github.com/rpetrich/babel-plugin-transform-async-to-promises#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/traverse": "^7.3.4",
"@babel/core": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/traverse": "^7.4.0",
"@types/babel-template": "^6.25.2",
"@types/babel-traverse": "^6.25.5",
"@types/babel-types": "^7.0.6",
"@types/node": "^10.14.1",
"@types/node": "^11.11.6",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-traverse": "^6.26.0",
"jest": "^24.5.0",
"typescript": "^3.3.3333"
"typescript": "^3.3.4000"
}
}

0 comments on commit 87d6782

Please sign in to comment.