Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 4, 2018
1 parent 7e07bc4 commit 3d0e013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"engines": {
"node": ">= 8"
},
"dependencies": {
"@types/supports-color": "^5.3.0",
"supports-color": "^5.4.0"
},
"devDependencies": {
"lerna": "^2.11.0"
}
Expand Down
4 changes: 3 additions & 1 deletion packages/test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"chai-as-promised": "^7.1.1",
"proxyquire": "^2.0.1",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0"
"sinon-chai": "^3.0.0",
"supports-color": "^5.4.0"
},
"devDependencies": {
"@headwood/ts-build-template": "^0.0.3",
Expand All @@ -39,6 +40,7 @@
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^4.3.3",
"@types/sinon-chai": "^2.7.31",
"@types/supports-color": "^5.3.0",
"coveralls": "^3.0.1",
"cpx": "^1.5.0",
"husky": "^0.14.3",
Expand Down

0 comments on commit 3d0e013

Please sign in to comment.