@things-factory/reference-app 6.0.19 → 6.0.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 +35 -38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.0.19",
3
+ "version": "6.0.21",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -66,46 +66,43 @@
66
66
  "@operato/scene-tab": "^1.0.0",
67
67
  "@operato/shell": "^1.0.1",
68
68
  "@operato/utils": "^1.0.1",
69
- "@things-factory/api": "^6.0.19",
70
- "@things-factory/apptool-ui": "^6.0.19",
71
- "@things-factory/attachment-base": "^6.0.19",
72
- "@things-factory/auth-ui": "^6.0.19",
73
- "@things-factory/board-service": "^6.0.19",
74
- "@things-factory/board-ui": "^6.0.19",
75
- "@things-factory/ccp": "^6.0.19",
76
- "@things-factory/contact": "^6.0.19",
77
- "@things-factory/context-ui": "^6.0.19",
78
- "@things-factory/dashboard": "^6.0.19",
79
- "@things-factory/dataset": "^6.0.19",
80
- "@things-factory/export-ui": "^6.0.19",
81
- "@things-factory/export-ui-excel": "^6.0.19",
82
- "@things-factory/grist-ui": "^6.0.19",
83
- "@things-factory/help": "^6.0.19",
84
- "@things-factory/integration-ui": "^6.0.19",
85
- "@things-factory/lite-menu": "^6.0.19",
86
- "@things-factory/more-ui": "^6.0.19",
87
- "@things-factory/notification": "^6.0.19",
88
- "@things-factory/oauth2-client": "^6.0.19",
89
- "@things-factory/organization": "^6.0.19",
90
- "@things-factory/print-ui": "^6.0.19",
91
- "@things-factory/product-base": "^6.0.19",
92
- "@things-factory/qc": "^6.0.19",
93
- "@things-factory/resource-ui": "^6.0.19",
94
- "@things-factory/routing-base": "^6.0.19",
95
- "@things-factory/setting-base": "^6.0.19",
96
- "@things-factory/setting-ui": "^6.0.19",
97
- "@things-factory/shell": "^6.0.19",
98
- "@things-factory/system-ui": "^6.0.19",
99
- "@things-factory/work-shift": "^6.0.19",
69
+ "@things-factory/api": "^6.0.21",
70
+ "@things-factory/apptool-ui": "^6.0.21",
71
+ "@things-factory/attachment-base": "^6.0.21",
72
+ "@things-factory/auth-ui": "^6.0.21",
73
+ "@things-factory/board-service": "^6.0.21",
74
+ "@things-factory/board-ui": "^6.0.21",
75
+ "@things-factory/ccp": "^6.0.21",
76
+ "@things-factory/contact": "^6.0.21",
77
+ "@things-factory/context-ui": "^6.0.21",
78
+ "@things-factory/dashboard": "^6.0.21",
79
+ "@things-factory/dataset": "^6.0.21",
80
+ "@things-factory/export-ui": "^6.0.21",
81
+ "@things-factory/export-ui-excel": "^6.0.21",
82
+ "@things-factory/grist-ui": "^6.0.21",
83
+ "@things-factory/help": "^6.0.21",
84
+ "@things-factory/integration-ui": "^6.0.21",
85
+ "@things-factory/lite-menu": "^6.0.21",
86
+ "@things-factory/more-ui": "^6.0.21",
87
+ "@things-factory/notification": "^6.0.21",
88
+ "@things-factory/oauth2-client": "^6.0.21",
89
+ "@things-factory/organization": "^6.0.21",
90
+ "@things-factory/print-ui": "^6.0.21",
91
+ "@things-factory/product-base": "^6.0.21",
92
+ "@things-factory/qc": "^6.0.21",
93
+ "@things-factory/resource-ui": "^6.0.21",
94
+ "@things-factory/routing-base": "^6.0.21",
95
+ "@things-factory/setting-base": "^6.0.21",
96
+ "@things-factory/setting-ui": "^6.0.21",
97
+ "@things-factory/shell": "^6.0.21",
98
+ "@things-factory/system-ui": "^6.0.21",
99
+ "@things-factory/work-shift": "^6.0.21",
100
100
  "@tinymce/tinymce-webcomponent": "^2.0.1",
101
- "@types/react-dom": "^18.0.10",
102
101
  "lexical": "^0.9.0",
103
- "random-words": "^1.2.0",
104
- "react": "^18.2.0",
105
- "react-dom": "^18.2.0"
102
+ "random-words": "^1.2.0"
106
103
  },
107
104
  "devDependencies": {
108
- "@things-factory/builder": "^6.0.7"
105
+ "@things-factory/builder": "^6.0.21"
109
106
  },
110
- "gitHead": "05a9514944178c345d8eec9009cc912b2e55c389"
107
+ "gitHead": "074a4f460d08fed4bc7e9882aa57f4c120cf0f11"
111
108
  }