@finos/legend-application-studio 28.10.1 → 28.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +1 -1
- package/lib/package.json +10 -10
- package/package.json +21 -21
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-application-studio",
|
3
|
-
"version": "28.10.
|
3
|
+
"version": "28.10.2",
|
4
4
|
"description": "Legend Studio application core",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -56,29 +56,29 @@
|
|
56
56
|
"@finos/legend-shared": "workspace:*",
|
57
57
|
"@finos/legend-storage": "workspace:*",
|
58
58
|
"@testing-library/react": "14.0.0",
|
59
|
-
"@types/react": "18.2.
|
60
|
-
"@types/react-dom": "18.2.
|
61
|
-
"fast-xml-parser": "4.2
|
59
|
+
"@types/react": "18.2.31",
|
60
|
+
"@types/react-dom": "18.2.14",
|
61
|
+
"fast-xml-parser": "4.3.2",
|
62
62
|
"mobx": "6.10.2",
|
63
|
-
"mobx-react-lite": "
|
63
|
+
"mobx-react-lite": "4.0.5",
|
64
64
|
"mobx-utils": "6.0.8",
|
65
|
-
"monaco-editor": "0.
|
65
|
+
"monaco-editor": "0.44.0",
|
66
66
|
"node-diff3": "3.1.2",
|
67
67
|
"react": "18.2.0",
|
68
68
|
"react-dnd": "16.0.1",
|
69
69
|
"react-dom": "18.2.0",
|
70
70
|
"serializr": "3.0.2",
|
71
|
-
"yaml": "2.3.
|
71
|
+
"yaml": "2.3.3"
|
72
72
|
},
|
73
73
|
"devDependencies": {
|
74
74
|
"@finos/legend-dev-utils": "workspace:*",
|
75
75
|
"@jest/globals": "29.7.0",
|
76
76
|
"cross-env": "7.0.3",
|
77
|
-
"eslint": "8.
|
77
|
+
"eslint": "8.52.0",
|
78
78
|
"jest": "29.7.0",
|
79
79
|
"npm-run-all": "4.1.5",
|
80
|
-
"rimraf": "5.0.
|
81
|
-
"sass": "1.
|
80
|
+
"rimraf": "5.0.5",
|
81
|
+
"sass": "1.69.4",
|
82
82
|
"typescript": "5.2.2"
|
83
83
|
},
|
84
84
|
"peerDependencies": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-application-studio",
|
3
|
-
"version": "28.10.
|
3
|
+
"version": "28.10.2",
|
4
4
|
"description": "Legend Studio application core",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -45,40 +45,40 @@
|
|
45
45
|
"test:watch": "jest --watch"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@finos/legend-application": "15.0.
|
49
|
-
"@finos/legend-art": "7.1.
|
50
|
-
"@finos/legend-graph": "31.3.
|
51
|
-
"@finos/legend-lego": "1.1.
|
52
|
-
"@finos/legend-query-builder": "4.11.
|
53
|
-
"@finos/legend-server-depot": "6.0.
|
54
|
-
"@finos/legend-server-sdlc": "5.2.
|
55
|
-
"@finos/legend-server-showcase": "0.2.
|
56
|
-
"@finos/legend-shared": "10.0.
|
57
|
-
"@finos/legend-storage": "3.0.
|
48
|
+
"@finos/legend-application": "15.0.50",
|
49
|
+
"@finos/legend-art": "7.1.4",
|
50
|
+
"@finos/legend-graph": "31.3.9",
|
51
|
+
"@finos/legend-lego": "1.1.45",
|
52
|
+
"@finos/legend-query-builder": "4.11.3",
|
53
|
+
"@finos/legend-server-depot": "6.0.32",
|
54
|
+
"@finos/legend-server-sdlc": "5.2.3",
|
55
|
+
"@finos/legend-server-showcase": "0.2.1",
|
56
|
+
"@finos/legend-shared": "10.0.28",
|
57
|
+
"@finos/legend-storage": "3.0.78",
|
58
58
|
"@testing-library/react": "14.0.0",
|
59
|
-
"@types/react": "18.2.
|
60
|
-
"@types/react-dom": "18.2.
|
61
|
-
"fast-xml-parser": "4.2
|
59
|
+
"@types/react": "18.2.31",
|
60
|
+
"@types/react-dom": "18.2.14",
|
61
|
+
"fast-xml-parser": "4.3.2",
|
62
62
|
"mobx": "6.10.2",
|
63
|
-
"mobx-react-lite": "
|
63
|
+
"mobx-react-lite": "4.0.5",
|
64
64
|
"mobx-utils": "6.0.8",
|
65
|
-
"monaco-editor": "0.
|
65
|
+
"monaco-editor": "0.44.0",
|
66
66
|
"node-diff3": "3.1.2",
|
67
67
|
"react": "18.2.0",
|
68
68
|
"react-dnd": "16.0.1",
|
69
69
|
"react-dom": "18.2.0",
|
70
70
|
"serializr": "3.0.2",
|
71
|
-
"yaml": "2.3.
|
71
|
+
"yaml": "2.3.3"
|
72
72
|
},
|
73
73
|
"devDependencies": {
|
74
|
-
"@finos/legend-dev-utils": "2.0.
|
74
|
+
"@finos/legend-dev-utils": "2.0.82",
|
75
75
|
"@jest/globals": "29.7.0",
|
76
76
|
"cross-env": "7.0.3",
|
77
|
-
"eslint": "8.
|
77
|
+
"eslint": "8.52.0",
|
78
78
|
"jest": "29.7.0",
|
79
79
|
"npm-run-all": "4.1.5",
|
80
|
-
"rimraf": "5.0.
|
81
|
-
"sass": "1.
|
80
|
+
"rimraf": "5.0.5",
|
81
|
+
"sass": "1.69.4",
|
82
82
|
"typescript": "5.2.2"
|
83
83
|
},
|
84
84
|
"peerDependencies": {
|