@things-factory/reference-app 6.0.0-alpha.4 → 6.0.0-alpha.5

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 +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.0.0-alpha.4",
3
+ "version": "6.0.0-alpha.5",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -62,39 +62,39 @@
62
62
  "@operato/scene-tab": "^1.0.0",
63
63
  "@operato/shell": "^1.0.1",
64
64
  "@operato/utils": "^1.0.1",
65
- "@things-factory/api": "^6.0.0-alpha.3",
65
+ "@things-factory/api": "^6.0.0-alpha.5",
66
66
  "@things-factory/apptool-ui": "^6.0.0-alpha.3",
67
- "@things-factory/attachment-base": "^6.0.0-alpha.3",
68
- "@things-factory/auth-ui": "^6.0.0-alpha.3",
69
- "@things-factory/board-service": "^6.0.0-alpha.3",
67
+ "@things-factory/attachment-base": "^6.0.0-alpha.5",
68
+ "@things-factory/auth-ui": "^6.0.0-alpha.5",
69
+ "@things-factory/board-service": "^6.0.0-alpha.5",
70
70
  "@things-factory/board-ui": "^6.0.0-alpha.3",
71
- "@things-factory/ccp": "^6.0.0-alpha.3",
71
+ "@things-factory/ccp": "^6.0.0-alpha.5",
72
72
  "@things-factory/context-ui": "^6.0.0-alpha.3",
73
- "@things-factory/dashboard": "^6.0.0-alpha.3",
74
- "@things-factory/dataset": "^6.0.0-alpha.3",
73
+ "@things-factory/dashboard": "^6.0.0-alpha.5",
74
+ "@things-factory/dataset": "^6.0.0-alpha.5",
75
75
  "@things-factory/export-ui": "^6.0.0-alpha.3",
76
76
  "@things-factory/export-ui-excel": "^6.0.0-alpha.3",
77
77
  "@things-factory/grist-ui": "^6.0.0-alpha.3",
78
78
  "@things-factory/help": "^6.0.0-alpha.3",
79
- "@things-factory/integration-ui": "^6.0.0-alpha.3",
80
- "@things-factory/lite-menu": "^6.0.0-alpha.3",
79
+ "@things-factory/integration-ui": "^6.0.0-alpha.5",
80
+ "@things-factory/lite-menu": "^6.0.0-alpha.5",
81
81
  "@things-factory/more-ui": "^6.0.0-alpha.3",
82
- "@things-factory/notification": "^6.0.0-alpha.3",
83
- "@things-factory/oauth2-client": "^6.0.0-alpha.3",
82
+ "@things-factory/notification": "^6.0.0-alpha.5",
83
+ "@things-factory/oauth2-client": "^6.0.0-alpha.5",
84
84
  "@things-factory/print-ui": "^6.0.0-alpha.3",
85
- "@things-factory/product-base": "^6.0.0-alpha.3",
86
- "@things-factory/qc": "^6.0.0-alpha.3",
87
- "@things-factory/resource-ui": "^6.0.0-alpha.3",
88
- "@things-factory/routing-base": "^6.0.0-alpha.3",
89
- "@things-factory/setting-base": "^6.0.0-alpha.3",
90
- "@things-factory/setting-ui": "^6.0.0-alpha.3",
85
+ "@things-factory/product-base": "^6.0.0-alpha.5",
86
+ "@things-factory/qc": "^6.0.0-alpha.5",
87
+ "@things-factory/resource-ui": "^6.0.0-alpha.5",
88
+ "@things-factory/routing-base": "^6.0.0-alpha.5",
89
+ "@things-factory/setting-base": "^6.0.0-alpha.5",
90
+ "@things-factory/setting-ui": "^6.0.0-alpha.5",
91
91
  "@things-factory/shell": "^6.0.0-alpha.3",
92
92
  "@things-factory/system-ui": "^6.0.0-alpha.3",
93
- "@things-factory/work-shift": "^6.0.0-alpha.3",
93
+ "@things-factory/work-shift": "^6.0.0-alpha.5",
94
94
  "random-words": "^1.2.0"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@things-factory/builder": "^6.0.0-alpha.4"
98
98
  },
99
- "gitHead": "c5c0643c5a4c6990248e260a2441bbb156474d64"
99
+ "gitHead": "78f7675c7abfc36b61155ddc8f2a0f86c1416742"
100
100
  }