|
88 | 88 | "babel-loader": "^6.2.5", |
89 | 89 | "babel-plugin-add-module-exports": "^0.2.1", |
90 | 90 | "babel-plugin-dev-expression": "^0.2.1", |
91 | | - "babel-plugin-tcomb": "^0.3.17", |
| 91 | + "babel-plugin-tcomb": "^0.3.19", |
92 | 92 | "babel-plugin-webpack-loaders": "^0.8.0", |
93 | 93 | "babel-polyfill": "^6.16.0", |
94 | 94 | "babel-preset-es2015": "^6.16.0", |
|
100 | 100 | "boiler-room-custodian": "^0.4.2", |
101 | 101 | "chai": "^3.5.0", |
102 | 102 | "concurrently": "^3.1.0", |
103 | | - "cross-env": "^3.1.1", |
| 103 | + "cross-env": "^3.1.3", |
104 | 104 | "css-loader": "^0.25.0", |
105 | 105 | "css-modules-require-hook": "^4.0.5", |
106 | 106 | "del": "^2.2.2", |
107 | | - "devtron": "^1.3.0", |
108 | | - "electron": "^1.4.3", |
109 | | - "electron-builder": "^5.26.0", |
| 107 | + "devtron": "^1.4.0", |
| 108 | + "electron": "^1.4.4", |
110 | 109 | "electron-devtools-installer": "^2.0.1", |
111 | | - "electron-rebuild": "^1.2.1", |
112 | | - "enzyme": "^2.4.1", |
113 | | - "eslint": "^3.7.1", |
| 110 | + "electron-packager": "^8.1.0", |
| 111 | + "electron-rebuild": "^1.3.0", |
| 112 | + "enzyme": "^2.5.1", |
| 113 | + "eslint": "^3.8.1", |
114 | 114 | "eslint-config-airbnb": "^12.0.0", |
115 | | - "eslint-formatter-pretty": "^1.0.0", |
| 115 | + "eslint-formatter-pretty": "^1.1.0", |
116 | 116 | "eslint-import-resolver-webpack": "^0.6.0", |
117 | | - "eslint-loader": "^1.5.0", |
118 | | - "eslint-plugin-flowtype-errors": "^1.3.1", |
119 | | - "eslint-plugin-import": "^2.0.0", |
120 | | - "eslint-plugin-jsx-a11y": "^2.2.2", |
121 | | - "eslint-plugin-mocha": "^4.6.0", |
122 | | - "eslint-plugin-promise": "^2.0.1", |
123 | | - "eslint-plugin-react": "^6.3.0", |
| 117 | + "eslint-loader": "^1.6.0", |
| 118 | + "eslint-plugin-flowtype-errors": "^1.4.1", |
| 119 | + "eslint-plugin-import": "^2.0.1", |
| 120 | + "eslint-plugin-jsx-a11y": "^2.2.3", |
| 121 | + "eslint-plugin-promise": "^3.3.0", |
| 122 | + "eslint-plugin-mocha": "^4.7.0", |
| 123 | + "eslint-plugin-react": "^6.4.1", |
124 | 124 | "express": "^4.14.0", |
125 | 125 | "extract-text-webpack-plugin": "^1.0.1", |
126 | 126 | "fbjs-scripts": "^0.7.1", |
127 | | - "html-webpack-plugin": "^2.22.0", |
128 | | - "jsdom": "^9.6.0", |
| 127 | + "jsdom": "^9.8.0", |
129 | 128 | "json-loader": "^0.5.4", |
130 | 129 | "minimist": "^1.2.0", |
131 | | - "mocha": "^3.1.0", |
| 130 | + "mocha": "^3.1.2", |
132 | 131 | "node-libs-browser": "^1.0.0", |
133 | 132 | "postcss": "^5.2.4", |
134 | 133 | "react-addons-test-utils": "^15.3.2", |
|
138 | 137 | "style-loader": "^0.13.1", |
139 | 138 | "tcomb": "^3.2.15", |
140 | 139 | "webpack": "^1.13.2", |
141 | | - "webpack-dev-middleware": "^1.8.3", |
142 | | - "webpack-hot-middleware": "^2.12.2", |
143 | | - "webpack-merge": "^0.14.1", |
| 140 | + "webpack-dev-middleware": "^1.8.4", |
| 141 | + "webpack-hot-middleware": "^2.13.0", |
| 142 | + "webpack-merge": "^0.15.0", |
144 | 143 | "webpack-validator": "^2.2.9" |
145 | 144 | }, |
146 | 145 | "dependencies": { |
147 | 146 | "electron-debug": "^1.0.1", |
| 147 | + "font-awesome": "^4.6.3", |
| 148 | + "postcss": "^5.2.5", |
148 | 149 | "react": "^15.3.2", |
149 | 150 | "react-dom": "^15.3.2", |
150 | 151 | "react-redux": "^4.4.5", |
151 | | - "react-router": "^2.8.1", |
| 152 | + "react-router": "^3.0.0", |
152 | 153 | "react-router-redux": "^4.0.6", |
153 | 154 | "redux": "^3.6.0", |
154 | 155 | "redux-thunk": "^2.1.0", |
155 | | - "source-map-support": "^0.4.3" |
| 156 | + "source-map-support": "^0.4.5" |
156 | 157 | }, |
157 | 158 | "devEngines": { |
158 | 159 | "node": "4.x || 5.x || 6.x", |
|
0 commit comments