fix: update typescript-eslint plugin throughout

This commit is contained in:
Daniel Lautzenheiser
2023-02-27 12:26:31 -05:00
parent e09178f26c
commit 82a1b064af
3 changed files with 4 additions and 88 deletions

View File

@ -203,8 +203,8 @@
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"axios": "1.3.4",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.2",

View File

@ -43,8 +43,8 @@
"@types/prismjs": "1.26.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"babel-eslint": "10.1.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",