|
38 | 38 | "babel-runtime": "^6.23.0", |
39 | 39 | "invariant": "^2.2.2", |
40 | 40 | "lodash": "^4.17.4", |
41 | | - "prop-types": "^15.5.6", |
| 41 | + "prop-types": "^15.5.10", |
42 | 42 | "react-static-container": "^1.0.1" |
43 | 43 | }, |
44 | 44 | "peerDependencies": { |
45 | | - "react": ">=0.14.0", |
46 | | - "react-relay": ">=0.6.0", |
47 | | - "react-router": ">=2.3.0" |
| 45 | + "react": "^0.14.9 || >=15.3.0", |
| 46 | + "react-relay": ">=0.6.0 <1.0.0", |
| 47 | + "react-router": "^2.3.0 || ^3.0.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "babel-cli": "^6.24.1", |
51 | 51 | "babel-core": "^6.24.1", |
52 | | - "babel-eslint": "^7.2.1", |
53 | | - "babel-loader": "^6.4.1", |
| 52 | + "babel-eslint": "^7.2.3", |
| 53 | + "babel-loader": "^7.0.0", |
54 | 54 | "babel-plugin-add-module-exports": "^0.2.1", |
55 | 55 | "babel-plugin-dev-expression": "^0.2.1", |
56 | 56 | "babel-plugin-transform-runtime": "^6.23.0", |
|
61 | 61 | "babel-register": "^6.24.1", |
62 | 62 | "babel-relay-plugin": "^0.10.0", |
63 | 63 | "chai": "^3.5.0", |
64 | | - "cross-env": "^4.0.0", |
| 64 | + "cross-env": "^5.0.0", |
65 | 65 | "eslint": "^3.19.0", |
66 | 66 | "eslint-config-4catalyzer-react": "^0.2.0", |
67 | | - "eslint-plugin-import": "^2.2.0", |
| 67 | + "eslint-plugin-import": "^2.3.0", |
68 | 68 | "eslint-plugin-jsx-a11y": "^2.2.3", |
69 | 69 | "eslint-plugin-react": "^6.10.3", |
70 | | - "graphql": "^0.9.2", |
| 70 | + "graphql": "^0.10.1", |
71 | 71 | "graphql-relay": "^0.5.1", |
72 | | - "karma": "^1.6.0", |
73 | | - "karma-chrome-launcher": "^2.0.0", |
| 72 | + "karma": "^1.7.0", |
| 73 | + "karma-chrome-launcher": "^2.1.1", |
74 | 74 | "karma-firefox-launcher": "^1.0.1", |
75 | 75 | "karma-mocha": "^1.3.0", |
76 | 76 | "karma-mocha-reporter": "^2.2.3", |
77 | 77 | "karma-sinon-chai": "^1.3.1", |
78 | 78 | "karma-sourcemap-loader": "^0.3.7", |
79 | | - "karma-webpack": "^1.8.0", |
80 | | - "mocha": "^3.2.0", |
81 | | - "react": "^15.5.3", |
82 | | - "react-dom": "^15.5.3", |
| 79 | + "karma-webpack": "^2.0.3", |
| 80 | + "mocha": "^3.4.2", |
| 81 | + "react": "^15.5.4", |
| 82 | + "react-dom": "^15.5.4", |
83 | 83 | "react-relay": "^0.10.0", |
84 | 84 | "react-router": "^2.8.0", |
85 | 85 | "relay-local-schema": "^0.5.5", |
86 | 86 | "rimraf": "^2.6.1", |
87 | | - "sinon": "^2.1.0", |
88 | | - "sinon-chai": "^2.9.0", |
89 | | - "webpack": "^1.13.2" |
| 87 | + "sinon": "^2.3.2", |
| 88 | + "sinon-chai": "^2.10.0", |
| 89 | + "webpack": "^2.6.1" |
90 | 90 | } |
91 | 91 | } |
0 commit comments