@finos/legend-server-showcase-deployment 12.36.0 → 12.37.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/tsconfig.json +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-server-showcase-deployment",
3
- "version": "12.36.0",
3
+ "version": "12.37.0",
4
4
  "description": "Legend Showcase server deployment",
5
5
  "keywords": [
6
6
  "legend",
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@fastify/cors": "9.0.1",
54
- "@finos/legend-server-showcase": "0.2.26",
55
- "@finos/legend-shared": "10.0.53",
54
+ "@finos/legend-server-showcase": "0.2.27",
55
+ "@finos/legend-shared": "10.0.54",
56
56
  "fastify": "4.28.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@finos/legend-dev-utils": "2.1.19",
59
+ "@finos/legend-dev-utils": "2.1.20",
60
60
  "@jest/globals": "29.7.0",
61
61
  "cross-env": "7.0.3",
62
62
  "eslint": "8.57.0",
@@ -64,7 +64,7 @@
64
64
  "nodemon": "3.1.4",
65
65
  "npm-run-all": "4.1.5",
66
66
  "rimraf": "6.0.1",
67
- "typescript": "5.5.4",
67
+ "typescript": "5.6.2",
68
68
  "webpack": "5.94.0",
69
69
  "webpack-bundle-analyzer": "4.10.2",
70
70
  "webpack-cli": "5.1.4"
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
  },