Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed May 25, 2019
1 parent eca3a59 commit 14681af
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 102 deletions.
177 changes: 79 additions & 98 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -27,17 +27,17 @@
},
"homepage": "https://github.com/rpetrich/babel-plugin-transform-async-to-promises#readme",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-transform-classes": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/traverse": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@types/babel-template": "^6.25.2",
"@types/babel-traverse": "^6.25.5",
"@types/babel-types": "^7.0.7",
"@types/node": "^12.0.0",
"@types/node": "^12.0.2",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
Expand Down

0 comments on commit 14681af

Please sign in to comment.