ag-grid-community 29.3.2 → 29.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export declare const VERSION = "29.3.2";
1
+ export declare const VERSION = "29.3.3";
package/main.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for ag-grid-community v29.3.2
1
+ // Type definitions for ag-grid-community v29.3.3
2
2
  // Project: https://www.ag-grid.com/
3
3
  // Definitions by: Niall Crosby <https://github.com/ag-grid/>
4
4
  export * from "./dist/lib/main";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-grid-community",
3
- "version": "29.3.2",
3
+ "version": "29.3.3",
4
4
  "description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
5
5
  "main": "./dist/ag-grid-community.cjs.js",
6
6
  "module": "./dist/ag-grid-community.auto.esm.js",
@@ -54,12 +54,12 @@
54
54
  "homepage": "https://www.ag-grid.com/",
55
55
  "dependencies": {},
56
56
  "devDependencies": {
57
- "@ag-grid-community/all-modules": "~29.3.2",
58
- "@ag-grid-community/core": "~29.3.2",
59
- "@ag-grid-community/client-side-row-model": "~29.3.2",
60
- "@ag-grid-community/csv-export": "~29.3.2",
61
- "@ag-grid-community/infinite-row-model": "~29.3.2",
62
- "@ag-grid-community/styles": "~29.3.2",
57
+ "@ag-grid-community/all-modules": "~29.3.3",
58
+ "@ag-grid-community/core": "~29.3.3",
59
+ "@ag-grid-community/client-side-row-model": "~29.3.3",
60
+ "@ag-grid-community/csv-export": "~29.3.3",
61
+ "@ag-grid-community/infinite-row-model": "~29.3.3",
62
+ "@ag-grid-community/styles": "~29.3.3",
63
63
  "@types/node": "12.20.20",
64
64
  "gulp": "4.0.2",
65
65
  "gulp-clean": "0.4.0",