@finos/legend-lego 1.1.25 → 1.1.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.css +1 -1
  2. package/package.json +17 -17
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-lego v1.1.25
1
+ /** @license @finos/legend-lego v1.1.27
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": "1.1.25",
3
+ "version": "1.1.27",
4
4
  "description": "Legend shared advanced application components and building blocks",
5
5
  "keywords": [
6
6
  "legend",
@@ -47,18 +47,18 @@
47
47
  "test:watch": "jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@ag-grid-community/client-side-row-model": "30.0.6",
51
- "@ag-grid-community/core": "30.0.6",
52
- "@ag-grid-community/react": "30.0.6",
53
- "@ag-grid-community/styles": "30.0.6",
54
- "@finos/legend-application": "15.0.38",
55
- "@finos/legend-art": "7.0.38",
56
- "@finos/legend-graph": "31.1.9",
57
- "@finos/legend-shared": "10.0.24",
58
- "@types/css-font-loading-module": "0.0.8",
59
- "@types/react": "18.2.20",
50
+ "@ag-grid-community/client-side-row-model": "30.1.0",
51
+ "@ag-grid-community/core": "30.1.0",
52
+ "@ag-grid-community/react": "30.1.0",
53
+ "@ag-grid-community/styles": "30.1.0",
54
+ "@finos/legend-application": "15.0.40",
55
+ "@finos/legend-art": "7.0.40",
56
+ "@finos/legend-graph": "31.2.0",
57
+ "@finos/legend-shared": "10.0.25",
58
+ "@types/css-font-loading-module": "0.0.9",
59
+ "@types/react": "18.2.21",
60
60
  "@types/react-dom": "18.2.7",
61
- "mobx": "6.10.0",
61
+ "mobx": "6.10.2",
62
62
  "mobx-react-lite": "3.4.3",
63
63
  "monaco-editor": "0.41.0",
64
64
  "react": "18.2.0",
@@ -66,15 +66,15 @@
66
66
  "react-dom": "18.2.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@finos/legend-dev-utils": "2.0.78",
70
- "@jest/globals": "29.6.3",
69
+ "@finos/legend-dev-utils": "2.0.79",
70
+ "@jest/globals": "29.6.4",
71
71
  "cross-env": "7.0.3",
72
- "eslint": "8.47.0",
73
- "jest": "29.6.3",
72
+ "eslint": "8.48.0",
73
+ "jest": "29.6.4",
74
74
  "npm-run-all": "4.1.5",
75
75
  "rimraf": "5.0.1",
76
76
  "sass": "1.66.1",
77
- "typescript": "5.1.6"
77
+ "typescript": "5.2.2"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "react": "^18.0.0"