@things-factory/reference-app 4.0.3 → 4.0.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.
Files changed (1) hide show
  1. package/package.json +37 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -37,49 +37,49 @@
37
37
  "docker:run": "docker run -it -p 4000:3000 hatiolab/reference-app:latest"
38
38
  },
39
39
  "dependencies": {
40
- "@hatiolab/things-scene": "^2.7.11",
40
+ "@hatiolab/things-scene": "^2.7.12",
41
41
  "@material/mwc-checkbox": "^0.22.1",
42
- "@operato/data-grist": "^0.2.4",
42
+ "@operato/data-grist": "^0.2.18",
43
43
  "@operato/ghost-print": "0.1.14",
44
44
  "@operato/mini-popup": "^0.2.3",
45
45
  "@operato/pull-to-refresh": "^0.2.4",
46
- "@things-factory/api": "^4.0.1",
47
- "@things-factory/apptool-ui": "^4.0.1",
48
- "@things-factory/auth-ui": "^4.0.2",
49
- "@things-factory/board-service": "^4.0.1",
50
- "@things-factory/board-ui": "^4.0.3",
51
- "@things-factory/context-ui": "^4.0.1",
52
- "@things-factory/dashboard": "^4.0.3",
53
- "@things-factory/export-ui": "^4.0.1",
54
- "@things-factory/export-ui-excel": "^4.0.1",
46
+ "@things-factory/api": "^4.0.4",
47
+ "@things-factory/apptool-ui": "^4.0.4",
48
+ "@things-factory/auth-ui": "^4.0.4",
49
+ "@things-factory/board-service": "^4.0.4",
50
+ "@things-factory/board-ui": "^4.0.4",
51
+ "@things-factory/context-ui": "^4.0.4",
52
+ "@things-factory/dashboard": "^4.0.4",
53
+ "@things-factory/export-ui": "^4.0.4",
54
+ "@things-factory/export-ui-excel": "^4.0.4",
55
55
  "@things-factory/grist-ui": "^4.0.1",
56
- "@things-factory/help": "^4.0.1",
57
- "@things-factory/i18n-ui": "^4.0.1",
58
- "@things-factory/integration-ui": "^4.0.1",
59
- "@things-factory/lite-menu": "^4.0.3",
60
- "@things-factory/more-ui": "^4.0.1",
61
- "@things-factory/notification": "^4.0.1",
62
- "@things-factory/oauth2-client": "^4.0.1",
63
- "@things-factory/print-ui": "^4.0.1",
64
- "@things-factory/resource-ui": "^4.0.2",
65
- "@things-factory/scene-chartjs": "^4.0.1",
66
- "@things-factory/scene-clock": "^4.0.1",
67
- "@things-factory/scene-form": "^4.0.1",
68
- "@things-factory/scene-gauge": "^4.0.1",
69
- "@things-factory/scene-half-roundrect": "^4.0.1",
70
- "@things-factory/scene-indoor-map": "^4.0.1",
71
- "@things-factory/scene-news-ticker": "^4.0.1",
72
- "@things-factory/scene-progressbar": "^4.0.1",
73
- "@things-factory/scene-random": "^4.0.1",
74
- "@things-factory/scene-switch": "^4.0.1",
75
- "@things-factory/scene-tab": "^4.0.1",
76
- "@things-factory/setting-base": "^4.0.1",
77
- "@things-factory/setting-ui": "^4.0.1",
78
- "@things-factory/shell": "^4.0.1",
79
- "@things-factory/system-ui": "^4.0.1"
56
+ "@things-factory/help": "^4.0.4",
57
+ "@things-factory/i18n-ui": "^4.0.4",
58
+ "@things-factory/integration-ui": "^4.0.4",
59
+ "@things-factory/lite-menu": "^4.0.4",
60
+ "@things-factory/more-ui": "^4.0.4",
61
+ "@things-factory/notification": "^4.0.4",
62
+ "@things-factory/oauth2-client": "^4.0.4",
63
+ "@things-factory/print-ui": "^4.0.4",
64
+ "@things-factory/resource-ui": "^4.0.4",
65
+ "@things-factory/scene-chartjs": "^4.0.4",
66
+ "@things-factory/scene-clock": "^4.0.4",
67
+ "@things-factory/scene-form": "^4.0.4",
68
+ "@things-factory/scene-gauge": "^4.0.4",
69
+ "@things-factory/scene-half-roundrect": "^4.0.4",
70
+ "@things-factory/scene-indoor-map": "^4.0.4",
71
+ "@things-factory/scene-news-ticker": "^4.0.4",
72
+ "@things-factory/scene-progressbar": "^4.0.4",
73
+ "@things-factory/scene-random": "^4.0.4",
74
+ "@things-factory/scene-switch": "^4.0.4",
75
+ "@things-factory/scene-tab": "^4.0.4",
76
+ "@things-factory/setting-base": "^4.0.4",
77
+ "@things-factory/setting-ui": "^4.0.4",
78
+ "@things-factory/shell": "^4.0.4",
79
+ "@things-factory/system-ui": "^4.0.4"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@things-factory/builder": "^4.0.3"
83
83
  },
84
- "gitHead": "8a4a002853361ce3668e56830cd0258be758ea01"
84
+ "gitHead": "292d7c4e2675d228d6be474ea6a0525d26ac1657"
85
85
  }