Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
upgrade pkg-fetch and babel
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed May 9, 2019
1 parent 589c6a5 commit 215af15
Show file tree
Hide file tree
Showing 2 changed files with 926 additions and 974 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"babel": {
"plugins": [
"transform-async-to-generator",
"transform-runtime"
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
],
"presets": [
[
"env",
"@babel/preset-env",
{
"targets": {
"node": "4"
Expand All @@ -31,26 +31,27 @@
},
"dependencies": {
"@babel/parser": "~7.4.4",
"babel-runtime": "~6.26.0",
"@babel/runtime": "~7.4.4",
"chalk": "~2.4.2",
"escodegen": "~1.11.1",
"fs-extra": "~7.0.1",
"globby": "~9.2.0",
"into-stream": "~5.1.0",
"minimist": "~1.2.0",
"multistream": "~2.1.1",
"pkg-fetch": "~2.6.1",
"pkg-fetch": "~2.6.2",
"progress": "~2.0.3",
"resolve": "1.6.0",
"stream-meter": "~1.0.4"
},
"devDependencies": {
"babel-cli": "~6.26.0",
"@babel/cli": "~7.4.4",
"@babel/core": "~7.4.4",
"@babel/plugin-transform-async-to-generator": "~7.4.4",
"@babel/plugin-transform-runtime": "~7.4.4",
"@babel/preset-env": "~7.4.4",
"@babel/register": "~7.4.4",
"babel-eslint": "~10.0.1",
"babel-plugin-transform-async-to-generator": "~6.24.1",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-env": "~1.7.0",
"babel-register": "~6.26.0",
"eslint-config-klopov": "~0.13.0",
"json-stable-stringify": "~1.0.1",
"mkdirp": "~0.5.1",
Expand Down
Loading

0 comments on commit 215af15

Please sign in to comment.