@things-factory/shell 5.0.0-zeta.5 → 5.0.0-zeta.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 +17 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "5.0.0-zeta.5",
3
+ "version": "5.0.0-zeta.8",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -31,12 +31,12 @@
31
31
  "test": "NODE_ENV=test jest"
32
32
  },
33
33
  "dependencies": {
34
- "@apollo/client": "^3.5.10",
34
+ "@apollo/client": "^3.6.8",
35
35
  "@graphql-tools/merge": "^8.2.3",
36
36
  "@graphql-tools/schema": "^8.3.2",
37
37
  "@graphql-tools/utils": "^8.6.2",
38
38
  "@hatiolab/koa-webpack": "^6.0.0",
39
- "@hatiolab/things-scene": "^3.0.13",
39
+ "@hatiolab/things-scene": "^3.0.15",
40
40
  "@koa/cors": "^3.1.0",
41
41
  "@material/mwc-button": "^0.25.3",
42
42
  "@material/mwc-fab": "^0.25.3",
@@ -44,16 +44,16 @@
44
44
  "@material/mwc-icon-button": "^0.25.3",
45
45
  "@material/mwc-slider": "^0.25.3",
46
46
  "@material/mwc-textfield": "^0.25.3",
47
- "@operato/board": "1.0.0-beta.36",
48
- "@operato/graphql": "1.0.0-beta.36",
49
- "@operato/help": "1.0.0-beta.36",
50
- "@operato/layout": "1.0.0-beta.36",
51
- "@operato/shell": "1.0.0-beta.36",
52
- "@operato/utils": "1.0.0-beta.36",
53
- "@things-factory/ejs-remote": "^5.0.0-zeta.5",
54
- "@things-factory/env": "^5.0.0-zeta.5",
55
- "@things-factory/styles": "^5.0.0-zeta.5",
56
- "@things-factory/utils": "^5.0.0-zeta.5",
47
+ "@operato/board": "^1.0.0-beta.39",
48
+ "@operato/graphql": "^1.0.0-beta.39",
49
+ "@operato/help": "^1.0.0-beta.39",
50
+ "@operato/layout": "^1.0.0-beta.39",
51
+ "@operato/shell": "^1.0.0-beta.39",
52
+ "@operato/utils": "^1.0.0-beta.39",
53
+ "@things-factory/ejs-remote": "^5.0.0-zeta.8",
54
+ "@things-factory/env": "^5.0.0-zeta.8",
55
+ "@things-factory/styles": "^5.0.0-zeta.8",
56
+ "@things-factory/utils": "^5.0.0-zeta.8",
57
57
  "@webcomponents/webcomponentsjs": "^2.6.0",
58
58
  "@webpack-contrib/schema-utils": "^1.0.0-beta.0",
59
59
  "apollo-server-core": "^3.6.4",
@@ -76,6 +76,7 @@
76
76
  "graphql-subscriptions": "^2.0.0",
77
77
  "graphql-tag": "^2.12.6",
78
78
  "graphql-upload": "^13.0.0",
79
+ "graphql-ws": "^5.9.0",
79
80
  "haunted": "^4.8.2",
80
81
  "html-webpack-plugin": "^5.5.0",
81
82
  "husky": "7.0.1",
@@ -117,7 +118,8 @@
117
118
  "uuid": "^3.4.0",
118
119
  "web-animations-js": "^2.3.2",
119
120
  "web-push": "^3.4.5",
120
- "webfontloader": "^1.6.28"
121
+ "webfontloader": "^1.6.28",
122
+ "ws": "^8.8.0"
121
123
  },
122
124
  "optionalDependencies": {
123
125
  "better-sqlite3": "^7.1.2",
@@ -130,5 +132,5 @@
130
132
  "resolutions": {
131
133
  "core-js": "^3.16.0"
132
134
  },
133
- "gitHead": "340c5e2cb0d1ab4ac683747ddfbe9fa186ced768"
135
+ "gitHead": "486693b3774b872157c83b623579ac63da1ed53c"
134
136
  }