Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 24, 2019
1 parent e23feeb commit b610f74
Show file tree
Hide file tree
Showing 2 changed files with 4,394 additions and 2,770 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,32 @@
"node": ">=4.0"
},
"devDependencies": {
"@types/node": "^8.0.53",
"ava": "^0.24.0",
"browserify": "^14.5.0",
"codecov": "^3.0.0",
"concurrently": "^3.5.1",
"copyfiles": "^1.2.0",
"@types/node": "^12.0.10",
"ava": "^2.1.0",
"browserify": "^16.2.3",
"codecov": "^3.5.0",
"concurrently": "^4.1.0",
"copyfiles": "^2.1.0",
"cpx": "^1.5.0",
"gh-pages": "^1.1.0",
"npm-scripts-info": "^0.3.6",
"nyc": "^11.3.0",
"opn-cli": "^3.1.0",
"proxyquire": "^1.8.0",
"rollup": "^0.51.6",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"gh-pages": "^2.0.1",
"npm-scripts-info": "^0.3.9",
"nyc": "^14.1.1",
"opn-cli": "^5.0.0",
"proxyquire": "^2.1.0",
"rollup": "^1.16.2",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.4",
"rollup-watch": "^4.3.1",
"sinon": "^4.1.2",
"sinon": "^7.3.2",
"sleep-ms": "^2.0.1",
"sorcery": "^0.10.0",
"standard-version": "^4.0.0",
"trash-cli": "^1.4.0",
"tslint": "^5.8.0",
"tslint-config-standard": "^6.0.1",
"typedoc": "^0.8.0",
"typescript": "^2.6.2"
"standard-version": "^6.0.1",
"trash-cli": "^3.0.0",
"tslint": "^5.18.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.14.2",
"typescript": "^3.5.2"
},
"keywords": [
"async",
Expand Down Expand Up @@ -114,19 +114,19 @@
]
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.12.2",
"find-in-files": "^0.4.0",
"inquirer": "^5.1.0",
"lru-cache": "^4.1.1",
"colors": "^1.3.3",
"commander": "^2.20.0",
"find-in-files": "^0.5.0",
"inquirer": "^6.4.1",
"lru-cache": "^5.1.1",
"markdown": "^0.5.0",
"markdown-toc": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.19.2",
"moment": "^2.24.0",
"remarkable": "^1.7.1",
"table": "^4.0.2",
"tslib": "^1.8.0",
"walk": "^2.3.9",
"walk-sync": "^0.3.2"
"table": "^5.4.1",
"tslib": "^1.10.0",
"walk": "^2.3.14",
"walk-sync": "^1.1.3"
}
}
Loading

0 comments on commit b610f74

Please sign in to comment.