@finos/legend-lego 1.1.44 → 1.1.45
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.css +1 -1
- package/package.json +30 -30
package/lib/index.css
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-lego",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.45",
|
4
4
|
"description": "Legend shared advanced application components and building blocks",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -47,45 +47,45 @@
|
|
47
47
|
"test:watch": "jest --watch"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@ag-grid-community/client-side-row-model": "30.
|
51
|
-
"@ag-grid-community/core": "30.
|
52
|
-
"@ag-grid-community/csv-export": "30.
|
53
|
-
"@ag-grid-community/react": "30.
|
54
|
-
"@ag-grid-community/styles": "30.
|
55
|
-
"@ag-grid-enterprise/clipboard": "30.
|
56
|
-
"@ag-grid-enterprise/column-tool-panel": "30.
|
57
|
-
"@ag-grid-enterprise/core": "30.
|
58
|
-
"@ag-grid-enterprise/excel-export": "30.
|
59
|
-
"@ag-grid-enterprise/filter-tool-panel": "30.
|
60
|
-
"@ag-grid-enterprise/menu": "30.
|
61
|
-
"@ag-grid-enterprise/range-selection": "30.
|
62
|
-
"@ag-grid-enterprise/row-grouping": "30.
|
63
|
-
"@ag-grid-enterprise/server-side-row-model": "30.
|
64
|
-
"@ag-grid-enterprise/side-bar": "30.
|
65
|
-
"@ag-grid-enterprise/status-bar": "30.
|
66
|
-
"@finos/legend-application": "15.0.
|
67
|
-
"@finos/legend-art": "7.1.
|
68
|
-
"@finos/legend-graph": "31.3.
|
69
|
-
"@finos/legend-shared": "10.0.
|
70
|
-
"@types/css-font-loading-module": "0.0.
|
71
|
-
"@types/react": "18.2.
|
72
|
-
"@types/react-dom": "18.2.
|
50
|
+
"@ag-grid-community/client-side-row-model": "30.2.0",
|
51
|
+
"@ag-grid-community/core": "30.2.0",
|
52
|
+
"@ag-grid-community/csv-export": "30.2.0",
|
53
|
+
"@ag-grid-community/react": "30.2.0",
|
54
|
+
"@ag-grid-community/styles": "30.2.0",
|
55
|
+
"@ag-grid-enterprise/clipboard": "30.2.0",
|
56
|
+
"@ag-grid-enterprise/column-tool-panel": "30.2.0",
|
57
|
+
"@ag-grid-enterprise/core": "30.2.0",
|
58
|
+
"@ag-grid-enterprise/excel-export": "30.2.0",
|
59
|
+
"@ag-grid-enterprise/filter-tool-panel": "30.2.0",
|
60
|
+
"@ag-grid-enterprise/menu": "30.2.0",
|
61
|
+
"@ag-grid-enterprise/range-selection": "30.2.0",
|
62
|
+
"@ag-grid-enterprise/row-grouping": "30.2.0",
|
63
|
+
"@ag-grid-enterprise/server-side-row-model": "30.2.0",
|
64
|
+
"@ag-grid-enterprise/side-bar": "30.2.0",
|
65
|
+
"@ag-grid-enterprise/status-bar": "30.2.0",
|
66
|
+
"@finos/legend-application": "15.0.50",
|
67
|
+
"@finos/legend-art": "7.1.4",
|
68
|
+
"@finos/legend-graph": "31.3.9",
|
69
|
+
"@finos/legend-shared": "10.0.28",
|
70
|
+
"@types/css-font-loading-module": "0.0.10",
|
71
|
+
"@types/react": "18.2.31",
|
72
|
+
"@types/react-dom": "18.2.14",
|
73
73
|
"mobx": "6.10.2",
|
74
|
-
"mobx-react-lite": "
|
75
|
-
"monaco-editor": "0.
|
74
|
+
"mobx-react-lite": "4.0.5",
|
75
|
+
"monaco-editor": "0.44.0",
|
76
76
|
"react": "18.2.0",
|
77
77
|
"react-dnd": "16.0.1",
|
78
78
|
"react-dom": "18.2.0"
|
79
79
|
},
|
80
80
|
"devDependencies": {
|
81
|
-
"@finos/legend-dev-utils": "2.0.
|
81
|
+
"@finos/legend-dev-utils": "2.0.82",
|
82
82
|
"@jest/globals": "29.7.0",
|
83
83
|
"cross-env": "7.0.3",
|
84
|
-
"eslint": "8.
|
84
|
+
"eslint": "8.52.0",
|
85
85
|
"jest": "29.7.0",
|
86
86
|
"npm-run-all": "4.1.5",
|
87
|
-
"rimraf": "5.0.
|
88
|
-
"sass": "1.
|
87
|
+
"rimraf": "5.0.5",
|
88
|
+
"sass": "1.69.4",
|
89
89
|
"typescript": "5.2.2"
|
90
90
|
},
|
91
91
|
"peerDependencies": {
|