Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
PR-URL: #484
  • Loading branch information
tshemsedinov committed Dec 10, 2023
1 parent 563d41e commit 3cfc1da
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
},
"dependencies": {
"metautil": "5.0.0",
"ws": "^8.14.0"
"ws": "^8.15.0"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/ws": "^8.5.5",
"eslint": "^8.48.0",
"eslint-config-metarhia": "^8.2.1",
"eslint-config-prettier": "^9.0.0",
"@types/node": "^20.10.4",
"@types/ws": "^8.5.10",
"eslint": "^8.55.0",
"eslint-config-metarhia": "^8.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"metatests": "^0.8.2",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}

0 comments on commit 3cfc1da

Please sign in to comment.