switch to tsc 1.8.2

This commit is contained in:
vvakame
2016-02-23 09:32:40 +09:00
parent bd269cad4c
commit 7b1961880a
2 changed files with 17 additions and 23 deletions
+10 -10
View File
@@ -1,5 +1,5 @@
{
"name": "DefinitelyTyped",
"name": "definitely-typed",
"version": "0.0.1",
"dependencies": {
"assertion-error": {
@@ -13,14 +13,14 @@
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz"
},
"bluebird": {
"version": "3.2.2",
"version": "3.3.1",
"from": "bluebird@>=3.1.2 <4.0.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.2.2.tgz"
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.1.tgz"
},
"brace-expansion": {
"version": "1.1.2",
"version": "1.1.3",
"from": "brace-expansion@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz"
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.3.tgz"
},
"concat-map": {
"version": "0.0.1",
@@ -89,9 +89,9 @@
"resolved": "https://registry.npmjs.org/isemail/-/isemail-2.1.0.tgz"
},
"joi": {
"version": "7.2.3",
"version": "7.3.0",
"from": "joi@>=7.2.2 <8.0.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-7.2.3.tgz"
"resolved": "https://registry.npmjs.org/joi/-/joi-7.3.0.tgz"
},
"joi-assert": {
"version": "0.0.3",
@@ -196,9 +196,9 @@
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-0.1.2.tgz"
},
"typescript": {
"version": "1.7.5",
"from": "typescript@1.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.7.5.tgz"
"version": "1.8.2",
"from": "typescript@1.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.8.2.tgz"
},
"wordwrap": {
"version": "0.0.3",
+7 -13
View File
@@ -1,20 +1,15 @@
{
"private": true,
"name": "DefinitelyTyped",
"name": "definitely-typed",
"version": "0.0.1",
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"repository": {
"type": "git",
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/borisyankov/DefinitelyTyped/issues"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"engines": {
"node": ">= 0.12.0"
@@ -32,10 +27,9 @@
"refmap": "dt --dry --print-refmap",
"help": "dt -h"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"definition-tester": "0.5.0",
"typescript": "1.7.5"
"typescript": "1.8.2"
}
}