diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-28 10:08:58 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-28 10:08:58 -0700 |
commit | 2b9f082fc129566b97ec6f72cf390c25f55647ac (patch) | |
tree | f7fe58214818bae6bec73a759087cf3d4a53c1a7 | |
parent | af8d952eeed08f01a9d938da126152c649caa297 (diff) |
Update eslint plugins
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 4005c48..27f56cc 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "devDependencies": { "@types/express": "^4.17.9", "@types/jest": "^27.0.1", - "@typescript-eslint/eslint-plugin": "^4.17.0", - "@typescript-eslint/parser": "^4.17.0", + "@typescript-eslint/eslint-plugin": "^5.31.0", + "@typescript-eslint/parser": "^5.31.0", "eslint": "^7.21.0", "husky": "^7.0.2", "jest": "^27.0.6", |