Skip to content

Commit

Permalink
Merge pull request #18 from owsas/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
jcguarinpenaranda authored Jul 4, 2020
2 parents d34e855 + 38296ca commit f69646f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"author": "Juan Camilo Guarín P",
"license": "MIT",
"devDependencies": {
"@types/jest": "^22.0.0",
"@types/pubsub-js": "^1.5.18",
"jest": "^21.2.1",
"ts-jest": "^21.1.3",
"tslint": "^5.8.0",
"tslint-config-airbnb": "^5.3.0",
"typescript": "^2.5.3"
"@types/jest": "22.2.3",
"@types/pubsub-js": "1.5.18",
"jest": "21.2.1",
"ts-jest": "21.2.4",
"tslint": "5.11.0",
"tslint-config-airbnb": "5.11.0",
"typescript": "2.9.2"
},
"dependencies": {
"microcache": "^1.0.0",
Expand Down

0 comments on commit f69646f

Please sign in to comment.