chore: update eslint dev dependencies

Major update to typescript-eslint plugins (v4.15.2) and eslint-config-prettier (v8.1.0); minor updates to other eslint components.

Doesn't seem to generate any warnings after updating so I think we're good?
This commit is contained in:
M. George Hansen 2021-02-28 08:35:53 -08:00
parent efafec2c56
commit 73ccc1916d
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
2 changed files with 634 additions and 603 deletions

1225
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -37,12 +37,12 @@
"devDependencies": {
"@types/node": "~10",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "=2.2.1",
"ts-node": "^8.10.2",
"typescript": "~3.9.3"