|
34 | 34 | "<rootDir>/test"
|
35 | 35 | ],
|
36 | 36 | "testRegex": "test\\.js",
|
37 |
| - "setupTestFrameworkScriptFile": "./test/test-setup.js" |
| 37 | + "setupFilesAfterEnv": ["./test/test-setup.js"] |
38 | 38 | },
|
39 | 39 | "peerDependencies": {
|
40 |
| - "react": ">=0.14.0" |
| 40 | + "react": ">=16.13.1" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "babel-cli": "^6.26.0", |
| 43 | + "@babel/cli": "^7.8.4", |
| 44 | + "@babel/core": "^7.9.0", |
| 45 | + "@babel/preset-env": "^7.9.0", |
| 46 | + "@babel/preset-react": "^7.9.4", |
44 | 47 | "babel-eslint": "^10.1.0",
|
45 |
| - "babel-jest": "^20.0.3", |
46 |
| - "babel-plugin-add-module-exports": "^0.3.3", |
47 |
| - "babel-preset-env": "^1.7.0", |
48 |
| - "babel-preset-react": "^6.24.1", |
| 48 | + "babel-jest": "^25.2.4", |
| 49 | + "babel-plugin-add-module-exports": "^1.0.2", |
49 | 50 | "chai": "^4.2.0",
|
50 | 51 | "dirty-chai": "^2.0.1",
|
51 | 52 | "eslint": "^6.8.0",
|
52 |
| - "eslint-config-airbnb": "^9.0.1", |
53 |
| - "eslint-config-airbnb-base": "^3.0.1", |
54 |
| - "eslint-plugin-import": "^2.20.1", |
| 53 | + "eslint-config-airbnb": "^18.1.0", |
| 54 | + "eslint-config-airbnb-base": "^14.1.0", |
| 55 | + "eslint-plugin-import": "^2.20.2", |
55 | 56 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
56 | 57 | "eslint-plugin-mocha": "^6.3.0",
|
57 | 58 | "eslint-plugin-react": "^7.19.0",
|
58 |
| - "jest": "^20.0.4", |
| 59 | + "jest": "^25.2.4", |
59 | 60 | "prop-types": "^15.7.2",
|
60 | 61 | "react": "^16.13.1",
|
61 | 62 | "release-script": "^1.0.2",
|
62 | 63 | "sinon": "^9.0.1",
|
63 | 64 | "sinon-chai": "^3.5.0"
|
64 | 65 | },
|
65 | 66 | "dependencies": {
|
66 |
| - "react-is": "^16.3.2", |
67 |
| - "warning": "^4.0.0" |
| 67 | + "react-is": "^16.13.1", |
| 68 | + "warning": "^4.0.3" |
68 | 69 | }
|
69 | 70 | }
|
0 commit comments