|
1 | 1 | {
|
2 | 2 | "name": "react-scripts",
|
3 |
| - "version": "0.12.0", |
| 3 | + "version": "0.13.0", |
4 | 4 | "description": "shared react site configs",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "author": "First Look Media",
|
|
39 | 39 | "jsdom": "^9.4.1",
|
40 | 40 | "json-loader": "^0.5.4",
|
41 | 41 | "loader-utils": "^0.2.16",
|
42 |
| - "mocha": "^2.5.3", |
43 |
| - "mocha-webpack": "^0.5.0", |
44 | 42 | "postcss-calc": "^5.3.1",
|
45 | 43 | "postcss-loader": "^0.9.1",
|
46 | 44 | "precss": "^1.4.0",
|
|
55 | 53 | "webpack-node-externals": "^1.3.3"
|
56 | 54 | },
|
57 | 55 | "peerDependencies": {
|
58 |
| - "babel-runtime": "^6.11.6", |
59 |
| - "chai": "^3.5.0", |
60 |
| - "chai-enzyme": "^0.5.0", |
61 |
| - "enzyme": "^2.4.1", |
62 |
| - "react": "^15.3.0", |
63 |
| - "react-addons-test-utils": "^15.3.0", |
64 |
| - "react-dom": "^15.3.0", |
65 |
| - "react-relay": "^0.9.0", |
66 |
| - "sinon": "^1.17.5", |
67 |
| - "sinon-chai": "^2.8.0", |
68 |
| - "source-map-support": "^0.4.2" |
| 56 | + "babel-runtime": ">=6.11.6", |
| 57 | + "enzyme": ">=2.4.1", |
| 58 | + "react": ">=15.3.0", |
| 59 | + "react-addons-test-utils": ">=15.3.0", |
| 60 | + "react-dom": ">=15.3.0", |
| 61 | + "react-relay": ">=0.9.0", |
| 62 | + "source-map-support": ">=0.4.2" |
69 | 63 | },
|
70 | 64 | "devDependencies": {
|
71 |
| - "babel-relay-plugin": "^0.9.3", |
72 |
| - "chai": "^3.5.0", |
73 |
| - "chai-enzyme": "^0.5.2", |
| 65 | + "babel-relay-plugin": ">=0.9.3", |
74 | 66 | "core-js": "^2.4.1",
|
75 | 67 | "enzyme": "^2.5.1",
|
76 | 68 | "eslint": "^3.2.2",
|
|
79 | 71 | "react": "^15.3.2",
|
80 | 72 | "react-addons-test-utils": "^15.3.2",
|
81 | 73 | "react-dom": "^15.3.2",
|
82 |
| - "sinon": "^1.17.6", |
83 |
| - "sinon-chai": "^2.8.0", |
84 | 74 | "source-map-support": "^0.4.6"
|
85 | 75 | }
|
86 | 76 | }
|
0 commit comments