Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit f53c4ce

Browse files
authored
Merge pull request #92 from apiaryio/honzajavorek/update-deps-04-2017
Update dependencies
2 parents 66782a7 + 68c08ea commit f53c4ce

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ cache:
1212
- "node_modules"
1313
before_install:
1414
- "npm -g install npm@latest"
15-
- "curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
16-
after_success: # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
17-
- "npm run coveralls"
18-
- "python travis_after_all.py"
19-
- "export $(cat .to_export_back)"
15+
after_success:
16+
- "npm run coveralls || true"
2017
- "npm run semantic-release || true"

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,39 +23,39 @@
2323
},
2424
"dependencies": {
2525
"amanda": "^0.5.1",
26-
"async": "^2.0.0-rc.6",
27-
"caseless": "^0.11.0",
28-
"clone": "^1.0.2",
26+
"async": "^2.3.0",
27+
"caseless": "^0.12.0",
28+
"clone": "^2.1.1",
2929
"commander": "^2.9.0",
3030
"curl-trace-parser": "0.0.8",
3131
"deep-equal": "^1.0.1",
3232
"googlediff": "^0.1.0",
3333
"http-string-parser": "0.0.5",
3434
"is-type": "0.0.1",
35-
"json-pointer": "^0.5.0",
36-
"jsonlint": "josdejong/jsonlint",
35+
"json-pointer": "^0.6.0",
36+
"jsonlint": "git+https://[email protected]/josdejong/jsonlint.git",
3737
"media-typer": "^0.3.0",
38-
"tv4": "^1.2.7"
38+
"tv4": "^1.3.0"
3939
},
4040
"devDependencies": {
4141
"chai": "^3.5.0",
42-
"coffee-coverage": "^1.0.1",
43-
"coffee-script": "^1.10.0",
44-
"coffeeify": "^2.0.1",
45-
"coffeelint": "^1.15.7",
46-
"coveralls": "^2.11.9",
47-
"cross-spawn": "^4.0.0",
48-
"cucumber": "^1.2.2",
49-
"cz-conventional-changelog": "^1.1.6",
42+
"coffee-coverage": "^2.0.1",
43+
"coffee-script": "^1.12.5",
44+
"coffeeify": "^2.1.0",
45+
"coffeelint": "^1.16.0",
46+
"coveralls": "^2.13.0",
47+
"cross-spawn": "^5.1.0",
48+
"cucumber": "^1.3.2",
49+
"cz-conventional-changelog": "^2.0.0",
5050
"gavel-spec": "^1.2.0",
5151
"jscoverage": "^0.6.0",
52-
"lodash": "^4.13.1",
53-
"mocha": "^3.0.2",
54-
"mocha-lcov-reporter": "^1.2.0",
55-
"mochify": "^2.18.1",
56-
"prettyjson": "^1.1.3",
57-
"semantic-release": "^4.3.5",
58-
"sinon": "^1.17.4"
52+
"lodash": "^4.17.4",
53+
"mocha": "^3.3.0",
54+
"mocha-lcov-reporter": "^1.3.0",
55+
"mochify": "^3.1.1",
56+
"prettyjson": "^1.2.1",
57+
"semantic-release": "^6.3.2",
58+
"sinon": "^2.1.0"
5959
},
6060
"repository": {
6161
"type": "git",

0 commit comments

Comments
 (0)