@things-factory/reference-app 6.0.0-alpha.7 → 6.0.0-alpha.8

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