@finos/legend-vscode-extension-dependencies 4.0.27 → 4.0.29
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/bundles/bundle.cjs.js +166 -166
- package/package.json +13 -13
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.29",
|
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"
|
@@ -40,34 +40,34 @@
|
|
40
40
|
"test:watch": "jest --watch"
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@finos/legend-application": "16.0.
|
44
|
-
"@finos/legend-application-studio": "28.18.
|
45
|
-
"@finos/legend-art": "7.1.
|
46
|
-
"@finos/legend-extension-dsl-diagram": "8.1.
|
47
|
-
"@finos/legend-graph": "31.10.
|
48
|
-
"@finos/legend-query-builder": "4.15.
|
49
|
-
"@finos/legend-shared": "10.0.
|
50
|
-
"@finos/legend-storage": "3.0.
|
43
|
+
"@finos/legend-application": "16.0.10",
|
44
|
+
"@finos/legend-application-studio": "28.18.55",
|
45
|
+
"@finos/legend-art": "7.1.68",
|
46
|
+
"@finos/legend-extension-dsl-diagram": "8.1.31",
|
47
|
+
"@finos/legend-graph": "31.10.50",
|
48
|
+
"@finos/legend-query-builder": "4.15.15",
|
49
|
+
"@finos/legend-shared": "10.0.61",
|
50
|
+
"@finos/legend-storage": "3.0.112",
|
51
51
|
"@types/react": "18.3.12",
|
52
52
|
"react": "18.3.1"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@babel/core": "7.26.0",
|
56
|
-
"@finos/legend-dev-utils": "2.1.
|
56
|
+
"@finos/legend-dev-utils": "2.1.29",
|
57
57
|
"@rollup/plugin-babel": "6.0.4",
|
58
58
|
"@rollup/plugin-commonjs": "28.0.1",
|
59
59
|
"@rollup/plugin-json": "6.1.0",
|
60
60
|
"@rollup/plugin-node-resolve": "15.3.0",
|
61
61
|
"@rollup/plugin-terser": "0.4.4",
|
62
62
|
"cross-env": "7.0.3",
|
63
|
-
"eslint": "9.
|
63
|
+
"eslint": "9.15.0",
|
64
64
|
"npm-run-all": "4.1.5",
|
65
65
|
"postcss": "8.4.49",
|
66
66
|
"postcss-url": "10.1.3",
|
67
67
|
"rimraf": "6.0.1",
|
68
|
-
"rollup": "4.
|
68
|
+
"rollup": "4.27.3",
|
69
69
|
"rollup-plugin-flow": "1.1.1",
|
70
|
-
"rollup-plugin-import-css": "3.5.
|
70
|
+
"rollup-plugin-import-css": "3.5.7",
|
71
71
|
"rollup-plugin-postcss": "4.0.2",
|
72
72
|
"typescript": "5.6.3"
|
73
73
|
},
|