|
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | 29 | "babel": "^6.5.2", |
30 | | - "babel-cli": "^6.6.5", |
31 | | - "babel-core": "^6.7.2", |
32 | | - "babel-eslint": "^6.0.4", |
33 | | - "babel-loader": "^6.2.4", |
34 | | - "babel-plugin-transform-class-properties": "^6.11.5", |
35 | | - "babel-polyfill": "^6.7.2", |
36 | | - "babel-preset-es2015": "^6.6.0", |
37 | | - "babel-preset-react": "^6.5.0", |
38 | | - "babel-preset-stage-0": "^6.5.0", |
39 | | - "chai": "3.5.0", |
40 | | - "classnames": "^2.2.3", |
| 30 | + "babel-core": "^6.17.0", |
| 31 | + "babel-loader": "^6.2.5", |
| 32 | + "babel-plugin-transform-class-properties": "^6.16.0", |
| 33 | + "babel-polyfill": "^6.16.0", |
| 34 | + "babel-preset-es2015": "^6.16.0", |
| 35 | + "babel-preset-react": "^6.16.0", |
| 36 | + "babel-preset-stage-0": "^6.16.0", |
| 37 | + "chai": "^3.5.0", |
| 38 | + "classnames": "^2.2.5", |
41 | 39 | "colors": "^1.1.2", |
42 | | - "coveralls": "^2.11.8", |
43 | | - "css-loader": "^0.23.1", |
44 | | - "d2": "~25.1.1", |
45 | | - "enzyme": "^2.4.1", |
46 | | - "eslint": "^2.9.0", |
47 | | - "eslint-config-airbnb": "^6.0.2", |
48 | | - "eslint-config-dhis2": "^2.0.2", |
49 | | - "eslint-plugin-react": "^4.2.3", |
50 | | - "fbjs": "^0.8.2", |
51 | | - "http-proxy": "git+https://github.com/nicolayr/node-http-proxy.git", |
52 | | - "isparta": "^4.0.0", |
53 | | - "isparta-loader": "^2.0.0", |
54 | | - "istanbul": "^0.4.2", |
55 | | - "istanbul-instrumenter-loader": "^0.2.0", |
56 | | - "jsdom": "^8.1.0", |
57 | | - "lodash.isfinite": "^3.3.0", |
58 | | - "lodash.isfunction": "^3.0.8", |
59 | | - "loglevel": "1.4.0", |
60 | | - "material-ui": "^0.15.4", |
61 | | - "mocha": "2.4.5", |
62 | | - "mocha-jsdom": "^1.1.0", |
63 | | - "mocha-silent-reporter": "^1.0.0", |
64 | | - "moment": "^2.11.2", |
65 | | - "node-sass": "^3.4.2", |
66 | | - "precommit-hook": "^3.0.0", |
67 | | - "proxyquire": "^1.7.10", |
68 | | - "react": "^15.3.0", |
69 | | - "react-addons-test-utils": "^15.3.1", |
70 | | - "react-color": "^2.2.7", |
71 | | - "react-dom": "^15.3.0", |
| 40 | + "css-loader": "^0.25.0", |
| 41 | + "d2": "^25.1.15", |
| 42 | + "d2-utilizr": "^0.2.11", |
| 43 | + "d3-format": "^1.0.2", |
| 44 | + "d3-scale": "^1.0.3", |
| 45 | + "draft-js": "^0.9.1", |
| 46 | + "enzyme": "^2.5.1", |
| 47 | + "loglevel": "^1.4.1", |
| 48 | + "material-ui": "0.15.4", |
| 49 | + "mocha": "^3.1.2", |
| 50 | + "moment": "^2.15.2", |
| 51 | + "node-pre-gyp": "^0.6.30", |
| 52 | + "node-sass": "^3.10.1", |
| 53 | + "react": "^15.3.2", |
| 54 | + "react-addons-test-utils": "^15.3.2", |
| 55 | + "react-color": "^2.4.0", |
| 56 | + "react-dom": "^15.3.2", |
72 | 57 | "react-stub-context": "^0.7.0", |
73 | 58 | "react-tap-event-plugin": "^1.0.0", |
74 | | - "sass-loader": "^3.2.0", |
75 | | - "sinon": "^1.17.3", |
| 59 | + "rx": "^4.1.0", |
| 60 | + "sass-loader": "^4.0.2", |
| 61 | + "sinon": "^1.17.6", |
76 | 62 | "sinon-chai": "^2.8.0", |
77 | | - "style-loader": "^0.13.0", |
78 | | - "webpack": "^2.1.0-beta.20", |
79 | | - "webpack-dev-server": "^2.1.0-beta.0", |
| 63 | + "style-loader": "^0.13.1", |
| 64 | + "webpack": "2.1.0-beta.25", |
| 65 | + "webpack-dev-server": "2.1.0-beta.9", |
80 | 66 | "webpack-visualizer-plugin": "^0.1.5" |
81 | 67 | }, |
82 | | - "dependencies": { |
83 | | - "d2-utilizr": "^0.2.4", |
84 | | - "d3-color": "^0.4.2", |
85 | | - "d3-format": "^0.6.0", |
86 | | - "d3-scale": "^0.7.2", |
87 | | - "draft-js": "^0.7.0", |
88 | | - "lodash": "^4.12.0", |
89 | | - "loglevel": "1.4.0", |
90 | | - "moment": "^2.11.2", |
91 | | - "react-color": "^2.2.7", |
92 | | - "recompose": "^0.20.2", |
93 | | - "rx": "^4.0.8" |
94 | | - }, |
| 68 | + "dependencies": {}, |
95 | 69 | "pre-commit": [ |
96 | 70 | "validate", |
97 | 71 | "test" |
|
0 commit comments