AG-1329 Update examples

This commit is contained in:
Sean Landsman
2019-11-11 11:22:13 +00:00
parent ff7c46e553
commit 5ad3592fed
10 changed files with 23 additions and 15 deletions

View File

@@ -38,6 +38,7 @@
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"@ag-grid-community/core": "~22.0.0",
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-function-bind": "7.2.0",
@@ -61,10 +62,8 @@
"webpack-dev-server": "3.4.1"
},
"dependencies": {
"@ag-grid-community/all-modules": "~22.0.0",
"@ag-grid-community/core": "~22.0.0",
"@ag-grid-community/react": "~22.0.0",
"@ag-grid-enterprise/all-modules": "~22.0.0",
"@ag-grid-community/react": "~22.0.0",
"bootstrap": "4.3.1",
"d3": "4.9.1",
"lodash": "4.17.11",
@@ -74,4 +73,4 @@
"react-router-dom": "5.0.0",
"redux": "4.0.1"
}
}
}