@finos/legend-lego 1.1.25 → 1.1.27
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 +17 -17
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.27",
|
4
4
|
"description": "Legend shared advanced application components and building blocks",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -47,18 +47,18 @@
|
|
47
47
|
"test:watch": "jest --watch"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@ag-grid-community/client-side-row-model": "30.0
|
51
|
-
"@ag-grid-community/core": "30.0
|
52
|
-
"@ag-grid-community/react": "30.0
|
53
|
-
"@ag-grid-community/styles": "30.0
|
54
|
-
"@finos/legend-application": "15.0.
|
55
|
-
"@finos/legend-art": "7.0.
|
56
|
-
"@finos/legend-graph": "31.
|
57
|
-
"@finos/legend-shared": "10.0.
|
58
|
-
"@types/css-font-loading-module": "0.0.
|
59
|
-
"@types/react": "18.2.
|
50
|
+
"@ag-grid-community/client-side-row-model": "30.1.0",
|
51
|
+
"@ag-grid-community/core": "30.1.0",
|
52
|
+
"@ag-grid-community/react": "30.1.0",
|
53
|
+
"@ag-grid-community/styles": "30.1.0",
|
54
|
+
"@finos/legend-application": "15.0.40",
|
55
|
+
"@finos/legend-art": "7.0.40",
|
56
|
+
"@finos/legend-graph": "31.2.0",
|
57
|
+
"@finos/legend-shared": "10.0.25",
|
58
|
+
"@types/css-font-loading-module": "0.0.9",
|
59
|
+
"@types/react": "18.2.21",
|
60
60
|
"@types/react-dom": "18.2.7",
|
61
|
-
"mobx": "6.10.
|
61
|
+
"mobx": "6.10.2",
|
62
62
|
"mobx-react-lite": "3.4.3",
|
63
63
|
"monaco-editor": "0.41.0",
|
64
64
|
"react": "18.2.0",
|
@@ -66,15 +66,15 @@
|
|
66
66
|
"react-dom": "18.2.0"
|
67
67
|
},
|
68
68
|
"devDependencies": {
|
69
|
-
"@finos/legend-dev-utils": "2.0.
|
70
|
-
"@jest/globals": "29.6.
|
69
|
+
"@finos/legend-dev-utils": "2.0.79",
|
70
|
+
"@jest/globals": "29.6.4",
|
71
71
|
"cross-env": "7.0.3",
|
72
|
-
"eslint": "8.
|
73
|
-
"jest": "29.6.
|
72
|
+
"eslint": "8.48.0",
|
73
|
+
"jest": "29.6.4",
|
74
74
|
"npm-run-all": "4.1.5",
|
75
75
|
"rimraf": "5.0.1",
|
76
76
|
"sass": "1.66.1",
|
77
|
-
"typescript": "5.
|
77
|
+
"typescript": "5.2.2"
|
78
78
|
},
|
79
79
|
"peerDependencies": {
|
80
80
|
"react": "^18.0.0"
|