@finos/legend-extension-dsl-diagram 8.1.24 → 8.1.26
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.css +1 -1
- package/lib/package.json +4 -4
- package/package.json +12 -12
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-diagram",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.26",
|
4
4
|
"description": "Legend extension for Diagram DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@finos/legend-graph": "workspace:*",
|
54
54
|
"@finos/legend-shared": "workspace:*",
|
55
55
|
"@finos/legend-storage": "workspace:*",
|
56
|
-
"@types/react": "18.3.
|
56
|
+
"@types/react": "18.3.12",
|
57
57
|
"mobx": "6.13.5",
|
58
58
|
"mobx-react-lite": "4.0.7",
|
59
59
|
"react": "18.3.1",
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"@testing-library/dom": "10.4.0",
|
68
68
|
"@testing-library/react": "16.0.1",
|
69
69
|
"cross-env": "7.0.3",
|
70
|
-
"eslint": "9.
|
70
|
+
"eslint": "9.13.0",
|
71
71
|
"jest": "29.7.0",
|
72
72
|
"npm-run-all": "4.1.5",
|
73
73
|
"rimraf": "6.0.1",
|
74
|
-
"sass": "1.80.
|
74
|
+
"sass": "1.80.5",
|
75
75
|
"typescript": "5.6.3"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-diagram",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.26",
|
4
4
|
"description": "Legend extension for Diagram DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -46,14 +46,14 @@
|
|
46
46
|
"test:watch": "jest --watch"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@finos/legend-application": "16.0.
|
50
|
-
"@finos/legend-application-studio": "28.18.
|
51
|
-
"@finos/legend-art": "7.1.
|
52
|
-
"@finos/legend-code-editor": "2.0.
|
53
|
-
"@finos/legend-graph": "31.10.
|
54
|
-
"@finos/legend-shared": "10.0.
|
55
|
-
"@finos/legend-storage": "3.0.
|
56
|
-
"@types/react": "18.3.
|
49
|
+
"@finos/legend-application": "16.0.7",
|
50
|
+
"@finos/legend-application-studio": "28.18.50",
|
51
|
+
"@finos/legend-art": "7.1.65",
|
52
|
+
"@finos/legend-code-editor": "2.0.11",
|
53
|
+
"@finos/legend-graph": "31.10.45",
|
54
|
+
"@finos/legend-shared": "10.0.59",
|
55
|
+
"@finos/legend-storage": "3.0.109",
|
56
|
+
"@types/react": "18.3.12",
|
57
57
|
"mobx": "6.13.5",
|
58
58
|
"mobx-react-lite": "4.0.7",
|
59
59
|
"react": "18.3.1",
|
@@ -62,16 +62,16 @@
|
|
62
62
|
"serializr": "3.0.3"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@finos/legend-dev-utils": "2.1.
|
65
|
+
"@finos/legend-dev-utils": "2.1.27",
|
66
66
|
"@jest/globals": "29.7.0",
|
67
67
|
"@testing-library/dom": "10.4.0",
|
68
68
|
"@testing-library/react": "16.0.1",
|
69
69
|
"cross-env": "7.0.3",
|
70
|
-
"eslint": "9.
|
70
|
+
"eslint": "9.13.0",
|
71
71
|
"jest": "29.7.0",
|
72
72
|
"npm-run-all": "4.1.5",
|
73
73
|
"rimraf": "6.0.1",
|
74
|
-
"sass": "1.80.
|
74
|
+
"sass": "1.80.5",
|
75
75
|
"typescript": "5.6.3"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|