Skip to content

Commit

Permalink
feat: Pin ts & ts types packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agatakrajewska committed Nov 20, 2020
1 parent a4b61d4 commit 9600019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"uuid": "^8.2.0"
},
"devDependencies": {
"@types/node": "^8.10.48",
"@types/node": "8.10.48",
"@types/sinon": "5.0.5",
"@types/tar-stream": "^1.6.1",
"@types/tmp": "^0.2.0",
Expand All @@ -57,7 +57,7 @@
"tsc-watch": "^4.2.8",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3",
"typescript": "4.0.3",
"jest": "^26.4.2",
"ts-jest": "^26.4.0"
}
Expand Down

0 comments on commit 9600019

Please sign in to comment.