@finos/legend-vscode-extension-dependencies 4.0.1 → 4.0.3

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": "4.0.1",
3
+ "version": "4.0.3",
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,16 +40,18 @@
40
40
  "test:watch": "jest --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@finos/legend-application-studio": "28.18.28",
44
- "@finos/legend-art": "7.1.55",
45
- "@finos/legend-extension-dsl-diagram": "8.1.4",
46
- "@finos/legend-graph": "31.10.26",
47
- "@finos/legend-shared": "10.0.53",
48
- "@finos/legend-storage": "3.0.103"
43
+ "@finos/legend-application-studio": "28.18.30",
44
+ "@finos/legend-art": "7.1.56",
45
+ "@finos/legend-extension-dsl-diagram": "8.1.6",
46
+ "@finos/legend-graph": "31.10.28",
47
+ "@finos/legend-shared": "10.0.54",
48
+ "@finos/legend-storage": "3.0.104",
49
+ "@types/react": "18.3.5",
50
+ "react": "18.3.1"
49
51
  },
50
52
  "devDependencies": {
51
53
  "@babel/core": "7.25.2",
52
- "@finos/legend-dev-utils": "2.1.19",
54
+ "@finos/legend-dev-utils": "2.1.20",
53
55
  "@rollup/plugin-babel": "6.0.4",
54
56
  "@rollup/plugin-commonjs": "26.0.1",
55
57
  "@rollup/plugin-json": "6.1.0",
@@ -58,14 +60,14 @@
58
60
  "cross-env": "7.0.3",
59
61
  "eslint": "8.57.0",
60
62
  "npm-run-all": "4.1.5",
61
- "postcss": "8.4.41",
63
+ "postcss": "8.4.45",
62
64
  "postcss-url": "10.1.3",
63
65
  "rimraf": "6.0.1",
64
66
  "rollup": "4.21.2",
65
67
  "rollup-plugin-flow": "1.1.1",
66
68
  "rollup-plugin-import-css": "3.5.1",
67
69
  "rollup-plugin-postcss": "4.0.2",
68
- "typescript": "5.5.4"
70
+ "typescript": "5.6.2"
69
71
  },
70
72
  "publishConfig": {
71
73
  "directory": "build/publishContent"
package/tsconfig.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "strictFunctionTypes": true,
40
40
  "strictBindCallApply": true,
41
41
  "strictPropertyInitialization": true,
42
+ "strictBuiltinIteratorReturn": true,
42
43
  "alwaysStrict": true,
43
44
  "useUnknownInCatchVariables": true
44
45
  },
@@ -38,6 +38,7 @@
38
38
  "strictFunctionTypes": true,
39
39
  "strictBindCallApply": true,
40
40
  "strictPropertyInitialization": true,
41
+ "strictBuiltinIteratorReturn": true,
41
42
  "alwaysStrict": true,
42
43
  "useUnknownInCatchVariables": true
43
44
  },