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

Commit

Permalink
npm outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed May 5, 2017
1 parent cff459b commit 80ecce7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
]
},
"dependencies": {
"acorn": "4.0.11",
"acorn": "5.0.3",
"babel-runtime": "6.23.0",
"chalk": "1.1.3",
"escodegen": "1.8.1",
"fs-promise": "2.0.0",
"fs-promise": "2.0.2",
"globby": "6.1.0",
"in-publish": "2.0.0",
"minimist": "1.2.0",
"multistream": "2.1.0",
"pkg-fetch": "1.9.3",
"progress": "1.1.8",
"progress": "2.0.0",
"resolve": "1.3.3",
"simple-bufferstream": "1.0.0"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-eslint": "7.1.1",
"babel-plugin-transform-async-to-generator": "6.22.0",
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-register": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.24.1",
"eslint-config-klopov": "0.11.0",
"json-stable-stringify": "1.0.1",
"mkdirp": "0.5.1",
"rimraf": "2.5.4"
"rimraf": "2.6.1"
},
"scripts": {
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
Expand Down

0 comments on commit 80ecce7

Please sign in to comment.