Compare commits

...

3 Commits

Author SHA1 Message Date
Sean Landsman
3fe0505941 Release 21.0.1 - initial build 2019-06-06 10:49:16 +01:00
Sean Landsman
70f747e9f3 Update example versions 2019-06-04 15:39:31 +01:00
Sean Landsman
29152268bc Update example versions 2019-06-04 15:35:54 +01:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "ag-grid-react-example", "name": "ag-grid-react-example",
"version": "19.1.2", "version": "21.0.1",
"description": "Example Reach applicaiton using ag-Grid.", "description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js", "main": "dist/ag-grid-react-example.js",
"scripts": { "scripts": {
@@ -61,9 +61,9 @@
"webpack-dev-server": "3.4.1" "webpack-dev-server": "3.4.1"
}, },
"dependencies": { "dependencies": {
"ag-grid-community": "^20.0.0", "ag-grid-community": "^21.0.0",
"ag-grid-enterprise": "^20.0.0", "ag-grid-enterprise": "^21.0.0",
"ag-grid-react": "^20.0.0", "ag-grid-react": "^21.0.0",
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"d3": "4.9.1", "d3": "4.9.1",
"lodash": "4.17.11", "lodash": "4.17.11",