Skip to content

Commit fc0d471

Browse files
author
mfrantz
committed
make update-tsd
The only exception is tsd, which must stay at 0.6.1 until this issue in 0.6.3 is resolved: DefinitelyTyped/tsd#179
1 parent 9f8ea70 commit fc0d471

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
"ts-pkg-installer.js": "bin/ts-pkg-installer.js"
2121
},
2222
"devDependencies": {
23-
"chai": "=2.1.0",
24-
"cucumber": "=0.4.7",
23+
"chai": "=3.2.0",
24+
"cucumber": "=0.5.2",
2525
"groc": "=0.8.0",
26-
"mocha": "=2.1.0",
26+
"mocha": "=2.2.5",
2727
"ncp": "=2.0.0",
28-
"rimraf": "=2.2.8",
28+
"rimraf": "=2.4.2",
2929
"tsd": "=0.6.1",
30-
"tslint": "=2.1.1",
30+
"tslint": "=2.4.2",
3131
"typescript": "=1.5.3"
3232
},
3333
"dependencies": {
34-
"bluebird": "=2.9.12",
35-
"commander": "=2.6.0",
36-
"debug": "=2.1.1",
37-
"lodash": "=3.3.1",
38-
"mkdirp": "=0.5.0",
39-
"read-package-json": "=1.3.2",
40-
"source-map-support": "=0.2.9"
34+
"bluebird": "=2.9.34",
35+
"commander": "=2.8.1",
36+
"debug": "=2.2.0",
37+
"lodash": "=3.10.1",
38+
"mkdirp": "=0.5.1",
39+
"read-package-json": "=2.0.0",
40+
"source-map-support": "=0.3.2"
4141
}
4242
}

test/data/repo/leaf1/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"author": "Matt Frantz <[email protected]>",
1111
"license": "ISC",
1212
"devDependencies": {
13-
"chai": "=1.10.0",
13+
"chai": "=3.2.0",
1414
"groc": "=0.8.0",
15-
"mocha": "=2.1.0",
15+
"mocha": "=2.2.5",
1616
"tsd": "=0.6.1",
17-
"tslint": "=1.0.1",
17+
"tslint": "=2.4.2",
1818
"typescript": "=1.5.3"
1919
},
2020
"dependencies": {

test/data/repo/leaf2/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"author": "Matt Frantz <[email protected]>",
1111
"license": "ISC",
1212
"devDependencies": {
13-
"chai": "=1.10.0",
13+
"chai": "=3.2.0",
1414
"groc": "=0.8.0",
15-
"mocha": "=2.1.0",
15+
"mocha": "=2.2.5",
1616
"tsd": "=0.6.1",
17-
"tslint": "=1.0.1",
17+
"tslint": "=2.4.2",
1818
"typescript": "=1.5.3"
1919
},
2020
"dependencies": {

test/data/repo/spine/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"author": "Matt Frantz <[email protected]>",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"chai": "=1.10.0",
17-
"mocha": "=2.1.0",
16+
"chai": "=3.2.0",
17+
"mocha": "=2.2.5",
1818
"tsd": "=0.6.1",
19-
"tslint": "=1.0.1",
19+
"tslint": "=2.4.2",
2020
"typescript": "=1.5.3"
2121
}
2222
}

0 commit comments

Comments
 (0)