@finos/legend-lego 2.0.34 → 2.0.35
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 +8 -8
package/lib/index.css
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-lego",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.35",
|
4
4
|
"description": "Legend code editor support",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -46,13 +46,13 @@
|
|
46
46
|
"test:watch": "jest --watch"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@finos/legend-application": "16.0.
|
50
|
-
"@finos/legend-art": "7.1.
|
51
|
-
"@finos/legend-code-editor": "2.0.
|
52
|
-
"@finos/legend-graph": "32.0.
|
53
|
-
"@finos/legend-shared": "10.0.
|
49
|
+
"@finos/legend-application": "16.0.17",
|
50
|
+
"@finos/legend-art": "7.1.74",
|
51
|
+
"@finos/legend-code-editor": "2.0.33",
|
52
|
+
"@finos/legend-graph": "32.0.1",
|
53
|
+
"@finos/legend-shared": "10.0.66",
|
54
54
|
"@types/css-font-loading-module": "0.0.14",
|
55
|
-
"@types/react": "19.0.
|
55
|
+
"@types/react": "19.0.3",
|
56
56
|
"@types/react-dom": "19.0.2",
|
57
57
|
"ag-grid-community": "33.0.3",
|
58
58
|
"ag-grid-enterprise": "33.0.3",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"jest": "29.7.0",
|
73
73
|
"npm-run-all": "4.1.5",
|
74
74
|
"rimraf": "6.0.1",
|
75
|
-
"sass": "1.83.
|
75
|
+
"sass": "1.83.1",
|
76
76
|
"typescript": "5.7.2"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|