@finos/legend-extension-dsl-diagram 8.0.7 → 8.0.8
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 +3 -3
- package/package.json +9 -9
@@ -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;;CA0DnE,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;AA25CH,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": "8.0.
|
3
|
+
"version": "8.0.8",
|
4
4
|
"description": "Legend extension for Diagram DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"@finos/legend-lego": "workspace:*",
|
53
53
|
"@finos/legend-shared": "workspace:*",
|
54
54
|
"@finos/legend-storage": "workspace:*",
|
55
|
-
"@types/react": "18.0
|
55
|
+
"@types/react": "18.2.0",
|
56
56
|
"mobx": "6.9.0",
|
57
57
|
"mobx-react-lite": "3.4.3",
|
58
58
|
"react": "18.2.0",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"jest": "29.5.0",
|
70
70
|
"npm-run-all": "4.1.5",
|
71
71
|
"rimraf": "5.0.0",
|
72
|
-
"sass": "1.62.
|
72
|
+
"sass": "1.62.1",
|
73
73
|
"typescript": "5.0.4"
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-diagram",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.8",
|
4
4
|
"description": "Legend extension for Diagram DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -45,14 +45,14 @@
|
|
45
45
|
"test:watch": "jest --watch"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@finos/legend-application": "15.0.
|
49
|
-
"@finos/legend-application-studio": "24.1.
|
50
|
-
"@finos/legend-art": "7.0.
|
51
|
-
"@finos/legend-graph": "28.1.
|
52
|
-
"@finos/legend-lego": "0.1.
|
48
|
+
"@finos/legend-application": "15.0.5",
|
49
|
+
"@finos/legend-application-studio": "24.1.2",
|
50
|
+
"@finos/legend-art": "7.0.6",
|
51
|
+
"@finos/legend-graph": "28.1.2",
|
52
|
+
"@finos/legend-lego": "0.1.11",
|
53
53
|
"@finos/legend-shared": "10.0.2",
|
54
54
|
"@finos/legend-storage": "3.0.52",
|
55
|
-
"@types/react": "18.0
|
55
|
+
"@types/react": "18.2.0",
|
56
56
|
"mobx": "6.9.0",
|
57
57
|
"mobx-react-lite": "3.4.3",
|
58
58
|
"react": "18.2.0",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"serializr": "3.0.2"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"@finos/legend-dev-utils": "2.0.
|
64
|
+
"@finos/legend-dev-utils": "2.0.57",
|
65
65
|
"@jest/globals": "29.5.0",
|
66
66
|
"@testing-library/react": "14.0.0",
|
67
67
|
"cross-env": "7.0.3",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"jest": "29.5.0",
|
70
70
|
"npm-run-all": "4.1.5",
|
71
71
|
"rimraf": "5.0.0",
|
72
|
-
"sass": "1.62.
|
72
|
+
"sass": "1.62.1",
|
73
73
|
"typescript": "5.0.4"
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|