Upgrade Typescript, Jest and ts-jest
This commit is contained in:
parent
679d97a9c1
commit
525a9955c7
2 changed files with 1106 additions and 476 deletions
|
@ -36,7 +36,7 @@
|
|||
"@types/enzyme-to-json": "^1.5.1",
|
||||
"@types/es6-promise": "^3.3.0",
|
||||
"@types/hoist-non-react-statics": "^3.3.1",
|
||||
"@types/jest": "^24",
|
||||
"@types/jest": "^26.0.14",
|
||||
"@types/jquery": "^3.3.1",
|
||||
"@types/jsdom": "^11.0.4",
|
||||
"@types/lodash": "^4.14.106",
|
||||
|
@ -68,7 +68,7 @@
|
|||
"eslint-plugin-react": "^7.20.2",
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"fork-ts-checker-webpack-plugin": "^5.0.4",
|
||||
"jest": "^24.1.0",
|
||||
"jest": "^26.4.2",
|
||||
"jest-environment-jsdom-fifteen": "^1.0.2",
|
||||
"jest-enzyme": "^7.0.1",
|
||||
"jsdom": "^11.10.0",
|
||||
|
@ -84,8 +84,8 @@
|
|||
"storybook-addon-intl": "^2.4.1",
|
||||
"style-loader": "^0.21.0",
|
||||
"tiny-warning": "^1.0.3",
|
||||
"ts-jest": "^24.0.0",
|
||||
"typescript": "^3.9.5",
|
||||
"ts-jest": "^26.3.0",
|
||||
"typescript": "^4",
|
||||
"url-loader": "^1.0.1",
|
||||
"webpack": "^4.0.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
|
|
Loading…
Reference in a new issue