@finos/legend-vscode-extension-dependencies 2.0.5 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/bundles/bundle.cjs.js +105 -105
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-vscode-extension-dependencies",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.7",
|
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"
|
@@ -37,15 +37,15 @@
|
|
37
37
|
"test:watch": "jest --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@finos/legend-application-studio": "28.18.
|
41
|
-
"@finos/legend-extension-dsl-diagram": "8.0.
|
42
|
-
"@finos/legend-graph": "31.10.
|
43
|
-
"@finos/legend-shared": "10.0.
|
44
|
-
"@finos/legend-storage": "3.0.
|
40
|
+
"@finos/legend-application-studio": "28.18.3",
|
41
|
+
"@finos/legend-extension-dsl-diagram": "8.0.195",
|
42
|
+
"@finos/legend-graph": "31.10.13",
|
43
|
+
"@finos/legend-shared": "10.0.47",
|
44
|
+
"@finos/legend-storage": "3.0.97"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@babel/core": "7.24.
|
48
|
-
"@finos/legend-dev-utils": "2.1.
|
47
|
+
"@babel/core": "7.24.8",
|
48
|
+
"@finos/legend-dev-utils": "2.1.14",
|
49
49
|
"@rollup/plugin-babel": "6.0.4",
|
50
50
|
"@rollup/plugin-commonjs": "26.0.1",
|
51
51
|
"@rollup/plugin-json": "6.1.0",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"cross-env": "7.0.3",
|
55
55
|
"eslint": "8.57.0",
|
56
56
|
"npm-run-all": "4.1.5",
|
57
|
-
"rimraf": "6.0.
|
57
|
+
"rimraf": "6.0.1",
|
58
58
|
"rollup": "4.18.1",
|
59
59
|
"rollup-plugin-flow": "1.1.1",
|
60
60
|
"rollup-plugin-import-css": "3.5.0",
|