@things-factory/reference-app 6.0.0-alpha.20 → 6.0.0-alpha.21

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.20",
3
+ "version": "6.0.0-alpha.21",
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.20",
66
+ "@things-factory/api": "^6.0.0-alpha.21",
67
67
  "@things-factory/apptool-ui": "^6.0.0-alpha.20",
68
- "@things-factory/attachment-base": "^6.0.0-alpha.20",
69
- "@things-factory/auth-ui": "^6.0.0-alpha.20",
70
- "@things-factory/board-service": "^6.0.0-alpha.20",
68
+ "@things-factory/attachment-base": "^6.0.0-alpha.21",
69
+ "@things-factory/auth-ui": "^6.0.0-alpha.21",
70
+ "@things-factory/board-service": "^6.0.0-alpha.21",
71
71
  "@things-factory/board-ui": "^6.0.0-alpha.20",
72
- "@things-factory/ccp": "^6.0.0-alpha.20",
72
+ "@things-factory/ccp": "^6.0.0-alpha.21",
73
73
  "@things-factory/context-ui": "^6.0.0-alpha.20",
74
- "@things-factory/dashboard": "^6.0.0-alpha.20",
75
- "@things-factory/dataset": "^6.0.0-alpha.20",
74
+ "@things-factory/dashboard": "^6.0.0-alpha.21",
75
+ "@things-factory/dataset": "^6.0.0-alpha.21",
76
76
  "@things-factory/export-ui": "^6.0.0-alpha.20",
77
77
  "@things-factory/export-ui-excel": "^6.0.0-alpha.20",
78
78
  "@things-factory/grist-ui": "^6.0.0-alpha.20",
79
79
  "@things-factory/help": "^6.0.0-alpha.20",
80
- "@things-factory/integration-ui": "^6.0.0-alpha.20",
81
- "@things-factory/lite-menu": "^6.0.0-alpha.20",
80
+ "@things-factory/integration-ui": "^6.0.0-alpha.21",
81
+ "@things-factory/lite-menu": "^6.0.0-alpha.21",
82
82
  "@things-factory/more-ui": "^6.0.0-alpha.20",
83
- "@things-factory/notification": "^6.0.0-alpha.20",
84
- "@things-factory/oauth2-client": "^6.0.0-alpha.20",
83
+ "@things-factory/notification": "^6.0.0-alpha.21",
84
+ "@things-factory/oauth2-client": "^6.0.0-alpha.21",
85
85
  "@things-factory/print-ui": "^6.0.0-alpha.20",
86
- "@things-factory/product-base": "^6.0.0-alpha.20",
87
- "@things-factory/qc": "^6.0.0-alpha.20",
88
- "@things-factory/resource-ui": "^6.0.0-alpha.20",
89
- "@things-factory/routing-base": "^6.0.0-alpha.20",
90
- "@things-factory/setting-base": "^6.0.0-alpha.20",
91
- "@things-factory/setting-ui": "^6.0.0-alpha.20",
86
+ "@things-factory/product-base": "^6.0.0-alpha.21",
87
+ "@things-factory/qc": "^6.0.0-alpha.21",
88
+ "@things-factory/resource-ui": "^6.0.0-alpha.21",
89
+ "@things-factory/routing-base": "^6.0.0-alpha.21",
90
+ "@things-factory/setting-base": "^6.0.0-alpha.21",
91
+ "@things-factory/setting-ui": "^6.0.0-alpha.21",
92
92
  "@things-factory/shell": "^6.0.0-alpha.20",
93
93
  "@things-factory/system-ui": "^6.0.0-alpha.20",
94
- "@things-factory/work-shift": "^6.0.0-alpha.20",
94
+ "@things-factory/work-shift": "^6.0.0-alpha.21",
95
95
  "random-words": "^1.2.0"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@things-factory/builder": "^6.0.0-alpha.14"
99
99
  },
100
- "gitHead": "6e50e3cefe9c4158500f3cb2bf14300684c05623"
100
+ "gitHead": "484fbcb93bff65e7ffe0104b79eb7360ac9a8134"
101
101
  }