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

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 6, 2018
1 parent 0e75408 commit 63b0ac5
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 117 deletions.
30 changes: 13 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/jdxcode/fancy-test/issues",
"dependencies": {
"lodash": "^4.17.4",
"stdout-stderr": "^0.1.6"
"lodash": "^4.17.5",
"stdout-stderr": "^0.1.7"
},
"devDependencies": {
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
"@types/lodash": "^4.14.100",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.0",
"@types/sinon": "^4.1.3",
"@types/lodash": "^4.14.106",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.2",
"@types/sinon": "^4.3.1",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"concurrently": "^3.5.1",
"eslint": "^4.17.0",
"eslint-config-anycli": "^1.3.2",
"mocha": "^5.0.0",
"sinon": "^4.2.2",
"ts-node": "^4.1.0",
"typescript": "^2.7.1"
"chalk": "^2.3.2",
"mocha": "^5.0.5",
"sinon": "^4.5.0",
"ts-node": "^5.0.1",
"typescript": "^2.8.1"
},
"engines": {
"node": ">=8.0.0"
Expand All @@ -33,14 +29,14 @@
],
"homepage": "https://github.com/jdxcode/fancy-test",
"keywords": [
"dxcli"
"mocha"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "jdxcode/fancy-test",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
Expand Down
Loading

0 comments on commit 63b0ac5

Please sign in to comment.