@things-factory/operato-gangsters 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 +28 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "6.0.19",
3
+ "version": "6.0.21",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -56,39 +56,36 @@
56
56
  "@operato/scene-table": "^1.0.0",
57
57
  "@operato/scene-timer": "^1.0.0",
58
58
  "@sendbird/uikit-react": "^3.0.0",
59
- "@things-factory/api": "^6.0.19",
60
- "@things-factory/apptool-ui": "^6.0.19",
61
- "@things-factory/auth-ui": "^6.0.19",
62
- "@things-factory/board-service": "^6.0.19",
63
- "@things-factory/board-ui": "^6.0.19",
64
- "@things-factory/context-ui": "^6.0.19",
65
- "@things-factory/dashboard": "^6.0.19",
66
- "@things-factory/dataset": "^6.0.19",
67
- "@things-factory/export-ui": "^6.0.19",
68
- "@things-factory/grist-ui": "^6.0.19",
69
- "@things-factory/help": "^6.0.19",
70
- "@things-factory/i18n-base": "^6.0.19",
71
- "@things-factory/integration-ui": "^6.0.19",
72
- "@things-factory/lite-menu": "^6.0.19",
73
- "@things-factory/more-ui": "^6.0.19",
74
- "@things-factory/notification": "^6.0.19",
75
- "@things-factory/oauth2-client": "^6.0.19",
76
- "@things-factory/organization": "^6.0.19",
77
- "@things-factory/print-ui": "^6.0.19",
78
- "@things-factory/resource-ui": "^6.0.19",
79
- "@things-factory/setting-base": "^6.0.19",
80
- "@things-factory/setting-ui": "^6.0.19",
81
- "@things-factory/shell": "^6.0.19",
82
- "@things-factory/system-ui": "^6.0.19",
83
- "@things-factory/worklist": "^6.0.19",
84
- "@types/react-dom": "^18.0.10",
59
+ "@things-factory/api": "^6.0.21",
60
+ "@things-factory/apptool-ui": "^6.0.21",
61
+ "@things-factory/auth-ui": "^6.0.21",
62
+ "@things-factory/board-service": "^6.0.21",
63
+ "@things-factory/board-ui": "^6.0.21",
64
+ "@things-factory/context-ui": "^6.0.21",
65
+ "@things-factory/dashboard": "^6.0.21",
66
+ "@things-factory/dataset": "^6.0.21",
67
+ "@things-factory/export-ui": "^6.0.21",
68
+ "@things-factory/grist-ui": "^6.0.21",
69
+ "@things-factory/help": "^6.0.21",
70
+ "@things-factory/i18n-base": "^6.0.21",
71
+ "@things-factory/integration-ui": "^6.0.21",
72
+ "@things-factory/lite-menu": "^6.0.21",
73
+ "@things-factory/more-ui": "^6.0.21",
74
+ "@things-factory/notification": "^6.0.21",
75
+ "@things-factory/oauth2-client": "^6.0.21",
76
+ "@things-factory/organization": "^6.0.21",
77
+ "@things-factory/print-ui": "^6.0.21",
78
+ "@things-factory/resource-ui": "^6.0.21",
79
+ "@things-factory/setting-base": "^6.0.21",
80
+ "@things-factory/setting-ui": "^6.0.21",
81
+ "@things-factory/shell": "^6.0.21",
82
+ "@things-factory/system-ui": "^6.0.21",
83
+ "@things-factory/worklist": "^6.0.21",
85
84
  "graphql-tag": "^2.12.6",
86
- "react": "^18.2.0",
87
- "react-dom": "^18.2.0",
88
85
  "subscriptions-transport-ws": "^0.11.0"
89
86
  },
90
87
  "devDependencies": {
91
- "@things-factory/builder": "^6.0.7"
88
+ "@things-factory/builder": "^6.0.21"
92
89
  },
93
- "gitHead": "05a9514944178c345d8eec9009cc912b2e55c389"
90
+ "gitHead": "074a4f460d08fed4bc7e9882aa57f4c120cf0f11"
94
91
  }