|
58 | 58 | "<rootDir>/jest-setup.js" |
59 | 59 | ] |
60 | 60 | }, |
61 | | - "dependencies": {}, |
| 61 | + "dependencies": { |
| 62 | + "prop-types": "^15.6.0" |
| 63 | + }, |
62 | 64 | "peerDependencies": { |
63 | | - "prop-types": "^15.5.10 || ^16.0.0", |
64 | | - "react": "^0.14.0 || ^15.0.0 || ^16.0.0" |
| 65 | + "react": ">=0.15.0" |
65 | 66 | }, |
66 | 67 | "devDependencies": { |
67 | | - "@storybook/addon-actions": "^3.2.11", |
68 | | - "@storybook/addon-options": "^3.2.10", |
69 | | - "@storybook/react": "^3.2.11", |
| 68 | + "@storybook/addon-actions": "^3.2.12", |
| 69 | + "@storybook/addon-options": "^3.2.12", |
| 70 | + "@storybook/react": "^3.2.12", |
70 | 71 | "babel-cli": "^6.24.1", |
71 | 72 | "babel-core": "^6.25.0", |
72 | 73 | "babel-jest": "^21.2.0", |
73 | 74 | "babel-preset-env": "^1.6.0", |
74 | 75 | "babel-preset-react": "^6.24.1", |
75 | 76 | "babel-preset-stage-2": "^6.24.1", |
76 | 77 | "concurrently": "3.5.0", |
77 | | - "enzyme": "^3.0.0", |
78 | | - "enzyme-adapter-react-16": "^1.0.0", |
79 | | - "enzyme-to-json": "^3.0.1", |
80 | | - "eslint": "^4.7.2", |
81 | | - "eslint-config-insilico": "^5.0.0", |
| 78 | + "enzyme": "^3.1.0", |
| 79 | + "enzyme-adapter-react-16": "^1.0.2", |
| 80 | + "enzyme-to-json": "^3.1.3", |
| 81 | + "eslint": "^4.9.0", |
| 82 | + "eslint-config-insilico": "^5.0.1", |
82 | 83 | "husky": "^0.14.3", |
83 | 84 | "intersection-observer": "^0.4.0", |
84 | | - "jest": "^21.2.0", |
| 85 | + "jest": "^21.2.1", |
85 | 86 | "lint-staged": "^4.2.3", |
86 | | - "prettier": "^1.7.0", |
| 87 | + "prettier": "^1.7.4", |
87 | 88 | "prop-types": "^15.6.0", |
88 | 89 | "react": "^16.0.0", |
89 | 90 | "react-dom": "^16.0.0", |
|
0 commit comments