Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
NAME               OLD            NEW       INFO
commander          2.19.0         2.20.0    https://github.com/tj/commander.js
globby             9.0.0          9.2.0     https://github.com/sindresorhus/globby
pretty-bytes       5.1.0          5.2.0     https://github.com/sindresorhus/pretty-bytes
@types/fs-extra    5.0.4          7.0.0     https://github.com/DefinitelyTyped/DefinitelyTyped
@types/globby      8.0.0          9.1.0     https://github.com/sindresorhus/globby
@types/node        10.12.21       12.0.8    https://github.com/DefinitelyTyped/DefinitelyTyped
nexe               2.0.0-rc.34    3.3.0     https://github.com/nexe/nexe
prettier           1.16.3         1.18.2    https://github.com/prettier/prettier
tslint             5.12.1         5.17.0    https://github.com/palantir/tslint
typescript         3.3.1          3.5.2     https://github.com/Microsoft/TypeScript

Excluded due to bug with fs.stat:

NAME               OLD            NEW       INFO
fs-extra           7.0.1          8.0.1     https://github.com/jprichardson/node-fs-extra
  • Loading branch information
JamieMason committed Jun 17, 2019
1 parent 8d488a5 commit a154af0
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 1,909 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
],
"dependencies": {
"chalk": "2.4.2",
"commander": "2.19.0",
"commander": "2.20.0",
"execa": "1.0.0",
"fs-extra": "7.0.1",
"globby": "9.0.0",
"pretty-bytes": "5.1.0"
"globby": "9.2.0",
"pretty-bytes": "5.2.0"
},
"devDependencies": {
"@types/execa": "0.9.0",
"@types/fs-extra": "5.0.4",
"@types/globby": "8.0.0",
"@types/node": "10.12.21",
"nexe": "2.0.0-rc.34",
"prettier": "1.16.3",
"@types/fs-extra": "7.0.0",
"@types/globby": "9.1.0",
"@types/node": "12.0.8",
"nexe": "3.3.0",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"tslint": "5.12.1",
"typescript": "3.3.1"
"tslint": "5.17.0",
"typescript": "3.5.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit a154af0

Please sign in to comment.