Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Jun 24, 2021
1 parent 7112d68 commit 5b17f6c
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 218 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"jest": "^27.0.4",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
"typescript": "^4.3.4"
},
"resolutions": {
"minimist": "1.2.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@bunt/unit": "^0.19.3",
"@bunt/util": "^0.19.2",
"@bunt/web": "^0.19.5",
"@types/ws": "^7.4.4",
"ws": "^7.4.6"
"@types/ws": "^7.4.5",
"ws": "^7.5.0"
},
"license": "MIT",
"devDependencies": {
Expand Down
Loading

0 comments on commit 5b17f6c

Please sign in to comment.