Skip to content

Commit

Permalink
Merge pull request #106 from apiaryio/honzajavorek/deps
Browse files Browse the repository at this point in the history
Upgrade several deps
  • Loading branch information
honzajavorek committed Jul 24, 2018
2 parents bdc53b2 + ab68585 commit 56b74a6
Showing 1 changed file with 28 additions and 34 deletions.
62 changes: 28 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,39 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"amanda": "^1.0.1",
"async": "^2.3.0",
"caseless": "^0.12.0",
"clone": "^2.1.1",
"commander": "^2.9.0",
"amanda": "1.0.1",
"async": "2.6.1",
"caseless": "0.12.0",
"clone": "2.1.1",
"commander": "2.9.0",
"curl-trace-parser": "0.0.8",
"deep-equal": "^1.0.1",
"googlediff": "^0.1.0",
"deep-equal": "1.0.1",
"googlediff": "0.1.0",
"http-string-parser": "0.0.5",
"is-type": "0.0.1",
"json-pointer": "^0.6.0",
"json-pointer": "0.6.0",
"jsonlint": "josdejong/jsonlint",
"media-typer": "^0.3.0",
"tv4": "^1.3.0"
"media-typer": "0.3.0",
"tv4": "1.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-coverage": "^2.0.1",
"coffee-script": "^1.12.5",
"coffeeify": "^2.1.0",
"coffeelint": "^1.16.0",
"coveralls": "^2.13.0",
"cross-spawn": "^5.1.0",
"cucumber": "^1.3.2",
"cz-conventional-changelog": "^2.0.0",
"gavel-spec": "^1.2.0",
"jscoverage": "^0.6.0",
"lodash": "^4.17.4",
"mocha": "^3.3.0",
"mocha-lcov-reporter": "^1.3.0",
"mochify": "^3.1.1",
"prettyjson": "^1.2.1",
"semantic-release": "^7.0.2",
"sinon": "^2.1.0"
"chai": "4.1.2",
"coffee-coverage": "2.0.1",
"coffee-script": "1.12.5",
"coffeeify": "2.1.0",
"coffeelint": "2.0.6",
"coveralls": "2.13.0",
"cross-spawn": "6.0.5",
"cucumber": "1.3.2",
"gavel-spec": "1.2.0",
"jscoverage": "0.6.0",
"lodash": "4.17.10",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.3.0",
"mochify": "3.1.1",
"prettyjson": "1.2.1",
"semantic-release": "8.2.0",
"sinon": "5.0.7"
},
"repository": {
"type": "git",
Expand All @@ -70,10 +69,5 @@
"gavel"
],
"author": "Apiary Czech Republic, s.r.o. <support@apiary.io>",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
"license": "MIT"
}

0 comments on commit 56b74a6

Please sign in to comment.