Skip to content

Commit

Permalink
feat(package): Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Mar 22, 2017
1 parent 28f0010 commit 812150d
Showing 1 changed file with 35 additions and 37 deletions.
72 changes: 35 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"precommit": "npm run build && npm run cover && npm run check-coverage",
"commit": "git-cz",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"report-coverage": "cat ./coverage/lcov.info | codecov",
Expand Down Expand Up @@ -67,50 +68,47 @@
},
"homepage": "https://github.com/vivocha/arrest",
"devDependencies": {
"@types/body-parser": "0.0.34",
"@types/camelcase": "0.0.30",
"@types/debug": "0.0.29",
"@types/decamelize": "0.0.30",
"@types/express": "4.0.35",
"@types/lodash": "4.14.52",
"@types/node": "7.0.5",
"@types/request": "0.0.40",
"@types/semver": "5.3.30",
"chai": "3.5.0",
"chai-spies": "0.7.1",
"codecov.io": "0.1.6",
"commitizen": "2.9.5",
"cz-conventional-changelog": "1.2.0",
"ghooks": "2.0.0",
"mocha": "3.2.0",
"nyc": "10.1.2",
"pem": "1.9.4",
"rimraf": "2.5.4",
"@types/body-parser": "^1.16.1",
"@types/camelcase": "^0.0.30",
"@types/debug": "^0.0.29",
"@types/decamelize": "^0.0.30",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.52",
"@types/node": "^7.0.5",
"@types/request": "^0.0.41",
"@types/semver": "^5.3.30",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"codecov.io": "^0.1.6",
"commitizen": "^2.9.5",
"cz-conventional-changelog": "^2.0.0",
"husky": "^0.13.2",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"pem": "^1.9.4",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2",
"supertest": "3.0.0",
"typescript": "2.1.6"
"supertest": "^3.0.0",
"typescript": "^2.1.6"
},
"dependencies": {
"body-parser": "1.16.1",
"camelcase": "4.0.0",
"debug": "2.6.1",
"decamelize": "1.2.0",
"eredita": "1.0.1",
"express": "4.14.1",
"jsonpolice": "4.1.0",
"jsonref": "3.5.0",
"lodash": "4.17.4",
"mongodb": "2.2.24",
"request": "2.81.0",
"rql": "0.3.3",
"semver": "5.3.0"
"body-parser": "^1.16.1",
"camelcase": "^4.0.0",
"debug": "^2.6.1",
"decamelize": "^1.2.0",
"eredita": "^1.0.1",
"express": "^4.14.1",
"jsonpolice": "^4.1.0",
"jsonref": "^3.5.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.24",
"request": "^2.81.0",
"rql": "^0.3.3",
"semver": "^5.3.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run build && npm run cover && npm run check-coverage"
}
},
"engines": {
Expand Down

0 comments on commit 812150d

Please sign in to comment.