Update eslint parsers for new typescript version

This commit is contained in:
DaneEveritt 2022-06-26 14:38:58 -04:00
parent 1eb3ea2ee4
commit f22cce8881
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 118 additions and 109 deletions

View file

@ -91,8 +91,8 @@
"@types/uuid": "^3.4.5",
"@types/webpack-env": "^1.15.2",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.1",
"babel-loader": "^8.2.5",