Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Apr 26, 2022
1 parent 2292ecf commit 4410a87
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,31 +56,31 @@
],
"license": "MPL-2.0",
"dependencies": {
"debug": "^4.3.3",
"find-my-way": "^5.1.0",
"debug": "^4.3.4",
"find-my-way": "^5.5.1",
"is-docker": "^2.2.1",
"tardis-dev": "^13.1.14",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.6.0",
"yargs": "^17.3.0"
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.8.0",
"yargs": "^17.4.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.2",
"@types/node": "^17.0.27",
"@types/node-fetch": "^2.5.12",
"@types/split2": "^3.2.1",
"@types/ws": "^8.2.2",
"@types/yargs": "^17.0.7",
"@types/ws": "^8.5.3",
"@types/yargs": "^17.0.10",
"cross-var": "^1.1.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"lint-staged": "^12.1.3",
"lint-staged": "^12.4.0",
"node-fetch": "^2.6.1",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"split2": "^4.1.0",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"ws": "^8.4.0"
"typescript": "^4.6.3",
"ws": "^8.5.0"
},
"lint-staged": {
"*.{ts}": [
Expand Down

0 comments on commit 4410a87

Please sign in to comment.