Update dependencies
This commit is contained in:
parent
828d6bd70c
commit
44363fc736
4 changed files with 549 additions and 1875 deletions
|
@ -12,7 +12,7 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"copyfiles": "^2.4.1",
|
||||
"eslint": "^8.8.0",
|
||||
"typescript": "^4.5.5"
|
||||
"eslint": "^8.40.0",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
|
2408
package-lock.json
generated
2408
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -14,6 +14,6 @@
|
|||
"server"
|
||||
],
|
||||
"devDependencies": {
|
||||
"concurrently": "^7.0.0"
|
||||
"concurrently": "^7.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/ws": "^8.2.2",
|
||||
"express": "^4.17.3",
|
||||
"typescript": "^4.5.5",
|
||||
"ws": "^8.4.2"
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/ws": "^8.5.4",
|
||||
"express": "^4.18.2",
|
||||
"typescript": "^4.9.5",
|
||||
"ws": "^8.13.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue