Update devDependencies

For some reason, the previous set of devDependencies fail tests for me
in macOS. I'm updating them just to be safe.
This commit is contained in:
Guangcong Luo 2020-10-18 07:46:54 +01:00
parent c9d62d944e
commit 264bf83152

View File

@ -64,17 +64,17 @@
"private": true,
"license": "MIT",
"devDependencies": {
"@types/cloud-env": "^0.2.0",
"@types/node": "^14.11.8",
"@types/node-static": "^0.7.3",
"@types/cloud-env": "^0.2.1",
"@types/node": "^14.11.10",
"@types/node-static": "^0.7.5",
"@types/nodemailer": "^6.4.0",
"@types/sockjs": "^0.3.31",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"@types/sockjs": "^0.3.32",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.2.3",
"mocha": "^8.1.3",
"husky": "^4.3.0",
"mocha": "^8.2.0",
"smogon": "^1.1.3",
"typescript": "^4.0.3"
}