AG-1329 Add licenses etc to new packages

This commit is contained in:
Sean Landsman
2019-11-08 10:54:47 +00:00
parent 1c1e1bf555
commit ff7c46e553

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "22.0.0-beta.0",
"version": "22.0.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -61,10 +61,10 @@
"webpack-dev-server": "3.4.1"
},
"dependencies": {
"@ag-grid-community/all-modules": "^22.0.0-beta.0",
"@ag-grid-community/core": "^22.0.0-beta.0",
"@ag-grid-community/react": "^22.0.0-beta.0",
"@ag-grid-enterprise/all-modules": "^22.0.0-beta.0",
"@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",
"bootstrap": "4.3.1",
"d3": "4.9.1",
"lodash": "4.17.11",
@@ -74,4 +74,4 @@
"react-router-dom": "5.0.0",
"redux": "4.0.1"
}
}
}