Skip to content

Commit

Permalink
chore(devDependencies): Updated to ts-jest@21.2.4 lint-staged@6.0.0 a…
Browse files Browse the repository at this point in the history
…wesome-typescript-loader@3.4.1
  • Loading branch information
jameswlane committed Dec 4, 2017
1 parent c09611c commit 5ee8676
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"author": "James W. Lane",
"license": "MIT",
"devDependencies": {
"@types/node": "8.0.53",
"@types/node": "8.0.54",
"all-contributors-cli": "4.10.0",
"awesome-typescript-loader": "3.4.1",
"commitizen": "2.9.6",
Expand Down
12 changes: 9 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@
lodash "^4.17.4"
pify "^3.0.0"

"@types/node@8.0.53":
version "8.0.53"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.53.tgz#396b35af826fa66aad472c8cb7b8d5e277f4e6d8"
"@types/events@*":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-1.1.0.tgz#93b1be91f63c184450385272c47b6496fd028e02"

"@types/node@8.0.54":
version "8.0.54"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.54.tgz#3fd9357db4af388b79e03845340259440edffde6"
dependencies:
"@types/events" "*"

JSONStream@^1.0.4:
version "1.3.1"
Expand Down

0 comments on commit 5ee8676

Please sign in to comment.