@finos/legend-vscode-extension-dependencies 4.0.60 → 4.0.61
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/bundles/bundle.cjs.js +176 -149
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-vscode-extension-dependencies",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.61",
|
4
4
|
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-vscode-extension-dependencies",
|
5
5
|
"bugs": {
|
6
6
|
"url": "https://github.com/finos/legend-studio/issues"
|
@@ -41,18 +41,18 @@
|
|
41
41
|
"test:watch": "jest --watch"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@finos/legend-application": "16.0.
|
45
|
-
"@finos/legend-application-query-bootstrap": "13.
|
46
|
-
"@finos/legend-application-studio": "28.18.
|
47
|
-
"@finos/legend-art": "7.1.
|
48
|
-
"@finos/legend-data-cube": "0.0.
|
49
|
-
"@finos/legend-extension-dsl-diagram": "8.1.
|
50
|
-
"@finos/legend-graph": "32.0.
|
51
|
-
"@finos/legend-lego": "2.0.
|
52
|
-
"@finos/legend-query-builder": "4.15.
|
44
|
+
"@finos/legend-application": "16.0.21",
|
45
|
+
"@finos/legend-application-query-bootstrap": "13.13.0",
|
46
|
+
"@finos/legend-application-studio": "28.18.84",
|
47
|
+
"@finos/legend-art": "7.1.78",
|
48
|
+
"@finos/legend-data-cube": "0.0.44",
|
49
|
+
"@finos/legend-extension-dsl-diagram": "8.1.60",
|
50
|
+
"@finos/legend-graph": "32.0.5",
|
51
|
+
"@finos/legend-lego": "2.0.40",
|
52
|
+
"@finos/legend-query-builder": "4.15.42",
|
53
53
|
"@finos/legend-shared": "11.0.0",
|
54
54
|
"@finos/legend-storage": "3.0.119",
|
55
|
-
"@types/react": "19.0.
|
55
|
+
"@types/react": "19.0.8",
|
56
56
|
"react": "19.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"postcss": "8.5.1",
|
70
70
|
"postcss-url": "10.1.3",
|
71
71
|
"rimraf": "6.0.1",
|
72
|
-
"rollup": "4.
|
72
|
+
"rollup": "4.31.0",
|
73
73
|
"rollup-plugin-flow": "1.1.1",
|
74
74
|
"rollup-plugin-import-css": "3.5.8",
|
75
75
|
"rollup-plugin-postcss": "4.0.2",
|