Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Apr 14, 2021
1 parent ac270b0 commit 5859400
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 181 deletions.
6 changes: 0 additions & 6 deletions .huskyrc

This file was deleted.

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"husky": "^5.2.0",
"eslint": "^7.24.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"resolutions": {
"minimist": "1.2.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@bunt/unit": "^0.15.11",
"@bunt/util": "^0.15.11",
"@types/ioredis": "^4.22.1",
"ioredis": "^4.24.4"
"@types/ioredis": "^4.22.3",
"ioredis": "^4.26.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@bunt/unit": "^0.15.11",
"@bunt/util": "^0.15.11",
"@bunt/web": "^0.15.11",
"@types/ws": "^7.4.0",
"@types/ws": "^7.4.1",
"ws": "^7.4.4"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 5859400

Please sign in to comment.