|
24 | 24 | "react": "*"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@types/chai": "^4.1.6", |
28 |
| - "@types/jest": "^23.3.5", |
29 |
| - "@types/node": "^10.12.0", |
30 |
| - "@types/react": "^16.4.18", |
31 |
| - "@types/react-dom": "^16.0.9", |
32 |
| - "chai": "4.1.2", |
33 |
| - "enzyme": "3.3.0", |
34 |
| - "enzyme-adapter-react-16": "^1.1.1", |
35 |
| - "enzyme-to-json": "3.3.0", |
36 |
| - "jest": "22.1.2", |
37 |
| - "jest-environment-jsdom": "^22.1.4", |
38 |
| - "jest-environment-jsdom-global": "^1.0.3", |
39 |
| - "jest-tap-reporter": "1.9.0", |
40 |
| - "mocha": "5.0.0", |
41 |
| - "mol-conventional-changelog": "1.2.0", |
42 |
| - "react-test-renderer": "16.2.0", |
43 |
| - "rimraf": "^2.6.2", |
44 |
| - "ts-jest": "^23.10.4", |
45 |
| - "ts-node": "^7.0.1", |
46 |
| - "typescript": "^3.1.3", |
47 |
| - "semantic-release": "^15.10.4", |
48 |
| - "react": "^16.5.2", |
49 |
| - "react-dom": "^16.5.2" |
| 27 | + "@types/chai": "^4.1.7", |
| 28 | + "@types/jest": "^24.0.11", |
| 29 | + "@types/node": "^11.13.0", |
| 30 | + "@types/react": "^16.8.13", |
| 31 | + "@types/react-dom": "^16.8.3", |
| 32 | + "chai": "^4.2.0", |
| 33 | + "enzyme": "^3.9.0", |
| 34 | + "enzyme-adapter-react-16": "^1.12.1", |
| 35 | + "enzyme-to-json": "^3.3.5", |
| 36 | + "jest": "^24.7.1", |
| 37 | + "jest-environment-jsdom": "^24.7.1", |
| 38 | + "jest-environment-jsdom-global": "^1.2.0", |
| 39 | + "jest-tap-reporter": "^1.9.0", |
| 40 | + "mocha": "^6.1.1", |
| 41 | + "mol-conventional-changelog": "^1.4.0", |
| 42 | + "react": "^16.8.6", |
| 43 | + "react-dom": "^16.8.6", |
| 44 | + "react-test-renderer": "^16.8.6", |
| 45 | + "rimraf": "^2.6.3", |
| 46 | + "semantic-release": "^15.13.3", |
| 47 | + "ts-jest": "^24.0.2", |
| 48 | + "ts-node": "^8.0.3", |
| 49 | + "typescript": "^3.4.2" |
50 | 50 | },
|
51 | 51 | "config": {
|
52 | 52 | "commitizen": {
|
|
61 | 61 | "jsx"
|
62 | 62 | ],
|
63 | 63 | "transform": {
|
64 |
| - "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
| 64 | + "^.+\\.tsx?$": "ts-jest" |
65 | 65 | },
|
66 | 66 | "transformIgnorePatterns": [],
|
67 | 67 | "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
|
|
0 commit comments