|
55 | 55 | "homepage": "https://github.com/jedwards1211/react-library-skeleton#readme", |
56 | 56 | "devDependencies": { |
57 | 57 | "@jedwards1211/eslint-config-flow": "^1.0.0", |
58 | | - "@jedwards1211/eslint-config-react": "^1.0.1", |
| 58 | + "@jedwards1211/eslint-config-react": "^2.0.0", |
59 | 59 | "@kadira/storybook": "^2.35.2", |
60 | 60 | "babel-cli": "^6.22.2", |
61 | 61 | "babel-core": "^6.22.1", |
62 | 62 | "babel-eslint": "^7.1.1", |
63 | | - "babel-plugin-flow-react-proptypes": "^0.21.0", |
| 63 | + "babel-plugin-flow-react-proptypes": "^2.2.1", |
64 | 64 | "babel-plugin-istanbul": "^4.0.0", |
65 | 65 | "babel-plugin-transform-react-constant-elements": "^6.9.1", |
66 | 66 | "babel-plugin-transform-runtime": "^6.22.0", |
|
76 | 76 | "enzyme": "^2.7.0", |
77 | 77 | "eslint": "^3.13.1", |
78 | 78 | "eslint-plugin-flowtype": "^2.30.0", |
79 | | - "eslint-plugin-react": "^6.8.0", |
| 79 | + "eslint-plugin-react": "^7.0.0", |
80 | 80 | "eslint-watch": "^3.0.0", |
81 | | - "flow-bin": "^0.41.0", |
| 81 | + "flow-bin": "^0.46.0", |
82 | 82 | "flow-watch": "^1.1.0", |
83 | 83 | "husky": "^0.13.1", |
84 | 84 | "istanbul": "^0.4.5", |
85 | | - "jsdom": "^9.9.1", |
86 | | - "jsdom-global": "^2.1.1", |
| 85 | + "jsdom": "^10.1.0", |
| 86 | + "jsdom-global": "^3.0.2", |
87 | 87 | "mocha": "^3.2.0", |
88 | 88 | "nyc": "^10.1.2", |
89 | 89 | "react": "^15.4.2", |
|
97 | 97 | "peerDependencies": { |
98 | 98 | "react": "0.14.x || ^15.0.0" |
99 | 99 | }, |
100 | | - "dependencies": {} |
| 100 | + "dependencies": { |
| 101 | + "prop-types": "^15.0.0" |
| 102 | + } |
101 | 103 | } |
0 commit comments