Skip to content

Commit f82a685

Browse files
Yves Le Maoutmichaelficarra
authored andcommitted
Update dependencies
1 parent 4640adf commit f82a685

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var ESLINT_OPTION = {
5151
'args': 'none'
5252
}
5353
],
54-
'no-multi-spaces': false,
54+
'no-multi-spaces': 0,
5555
'new-cap': [
5656
2,
5757
{

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"url": "http://github.com/estools/escodegen.git"
3232
},
3333
"dependencies": {
34-
"estraverse": "^1.9.1",
34+
"estraverse": "^4.2.0",
3535
"esutils": "^2.0.2",
36-
"esprima": "^2.7.1",
36+
"esprima": "^3.1.3",
3737
"optionator": "^0.8.1"
3838
},
3939
"optionalDependencies": {
40-
"source-map": "~0.2.0"
40+
"source-map": "~0.5.6"
4141
},
4242
"devDependencies": {
43-
"acorn": "^2.7.0",
44-
"bluebird": "^2.3.11",
45-
"bower-registry-client": "^0.2.1",
46-
"chai": "^1.10.0",
43+
"acorn": "^4.0.4",
44+
"bluebird": "^3.4.7",
45+
"bower-registry-client": "^1.0.0",
46+
"chai": "^3.5.0",
4747
"commonjs-everywhere": "^0.9.7",
4848
"gulp": "^3.8.10",
49-
"gulp-eslint": "^0.2.0",
50-
"gulp-mocha": "^2.0.0",
49+
"gulp-eslint": "^3.0.1",
50+
"gulp-mocha": "^3.0.1",
5151
"semver": "^5.1.0"
5252
},
5353
"license": "BSD-2-Clause",

test/comment/try-block-line-comment.expected.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ finally {
44
}
55
try {
66
} catch (e) {
7-
} //
8-
finally {
7+
} finally {
98
}
109
{
1110
try {
1211
} catch (e) {
13-
} //
14-
finally {
12+
} finally {
1513
}
1614
}

0 commit comments

Comments
 (0)