@finos/legend-lego 2.0.50 → 2.0.52

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.
Files changed (2) hide show
  1. package/lib/index.css +1 -1
  2. package/package.json +11 -11
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-lego v2.0.50
1
+ /** @license @finos/legend-lego v2.0.52
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-lego",
3
- "version": "2.0.50",
3
+ "version": "2.0.52",
4
4
  "description": "Legend code editor support",
5
5
  "keywords": [
6
6
  "legend",
@@ -46,14 +46,14 @@
46
46
  "test:watch": "jest --watch"
47
47
  },
48
48
  "dependencies": {
49
- "@finos/legend-application": "16.0.26",
50
- "@finos/legend-art": "7.1.83",
51
- "@finos/legend-code-editor": "2.0.47",
52
- "@finos/legend-graph": "32.1.5",
53
- "@finos/legend-shared": "11.0.5",
49
+ "@finos/legend-application": "16.0.27",
50
+ "@finos/legend-art": "7.1.84",
51
+ "@finos/legend-code-editor": "2.0.49",
52
+ "@finos/legend-graph": "32.1.7",
53
+ "@finos/legend-shared": "11.0.6",
54
54
  "@types/css-font-loading-module": "0.0.14",
55
- "@types/react": "19.0.8",
56
- "@types/react-dom": "19.0.3",
55
+ "@types/react": "19.0.10",
56
+ "@types/react-dom": "19.0.4",
57
57
  "ag-grid-community": "33.1.0",
58
58
  "ag-grid-enterprise": "33.1.0",
59
59
  "ag-grid-react": "33.1.0",
@@ -65,14 +65,14 @@
65
65
  "react-dom": "19.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@finos/legend-dev-utils": "2.2.1",
68
+ "@finos/legend-dev-utils": "2.2.2",
69
69
  "@jest/globals": "29.7.0",
70
70
  "cross-env": "7.0.3",
71
- "eslint": "9.20.0",
71
+ "eslint": "9.20.1",
72
72
  "jest": "29.7.0",
73
73
  "npm-run-all": "4.1.5",
74
74
  "rimraf": "6.0.1",
75
- "sass": "1.84.0",
75
+ "sass": "1.85.0",
76
76
  "typescript": "5.7.3"
77
77
  },
78
78
  "peerDependencies": {