|
37 | 37 | "@formatjs/intl-relativetimeformat": "^2.6.3",
|
38 | 38 | "@types/hoist-non-react-statics": "^3.3.1",
|
39 | 39 | "@types/invariant": "^2.2.30",
|
40 |
| - "@types/react": "^16.0.0", |
41 | 40 | "hoist-non-react-statics": "^3.3.0",
|
42 | 41 | "intl-format-cache": "^4.1.10",
|
43 | 42 | "intl-locales-supported": "^1.4.5",
|
44 | 43 | "intl-messageformat": "^6.1.5",
|
45 | 44 | "intl-messageformat-parser": "^3.0.7",
|
46 | 45 | "invariant": "^2.1.1",
|
47 |
| - "react": "^16.3.0", |
48 | 46 | "shallow-equal": "^1.1.0"
|
49 | 47 | },
|
| 48 | + "peerDependencies": { |
| 49 | + "@types/react": "^16.0.0", |
| 50 | + "react": "^16.3.0" |
| 51 | + }, |
50 | 52 | "devDependencies": {
|
51 | 53 | "@babel/core": "^7.5.5",
|
52 | 54 | "@babel/node": "^7.5.5",
|
|
59 | 61 | "@types/jest": "^24.0.17",
|
60 | 62 | "@types/prop-types": "^15.7.1",
|
61 | 63 | "@types/react-dom": "^16.8.5",
|
| 64 | + "@types/react": "^16.0.0", |
62 | 65 | "@typescript-eslint/eslint-plugin": "^1.13.0",
|
63 | 66 | "@typescript-eslint/parser": "^1.13.0",
|
64 | 67 | "babel-jest": "^24.8.0",
|
65 | 68 | "benchmark": "^2.1.0",
|
66 | 69 | "cross-env": "^5.2.0",
|
67 |
| - "enzyme": "^3.6.0", |
68 | 70 | "enzyme-adapter-react-16": "^1.5.0",
|
69 | 71 | "enzyme-to-json": "^3.4.0",
|
70 |
| - "eslint": "^6.1.0", |
| 72 | + "enzyme": "^3.6.0", |
71 | 73 | "eslint-plugin-react": "^7.14.3",
|
| 74 | + "eslint": "^6.1.0", |
72 | 75 | "fs-extra": "^8.1.0",
|
73 | 76 | "full-icu": "^1.3.0",
|
74 | 77 | "glob": "^7.0.0",
|
|
80 | 83 | "pre-commit": "^1.2.2",
|
81 | 84 | "prettier": "^1.6.1",
|
82 | 85 | "react-dom": "^16.9.0",
|
| 86 | + "react": "^16.3.0", |
83 | 87 | "rimraf": "^2.4.2",
|
84 |
| - "rollup": "^1.19.4", |
85 | 88 | "rollup-plugin-babel": "^4.3.3",
|
86 | 89 | "rollup-plugin-commonjs": "^10.0.2",
|
87 | 90 | "rollup-plugin-node-resolve": "^5.2.0",
|
88 | 91 | "rollup-plugin-replace": "^2.0.0",
|
89 | 92 | "rollup-plugin-typescript2": "^0.22.1",
|
90 | 93 | "rollup-plugin-uglify": "^6.0.0",
|
| 94 | + "rollup": "^1.19.4", |
91 | 95 | "standard-version": "^7.0.0",
|
92 | 96 | "ts-jest": "^24.0.2",
|
93 | 97 | "ts-node": "^8.3.0",
|
|
0 commit comments