Update to TypeScript 4

This commit is contained in:
Dane Everitt 2021-05-08 10:37:18 -07:00
parent 0cd1362b05
commit 5a82dd6a18
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 286 additions and 94 deletions

View file

@ -75,8 +75,8 @@
"@types/uuid": "^3.4.5",
"@types/webpack-env": "^1.15.2",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"autoprefixer": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.12.0",
@ -90,7 +90,7 @@
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"eslint-plugin-standard": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^5.0.6",
"fork-ts-checker-webpack-plugin": "^6.2.6",
"postcss": "^8.2.1",
"redux-devtools-extension": "^2.13.8",
"source-map-loader": "^1.0.1",
@ -98,7 +98,7 @@
"svg-url-loader": "^6.0.0",
"terser-webpack-plugin": "^3.0.6",
"twin.macro": "^2.0.7",
"typescript": "^3.9.6",
"typescript": "^4.2.4",
"webpack": "^4.43.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.8.0",