@finos/legend-vscode-extension-dependencies 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-vscode-extension-dependencies",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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,14 +37,15 @@
37
37
  "test:watch": "jest --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@finos/legend-application-studio": "28.17.16",
41
- "@finos/legend-extension-dsl-diagram": "8.0.189",
42
- "@finos/legend-graph": "31.10.7",
43
- "@finos/legend-shared": "10.0.42",
44
- "@finos/legend-storage": "3.0.92"
40
+ "@finos/legend-application-studio": "28.17.17",
41
+ "@finos/legend-extension-dsl-diagram": "8.0.190",
42
+ "@finos/legend-graph": "31.10.8",
43
+ "@finos/legend-shared": "10.0.43",
44
+ "@finos/legend-storage": "3.0.93"
45
45
  },
46
46
  "devDependencies": {
47
- "@finos/legend-dev-utils": "2.1.10",
47
+ "@babel/core": "7.24.7",
48
+ "@finos/legend-dev-utils": "2.1.11",
48
49
  "@rollup/plugin-babel": "6.0.4",
49
50
  "@rollup/plugin-commonjs": "26.0.1",
50
51
  "@rollup/plugin-json": "6.1.0",
@@ -57,7 +58,7 @@
57
58
  "rollup": "4.18.0",
58
59
  "rollup-plugin-flow": "1.1.1",
59
60
  "rollup-plugin-import-css": "3.5.0",
60
- "typescript": "5.4.5"
61
+ "typescript": "5.5.2"
61
62
  },
62
63
  "publishConfig": {
63
64
  "directory": "build/publishContent"
@@ -48,6 +48,6 @@
48
48
  "package.json"
49
49
  ],
50
50
  "exclude": [
51
- "lib"
51
+ "/home/runner/work/legend-studio/legend-studio/packages/legend-vscode-extension-dependencies/lib"
52
52
  ]
53
53
  }