@finos/legend-lego 1.2.5 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-lego v1.2.5
1
+ /** @license @finos/legend-lego v1.2.7
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-lego",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "Legend shared advanced application components and building blocks",
5
5
  "keywords": [
6
6
  "legend",
@@ -65,7 +65,7 @@
65
65
  "@ag-grid-enterprise/status-bar": "30.2.0",
66
66
  "@finos/legend-application": "15.0.67",
67
67
  "@finos/legend-art": "7.1.19",
68
- "@finos/legend-graph": "31.8.1",
68
+ "@finos/legend-graph": "31.8.2",
69
69
  "@finos/legend-shared": "10.0.32",
70
70
  "@types/css-font-loading-module": "0.0.10",
71
71
  "@types/react": "18.2.31",
@@ -64,7 +64,7 @@ export const enterpriseModules = [
64
64
 
65
65
  export const allModules = communityModules.concat(enterpriseModules);
66
66
 
67
- declare const AG_GRID_LICENSE: string | null;
67
+ declare const AG_GRID_LICENSE: string;
68
68
 
69
69
  export function DataGrid<TData = unknown>(
70
70
  props: AgGridReactProps<TData> | AgReactUiProps<TData>,