|
40 | 40 | "node": ">0.4.0 <1.0.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "babel-cli": "^6.10.1", |
44 | | - "babel-core": "^6.9.1", |
45 | | - "babel-eslint": "^6.0.5", |
| 43 | + "babel-cli": "^6.11.4", |
| 44 | + "babel-core": "^6.11.4", |
| 45 | + "babel-eslint": "^6.1.2", |
46 | 46 | "babel-loader": "^6.2.4", |
47 | 47 | "babel-plugin-transform-object-assign": "^6.8.0", |
48 | 48 | "babel-plugin-transform-react-display-name": "^6.8.0", |
49 | | - "babel-plugin-transform-runtime": "^6.9.0", |
| 49 | + "babel-plugin-transform-runtime": "^6.12.0", |
50 | 50 | "babel-polyfill": "^6.9.1", |
51 | 51 | "babel-preset-es2015": "^6.9.0", |
52 | 52 | "babel-preset-es2015-loose": "^7.0.0", |
53 | | - "babel-preset-react": "^6.5.0", |
| 53 | + "babel-preset-react": "^6.11.1", |
54 | 54 | "babel-preset-react-hmre": "^1.1.1", |
55 | 55 | "babel-preset-stage-0": "^6.5.0", |
56 | | - "canvas": "^1.4.0", |
| 56 | + "canvas": "1.3.16", |
57 | 57 | "chai": "^3.5.0", |
58 | | - "core-js": "^2.4.0", |
| 58 | + "core-js": "^2.4.1", |
59 | 59 | "css-loader": "^0.23.1", |
60 | | - "eslint": "^2.13.1", |
61 | | - "eslint-loader": "^1.3.0", |
62 | | - "eslint-plugin-react": "^5.2.2", |
63 | | - "fabric": "^1.6.2", |
| 60 | + "eslint": "^3.2.2", |
| 61 | + "eslint-loader": "^1.5.0", |
| 62 | + "eslint-plugin-react": "^6.0.0", |
| 63 | + "fabric": "1.6.2", |
64 | 64 | "flexboxgrid": "^6.3.0", |
65 | | - "html-webpack-plugin": "^2.21.0", |
66 | | - "karma": "^0.13.22", |
| 65 | + "html-webpack-plugin": "^2.22.0", |
| 66 | + "karma": "^1.1.2", |
67 | 67 | "karma-babel-preprocessor": "^6.0.1", |
68 | 68 | "karma-chai": "^0.1.0", |
69 | | - "karma-coverage": "^1.0.0", |
70 | | - "karma-mocha": "^1.0.1", |
71 | | - "karma-mocha-reporter": "^2.0.4", |
72 | | - "karma-phantomjs-launcher": "^1.0.0", |
| 69 | + "karma-coverage": "^1.1.1", |
| 70 | + "karma-mocha": "^1.1.1", |
| 71 | + "karma-mocha-reporter": "^2.1.0", |
| 72 | + "karma-phantomjs-launcher": "^1.0.1", |
73 | 73 | "karma-phantomjs-shim": "^1.4.0", |
74 | 74 | "karma-sourcemap-loader": "^0.3.7", |
75 | 75 | "karma-webpack": "^1.7.0", |
76 | | - "material-ui": "^0.15.1", |
77 | | - "mocha": "^2.5.3", |
| 76 | + "material-ui": "^0.15.3", |
| 77 | + "mocha": "^3.0.1", |
78 | 78 | "my-local-ip": "^1.0.0", |
79 | 79 | "open": "0.0.5", |
80 | 80 | "open-browser-webpack-plugin": "0.0.2", |
81 | 81 | "phantomjs": "^2.1.7", |
82 | | - "phantomjs-prebuilt": "^2.1.7", |
83 | | - "react": "^15.1.0", |
84 | | - "react-addons-test-utils": "^15.1.0", |
85 | | - "react-color": "^2.2.0", |
86 | | - "react-dom": "^15.1.0", |
| 82 | + "phantomjs-prebuilt": "^2.1.10", |
| 83 | + "react-addons-test-utils": "15.2.1", |
| 84 | + "react-color": "^2.2.2", |
87 | 85 | "react-hot-loader": "^1.3.0", |
88 | 86 | "react-tap-event-plugin": "latest", |
89 | | - "rimraf": "^2.5.2", |
| 87 | + "rimraf": "^2.5.4", |
90 | 88 | "style-loader": "^0.13.1", |
91 | 89 | "webpack": "^1.13.1", |
92 | 90 | "webpack-dev-server": "^1.14.1", |
93 | 91 | "weinre": "^2.0.0-pre-I0Z7U9OV" |
94 | 92 | }, |
95 | 93 | "dependencies": { |
96 | | - "react": "^15.1.0", |
97 | | - "react-addons-pure-render-mixin": "^15.1.0", |
98 | | - "react-dom": "^15.1.0" |
| 94 | + "react": "15.2.1", |
| 95 | + "react-addons-pure-render-mixin": "15.2.1", |
| 96 | + "react-dom": "15.2.1" |
99 | 97 | } |
100 | 98 | } |
0 commit comments