@finos/legend-extension-dsl-diagram 7.1.11 → 7.1.12
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/studio/ClassDiagramPreview.d.ts +0 -1
- package/lib/components/studio/ClassDiagramPreview.d.ts.map +1 -1
- package/lib/components/studio/DiagramEditor.d.ts +0 -1
- package/lib/components/studio/DiagramEditor.d.ts.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +6 -6
- package/package.json +13 -13
@@ -13,7 +13,6 @@
|
|
13
13
|
* See the License for the specific language governing permissions and
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
17
16
|
import { type Class } from '@finos/legend-graph';
|
18
17
|
export declare const ClassDiagramPreview: ((props: {
|
19
18
|
_class: Class;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ClassDiagramPreview.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ClassDiagramPreview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"ClassDiagramPreview.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ClassDiagramPreview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EAAE,KAAK,KAAK,EAAqB,MAAM,qBAAqB,CAAC;AAKpE,eAAO,MAAM,mBAAmB,WAAoB;IAAE,MAAM,EAAE,KAAK,CAAA;CAAE;;CA4DnE,CAAC"}
|
@@ -13,7 +13,6 @@
|
|
13
13
|
* See the License for the specific language governing permissions and
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
17
16
|
export declare const DiagramEditor: (() => JSX.Element) & {
|
18
17
|
displayName: string;
|
19
18
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAg5CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
|
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": "7.1.
|
3
|
+
"version": "7.1.12",
|
4
4
|
"description": "Legend extension for Diagram DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -49,26 +49,26 @@
|
|
49
49
|
"@finos/legend-graph": "workspace:*",
|
50
50
|
"@finos/legend-shared": "workspace:*",
|
51
51
|
"@finos/legend-storage": "workspace:*",
|
52
|
-
"@types/react": "18.0.
|
52
|
+
"@types/react": "18.0.26",
|
53
53
|
"mobx": "6.7.0",
|
54
54
|
"mobx-react-lite": "3.4.0",
|
55
55
|
"react": "18.2.0",
|
56
56
|
"react-dnd": "16.0.1",
|
57
57
|
"react-dom": "18.2.0",
|
58
|
-
"serializr": "3.0.
|
58
|
+
"serializr": "3.0.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
61
|
"@finos/legend-dev-utils": "workspace:*",
|
62
62
|
"@jest/globals": "29.3.1",
|
63
63
|
"@testing-library/react": "13.4.0",
|
64
64
|
"cross-env": "7.0.3",
|
65
|
-
"eslint": "8.
|
65
|
+
"eslint": "8.29.0",
|
66
66
|
"jest": "29.3.1",
|
67
67
|
"jest-canvas-mock": "2.4.0",
|
68
68
|
"npm-run-all": "4.1.5",
|
69
69
|
"rimraf": "3.0.2",
|
70
|
-
"sass": "1.56.
|
71
|
-
"typescript": "4.9.
|
70
|
+
"sass": "1.56.2",
|
71
|
+
"typescript": "4.9.4"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"react": "^18.0.0"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-diagram",
|
3
|
-
"version": "7.1.
|
3
|
+
"version": "7.1.12",
|
4
4
|
"description": "Legend extension for Diagram DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -43,32 +43,32 @@
|
|
43
43
|
"test:watch": "jest --watch"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@finos/legend-application": "10.2.
|
47
|
-
"@finos/legend-application-studio": "22.1.
|
48
|
-
"@finos/legend-art": "5.0.
|
49
|
-
"@finos/legend-graph": "22.0.
|
50
|
-
"@finos/legend-shared": "6.2.
|
51
|
-
"@finos/legend-storage": "3.0.
|
52
|
-
"@types/react": "18.0.
|
46
|
+
"@finos/legend-application": "10.2.1",
|
47
|
+
"@finos/legend-application-studio": "22.1.1",
|
48
|
+
"@finos/legend-art": "5.0.14",
|
49
|
+
"@finos/legend-graph": "22.0.1",
|
50
|
+
"@finos/legend-shared": "6.2.9",
|
51
|
+
"@finos/legend-storage": "3.0.24",
|
52
|
+
"@types/react": "18.0.26",
|
53
53
|
"mobx": "6.7.0",
|
54
54
|
"mobx-react-lite": "3.4.0",
|
55
55
|
"react": "18.2.0",
|
56
56
|
"react-dnd": "16.0.1",
|
57
57
|
"react-dom": "18.2.0",
|
58
|
-
"serializr": "3.0.
|
58
|
+
"serializr": "3.0.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@finos/legend-dev-utils": "2.0.
|
61
|
+
"@finos/legend-dev-utils": "2.0.32",
|
62
62
|
"@jest/globals": "29.3.1",
|
63
63
|
"@testing-library/react": "13.4.0",
|
64
64
|
"cross-env": "7.0.3",
|
65
|
-
"eslint": "8.
|
65
|
+
"eslint": "8.29.0",
|
66
66
|
"jest": "29.3.1",
|
67
67
|
"jest-canvas-mock": "2.4.0",
|
68
68
|
"npm-run-all": "4.1.5",
|
69
69
|
"rimraf": "3.0.2",
|
70
|
-
"sass": "1.56.
|
71
|
-
"typescript": "4.9.
|
70
|
+
"sass": "1.56.2",
|
71
|
+
"typescript": "4.9.4"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"react": "^18.0.0"
|