Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit a99f70f

Browse files
author
Tobin C. Harding
committed
Update yarn deps
1 parent 1b98f8a commit a99f70f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

api_tests/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@
6767
"prettier": {
6868
"trailingComma": "es5",
6969
"tabWidth": 4
70+
},
71+
"devDependencies": {
72+
"@types/tmp": "^0.1.0"
7073
}
7174
}

api_tests/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
dependencies:
155155
tempfile "*"
156156

157+
"@types/tmp@^0.1.0":
158+
version "0.1.0"
159+
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.1.0.tgz#19cf73a7bcf641965485119726397a096f0049bd"
160+
integrity sha512-6IwZ9HzWbCq6XoQWhxLpDjuADodH/MKXRUIDFudvgjcVdjFknvmR+DNsoUeer4XPrEnrZs04Jj+kfV9pFsrhmA==
161+
157162
"@types/tv4@*":
158163
version "1.2.29"
159164
resolved "https://registry.yarnpkg.com/@types/tv4/-/tv4-1.2.29.tgz#4c6d2222b03245dd2104f4fd67f54d1658985911"

0 commit comments

Comments
 (0)