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

Commit

Permalink
bump dependencies, including pkg-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed Apr 16, 2019
1 parent 4bdbd6a commit 95e9334
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 260 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@
]
},
"dependencies": {
"@babel/parser": "7.2.3",
"babel-runtime": "6.26.0",
"chalk": "2.4.2",
"escodegen": "1.11.0",
"fs-extra": "7.0.1",
"globby": "8.0.2",
"into-stream": "4.0.0",
"minimist": "1.2.0",
"multistream": "2.1.1",
"pkg-fetch": "2.5.7",
"progress": "2.0.3",
"@babel/parser": "~7.4.3",
"babel-runtime": "~6.26.0",
"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.5.8",
"progress": "~2.0.3",
"resolve": "1.6.0",
"stream-meter": "1.0.4"
"stream-meter": "~1.0.4"
},
"devDependencies": {
"babel-cli": "6.26.0",
"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",
"rimraf": "2.6.3"
"babel-cli": "~6.26.0",
"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",
"rimraf": "~2.6.3"
},
"scripts": {
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
Expand Down
Loading

0 comments on commit 95e9334

Please sign in to comment.