@finos/legend-extension-dsl-diagram 8.0.176 → 8.0.178

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v8.0.176
1
+ /** @license @finos/legend-extension-dsl-diagram v8.0.178
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "8.0.176",
3
+ "version": "8.0.178",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -63,13 +63,14 @@
63
63
  "devDependencies": {
64
64
  "@finos/legend-dev-utils": "workspace:*",
65
65
  "@jest/globals": "29.7.0",
66
- "@testing-library/react": "15.0.7",
66
+ "@testing-library/dom": "10.1.0",
67
+ "@testing-library/react": "16.0.0",
67
68
  "cross-env": "7.0.3",
68
69
  "eslint": "8.57.0",
69
70
  "jest": "29.7.0",
70
71
  "npm-run-all": "4.1.5",
71
72
  "rimraf": "5.0.7",
72
- "sass": "1.77.3",
73
+ "sass": "1.77.4",
73
74
  "typescript": "5.4.5"
74
75
  },
75
76
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "8.0.176",
3
+ "version": "8.0.178",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -45,13 +45,13 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@finos/legend-application": "15.1.5",
49
- "@finos/legend-application-studio": "28.17.5",
50
- "@finos/legend-art": "7.1.34",
51
- "@finos/legend-graph": "31.10.2",
52
- "@finos/legend-lego": "1.2.35",
53
- "@finos/legend-shared": "10.0.38",
54
- "@finos/legend-storage": "3.0.88",
48
+ "@finos/legend-application": "15.1.7",
49
+ "@finos/legend-application-studio": "28.17.7",
50
+ "@finos/legend-art": "7.1.35",
51
+ "@finos/legend-graph": "31.10.3",
52
+ "@finos/legend-lego": "1.2.37",
53
+ "@finos/legend-shared": "10.0.39",
54
+ "@finos/legend-storage": "3.0.89",
55
55
  "@types/react": "18.3.3",
56
56
  "mobx": "6.12.3",
57
57
  "mobx-react-lite": "4.0.7",
@@ -61,15 +61,16 @@
61
61
  "serializr": "3.0.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@finos/legend-dev-utils": "2.1.6",
64
+ "@finos/legend-dev-utils": "2.1.7",
65
65
  "@jest/globals": "29.7.0",
66
- "@testing-library/react": "15.0.7",
66
+ "@testing-library/dom": "10.1.0",
67
+ "@testing-library/react": "16.0.0",
67
68
  "cross-env": "7.0.3",
68
69
  "eslint": "8.57.0",
69
70
  "jest": "29.7.0",
70
71
  "npm-run-all": "4.1.5",
71
72
  "rimraf": "5.0.7",
72
- "sass": "1.77.3",
73
+ "sass": "1.77.4",
73
74
  "typescript": "5.4.5"
74
75
  },
75
76
  "peerDependencies": {