@finos/legend-application 1.1.0 → 1.1.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @finos/legend-application
2
2
 
3
+ ## 1.1.4
4
+
5
+ ## 1.1.3
6
+
7
+ ## 1.1.2
8
+
9
+ ## 1.1.1
10
+
3
11
  ## 1.1.0
4
12
 
5
13
  ### Minor Changes
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application v1.1.0
1
+ /** @license @finos/legend-application v1.1.4
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-application",
3
- "version": "1.1.0",
3
+ "version": "1.1.4",
4
4
  "description": "Legend application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -40,15 +40,15 @@
40
40
  "test:watch": "jest --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@finos/legend-art": "0.3.0",
44
- "@finos/legend-graph": "1.0.0",
45
- "@finos/legend-shared": "1.1.0",
43
+ "@finos/legend-art": "0.3.3",
44
+ "@finos/legend-graph": "1.0.4",
45
+ "@finos/legend-shared": "1.1.2",
46
46
  "@types/css-font-loading-module": "0.0.7",
47
47
  "@types/react": "17.0.38",
48
48
  "@types/react-dom": "17.0.11",
49
49
  "@types/react-router-dom": "5.3.2",
50
50
  "history": "5.2.0",
51
- "mobx": "6.3.12",
51
+ "mobx": "6.3.13",
52
52
  "mobx-react-lite": "3.2.3",
53
53
  "monaco-editor": "0.31.1",
54
54
  "react": "17.0.2",
@@ -59,14 +59,14 @@
59
59
  "serializr": "2.0.5"
60
60
  },
61
61
  "devDependencies": {
62
- "@finos/legend-dev-utils": "0.3.4",
62
+ "@finos/legend-dev-utils": "0.3.8",
63
63
  "cross-env": "7.0.3",
64
- "eslint": "8.7.0",
64
+ "eslint": "8.8.0",
65
65
  "jest": "27.4.7",
66
66
  "npm-run-all": "4.1.5",
67
67
  "rimraf": "3.0.2",
68
- "sass": "1.49.0",
69
- "typescript": "4.5.4"
68
+ "sass": "1.49.7",
69
+ "typescript": "4.5.5"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "^17.0.0"