chore: update deps
This commit is contained in:
parent
e3e44d9378
commit
7ad7e870fb
2 changed files with 205 additions and 199 deletions
14
package.json
14
package.json
|
|
@ -31,15 +31,15 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "~12",
|
||||
"@types/ws": "^7.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
||||
"@typescript-eslint/parser": "^2.24.0",
|
||||
"eslint": "^6.8.0",
|
||||
"@typescript-eslint/eslint-plugin": "^3.0.2",
|
||||
"@typescript-eslint/parser": "^3.0.2",
|
||||
"eslint": "^7.1.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"ts-node": "^8.10.1",
|
||||
"typescript": "~3.8.3"
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "~3.9.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"node-watch": "^0.6.3",
|
||||
"ws": "^7.2.5"
|
||||
"node-watch": "^0.6.4",
|
||||
"ws": "^7.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue