Skip to content

Commit

Permalink
Upgrade '@types' dependencies (palantir#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-hanson authored and nchen63 committed May 5, 2017
1 parent 6aa292c commit 0a4091c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
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
16 changes: 8 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/[email protected]":
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/[email protected]":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/optimist/-/optimist-0.0.29.tgz#a8873580b3a84b69ac1e687323b15fbbeb90479a"
Expand Down

0 comments on commit 0a4091c

Please sign in to comment.