|
23 | 23 | "test:ts": "tsc --strict ./typings/index.d.ts"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "babel-core": "^6.26.0", |
27 |
| - "babel-jest": "^23.4.2", |
28 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
29 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
30 |
| - "babel-preset-es2015": "^6.24.1", |
31 |
| - "babel-preset-react": "^6.24.1", |
| 26 | + "@babel/core": "^7.0.0", |
| 27 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 28 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 29 | + "@babel/preset-env": "^7.0.0", |
| 30 | + "@babel/preset-react": "^7.0.0", |
| 31 | + "babel-core": "^7.0.0-bridge.0", |
| 32 | + "babel-jest": "^24.8.0", |
32 | 33 | "enzyme": "^3.6.0",
|
33 | 34 | "enzyme-adapter-react-16": "^1.5.0",
|
34 | 35 | "enzyme-to-json": "^3.3.1",
|
|
40 | 41 | "eslint-plugin-prettier": "^2.1.2",
|
41 | 42 | "eslint-plugin-react": "^6.10.0",
|
42 | 43 | "husky": "^0.14.3",
|
43 |
| - "jest": "^23.5.0", |
| 44 | + "jest": "^24.8.0", |
44 | 45 | "lint-staged": "^7.2.2",
|
45 | 46 | "preact": "^8.3.1",
|
46 | 47 | "preact-compat": "^3.18.4",
|
|
70 | 71 | "setupFiles": [
|
71 | 72 | "<rootDir>/test/__mocks__/requestAnimationFrame.js"
|
72 | 73 | ],
|
73 |
| - "setupTestFrameworkScriptFile": "<rootDir>/test/setup.js", |
| 74 | + "setupFilesAfterEnv": [ |
| 75 | + "<rootDir>/test/setup.js" |
| 76 | + ], |
74 | 77 | "snapshotSerializers": [
|
75 | 78 | "enzyme-to-json/serializer"
|
76 | 79 | ],
|
|
0 commit comments