@finos/legend-vscode-extension-dependencies 4.0.80 → 4.0.81
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/bundles/bundle.cjs.js +152 -153
- package/package.json +20 -20
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.81",
|
|
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,40 +41,40 @@
|
|
|
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.1.
|
|
49
|
-
"@finos/legend-extension-dsl-diagram": "8.1.
|
|
50
|
-
"@finos/legend-graph": "32.1.
|
|
51
|
-
"@finos/legend-lego": "2.0.
|
|
52
|
-
"@finos/legend-query-builder": "4.16.
|
|
53
|
-
"@finos/legend-shared": "11.0.
|
|
54
|
-
"@finos/legend-storage": "3.0.
|
|
44
|
+
"@finos/legend-application": "16.0.29",
|
|
45
|
+
"@finos/legend-application-query-bootstrap": "13.33.0",
|
|
46
|
+
"@finos/legend-application-studio": "28.18.100",
|
|
47
|
+
"@finos/legend-art": "7.1.86",
|
|
48
|
+
"@finos/legend-data-cube": "0.1.11",
|
|
49
|
+
"@finos/legend-extension-dsl-diagram": "8.1.76",
|
|
50
|
+
"@finos/legend-graph": "32.1.9",
|
|
51
|
+
"@finos/legend-lego": "2.0.54",
|
|
52
|
+
"@finos/legend-query-builder": "4.16.11",
|
|
53
|
+
"@finos/legend-shared": "11.0.8",
|
|
54
|
+
"@finos/legend-storage": "3.0.127",
|
|
55
55
|
"@types/react": "19.0.10",
|
|
56
56
|
"react": "19.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/core": "7.26.
|
|
60
|
-
"@finos/legend-dev-utils": "2.2.
|
|
59
|
+
"@babel/core": "7.26.10",
|
|
60
|
+
"@finos/legend-dev-utils": "2.2.4",
|
|
61
61
|
"@rollup/plugin-babel": "6.0.4",
|
|
62
|
-
"@rollup/plugin-commonjs": "28.0.
|
|
62
|
+
"@rollup/plugin-commonjs": "28.0.3",
|
|
63
63
|
"@rollup/plugin-json": "6.1.0",
|
|
64
|
-
"@rollup/plugin-node-resolve": "16.0.
|
|
64
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
65
65
|
"@rollup/plugin-terser": "0.4.4",
|
|
66
66
|
"cross-env": "7.0.3",
|
|
67
|
-
"eslint": "9.
|
|
67
|
+
"eslint": "9.22.0",
|
|
68
68
|
"npm-run-all": "4.1.5",
|
|
69
|
-
"postcss": "8.5.
|
|
69
|
+
"postcss": "8.5.3",
|
|
70
70
|
"postcss-url": "10.1.3",
|
|
71
71
|
"rimraf": "6.0.1",
|
|
72
|
-
"rollup": "4.
|
|
72
|
+
"rollup": "4.35.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",
|
|
76
76
|
"tailwindcss": "3.4.17",
|
|
77
|
-
"typescript": "5.
|
|
77
|
+
"typescript": "5.8.2"
|
|
78
78
|
},
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"directory": "build/publishContent"
|