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

Upgrade '@types' dependencies #2680

Merged
merged 1 commit into from
May 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@
"devDependencies": {
"@types/babel-code-frame": "^6.20.0",
"@types/chai": "^3.5.0",
"@types/colors": "^0.6.33",
"@types/colors": "^1.1.3",
"@types/diff": "0.0.31",
"@types/findup-sync": "^0.3.29",
"@types/github": "^0.0.0",
"@types/glob": "^5.0.30",
"@types/js-yaml": "^3.5.29",
"@types/mocha": "^2.2.35",
"@types/node": "^6.0.56",
"@types/node": "^7.0.16",
"@types/optimist": "0.0.29",
"@types/resolve": "0.0.4",
"@types/semver": "^5.3.30",
Expand Down
20 changes: 12 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
version "3.5.0"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-3.5.0.tgz#45e2dc2af9a5727be846af6e61d08ffc45d5b2ca"

"@types/colors@^0.6.33":
version "0.6.33"
resolved "https://registry.yarnpkg.com/@types/colors/-/colors-0.6.33.tgz#17dada5971c395259490d6c83d7c182cf6e9ce55"
"@types/colors@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@types/colors/-/colors-1.1.3.tgz#5413b0a7a1b16dd18be0e3fd57d2feecc81cc776"

"@types/diff@0.0.31":
version "0.0.31"
Expand All @@ -24,10 +24,6 @@
dependencies:
"@types/minimatch" "*"

"@types/github@^0.0.0":
version "0.0.0"
resolved "https://registry.yarnpkg.com/@types/github/-/github-0.0.0.tgz#f32202bcdb15ac916cd079caba9e9f45bb304e76"

"@types/glob@^5.0.30":
version "5.0.30"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-5.0.30.tgz#1026409c5625a8689074602808d082b2867b8a51"
Expand All @@ -47,10 +43,14 @@
version "2.2.40"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.40.tgz#9811dd800ece544cd84b5b859917bf584a150c4c"

"@types/node@*", "@types/node@^6.0.56":
"@types/node@*":
version "6.0.68"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.68.tgz#0c43b6b8b9445feb86a0fbd3457e3f4bc591e66d"

"@types/node@^7.0.16":
version "7.0.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.16.tgz#e3440e3ce4d4931616ac418cc4dc16cd94b80092"

"@types/optimist@0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/optimist/-/optimist-0.0.29.tgz#a8873580b3a84b69ac1e687323b15fbbeb90479a"
Expand Down Expand Up @@ -1433,6 +1433,10 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

tslib@^1.6.0:
version "1.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.6.1.tgz#b77b09abc5fa4935e157d838b80e36dad47152c4"

"tslint-test-config-non-relative@file:test/external/tslint-test-config-non-relative":
version "0.0.1"

Expand Down