|
34 | 34 | }, |
35 | 35 | "homepage": "https://github.com/researchgate/react-fast-highlight#readme", |
36 | 36 | "peerDependencies": { |
37 | | - "react": "^15.3.0" |
| 37 | + "react": "^15.3.0 || ^16.0.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "babel-cli": "^6.14.0", |
| 41 | + "babel-core": "^6.26.0", |
41 | 42 | "babel-eslint": "^7.0.0", |
| 43 | + "babel-jest": "^21.3.0-beta.1", |
42 | 44 | "babel-plugin-transform-class-properties": "^6.11.5", |
43 | 45 | "babel-plugin-transform-object-rest-spread": "^6.8.0", |
44 | 46 | "babel-preset-env": "^1.5.1", |
45 | 47 | "babel-preset-react": "^6.11.1", |
46 | 48 | "cross-env": "^5.0.0", |
47 | 49 | "enzyme": "^3.1.0", |
48 | | - "enzyme-adapter-react-15": "^1.0.1", |
| 50 | + "enzyme-adapter-react-16": "^1.0.1", |
49 | 51 | "eslint": "^4.3.0", |
50 | 52 | "eslint-config-airbnb": "^15.1.0", |
51 | 53 | "eslint-plugin-import": "^2.7.0", |
52 | 54 | "eslint-plugin-jsx-a11y": "^5.1.1", |
53 | 55 | "eslint-plugin-react": "^7.1.0", |
54 | 56 | "flow-bin": "^0.56.0", |
55 | | - "jest": "^21.0.0", |
56 | | - "jest-snapshot": "^21.0.0", |
57 | | - "react": "^15.3.0", |
58 | | - "react-dom": "^15.3.0", |
59 | | - "react-test-renderer": "^15.5.4", |
| 57 | + "jest": "^21.3.0-beta.1", |
| 58 | + "jest-snapshot": "^21.3.0-beta.1", |
| 59 | + "react": "^16.0.0", |
| 60 | + "react-dom": "^16.0.0", |
| 61 | + "react-test-renderer": "^16.0.0", |
60 | 62 | "rimraf": "^2.5.0" |
61 | 63 | }, |
62 | 64 | "dependencies": { |
|
0 commit comments