Skip to content

Commit

Permalink
fix(deps): bumped deps (primarily fix in 'already')
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Mar 15, 2020
1 parent 553ab45 commit 5309ce4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"devDependencies": {
"@types/execa": "^2.0.0",
"@types/from2": "^2.3.0",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/through2": "^2.0.34",
"commitizen": "^4.0.3",
"compd": "^1.3.7",
Expand All @@ -63,15 +63,15 @@
"from2": "^2.3.0",
"jest": "^25.1.0",
"mkcert": "^1.2.0",
"rimraf": "^3.0.1",
"ts-jest": "^25.1.0",
"rimraf": "^3.0.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
"tslint": "^6.1.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/tough-cookie": "^2.3.6",
"already": "^1.10.1",
"already": "^1.11.1",
"callguard": "^1.2.1",
"get-stream": "^5.1.0",
"through2": "^3.0.1",
Expand Down

0 comments on commit 5309ce4

Please sign in to comment.