AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-06-06 09:42:17 +01:00
parent 76258a8ee4
commit 7ed2666aaf

View File

@@ -43,8 +43,9 @@
"babel-preset-stage-0": "6.24.x",
"babel-preset-stage-1": "6.24.x",
"css-loader": "0.23.x",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"mkdirp": "0.5.1",
"ncp": "2.0.0",
"rimraf": "2.5.x",
"style-loader": "0.13.x",
"webpack": "1.12.x",
"webpack-dev-server": "1.14.x"
@@ -53,15 +54,14 @@
"ag-grid": "10.0.x",
"ag-grid-enterprise": "10.0.x",
"ag-grid-react": "10.0.x",
"bootstrap": "^3.3.7",
"bootstrap": "3.3.7",
"d3": "4.9.1",
"file-loader": "^0.11.1",
"file-loader": "0.11.1",
"lodash": "4.17.4",
"react": "15.5.x",
"react-dom": "15.5.x",
"react-redux": "5.0.x",
"redux": "3.6.x",
"rimraf": "2.5.x",
"url-search-params-polyfill": "^1.2.0"
"url-search-params-polyfill": "1.2.0"
}
}