Skip to content

Commit

Permalink
ci: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jul 20, 2019
1 parent d8e6b1f commit 5f07618
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bull",
"name": "bullmq",
"version": "0.0.0-development",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/index.js",
Expand All @@ -17,25 +17,26 @@
"semantic-release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@types/bluebird": "^3.5.25",
"@types/chai": "^4.1.7",
"@types/ioredis": "^4.0.4",
"@types/ioredis": "^4.0.13",
"@types/lodash": "^4.14.119",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/node": "^12.6.8",
"@types/node-uuid": "^0.0.28",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"delay": "^4.3.0",
"istanbul": "^0.4.5",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"prettier": "^1.15.3",
"semantic-release": "^15.13.2",
"sinon": "^7.2.2",
"ts-mocha": "^2.0.0",
"ts-mocha": "^6.0.0",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.2.2"
Expand All @@ -56,7 +57,7 @@
"url": "https://github.com/taskforcesh/bull.git"
},
"dependencies": {
"@types/semver": "^5.5.0",
"@types/semver": "^6.0.1",
"bluebird": "^3.5.3",
"cron-parser": "^2.7.3",
"ioredis": "^4.3.0",
Expand Down

0 comments on commit 5f07618

Please sign in to comment.