@things-factory/reference-app 3.7.5 → 3.8.19
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/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.19",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"@operato/input": "^0.2.9",
|
|
45
45
|
"@operato/popup": "^0.2.9",
|
|
46
46
|
"@operato/pull-to-refresh": "^0.2.9",
|
|
47
|
-
"@things-factory/api": "^3.
|
|
48
|
-
"@things-factory/apptool-ui": "^3.
|
|
49
|
-
"@things-factory/auth-ui": "^3.
|
|
50
|
-
"@things-factory/barcode-ui": "^3.
|
|
51
|
-
"@things-factory/board-service": "^3.
|
|
52
|
-
"@things-factory/board-ui": "^3.
|
|
53
|
-
"@things-factory/context-ui": "^3.
|
|
54
|
-
"@things-factory/dashboard": "^3.
|
|
55
|
-
"@things-factory/export-ui": "^3.
|
|
56
|
-
"@things-factory/export-ui-excel": "^3.
|
|
47
|
+
"@things-factory/api": "^3.8.0",
|
|
48
|
+
"@things-factory/apptool-ui": "^3.8.0",
|
|
49
|
+
"@things-factory/auth-ui": "^3.8.0",
|
|
50
|
+
"@things-factory/barcode-ui": "^3.8.0",
|
|
51
|
+
"@things-factory/board-service": "^3.8.0",
|
|
52
|
+
"@things-factory/board-ui": "^3.8.0",
|
|
53
|
+
"@things-factory/context-ui": "^3.8.0",
|
|
54
|
+
"@things-factory/dashboard": "^3.8.0",
|
|
55
|
+
"@things-factory/export-ui": "^3.8.0",
|
|
56
|
+
"@things-factory/export-ui-excel": "^3.8.0",
|
|
57
57
|
"@things-factory/grist-ui": "^3.7.5",
|
|
58
|
-
"@things-factory/help": "^3.
|
|
59
|
-
"@things-factory/i18n-ui": "^3.
|
|
60
|
-
"@things-factory/integration-ui": "^3.
|
|
61
|
-
"@things-factory/lite-menu": "^3.
|
|
62
|
-
"@things-factory/more-ui": "^3.
|
|
63
|
-
"@things-factory/notification": "^3.
|
|
64
|
-
"@things-factory/oauth2-client": "^3.
|
|
65
|
-
"@things-factory/print-ui": "^3.
|
|
66
|
-
"@things-factory/resource-ui": "^3.
|
|
58
|
+
"@things-factory/help": "^3.8.0",
|
|
59
|
+
"@things-factory/i18n-ui": "^3.8.0",
|
|
60
|
+
"@things-factory/integration-ui": "^3.8.0",
|
|
61
|
+
"@things-factory/lite-menu": "^3.8.0",
|
|
62
|
+
"@things-factory/more-ui": "^3.8.0",
|
|
63
|
+
"@things-factory/notification": "^3.8.0",
|
|
64
|
+
"@things-factory/oauth2-client": "^3.8.0",
|
|
65
|
+
"@things-factory/print-ui": "^3.8.0",
|
|
66
|
+
"@things-factory/resource-ui": "^3.8.0",
|
|
67
67
|
"@things-factory/scene-chartjs": "^3.7.5",
|
|
68
68
|
"@things-factory/scene-clock": "^3.7.5",
|
|
69
69
|
"@things-factory/scene-form": "^3.7.5",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"@things-factory/scene-random": "^3.7.5",
|
|
76
76
|
"@things-factory/scene-switch": "^3.7.5",
|
|
77
77
|
"@things-factory/scene-tab": "^3.7.5",
|
|
78
|
-
"@things-factory/setting-base": "^3.
|
|
79
|
-
"@things-factory/setting-ui": "^3.
|
|
80
|
-
"@things-factory/shell": "^3.
|
|
81
|
-
"@things-factory/system-ui": "^3.
|
|
78
|
+
"@things-factory/setting-base": "^3.8.0",
|
|
79
|
+
"@things-factory/setting-ui": "^3.8.19",
|
|
80
|
+
"@things-factory/shell": "^3.8.0",
|
|
81
|
+
"@things-factory/system-ui": "^3.8.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@things-factory/builder": "^3.7.5"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "4cedfe9a9f2a6e694d6175409469b7048dc4786f"
|
|
87
87
|
}
|