@things-factory/shell 4.0.0-beta.2 → 4.0.4

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 +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "4.0.0-beta.2",
3
+ "version": "4.0.4",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -31,11 +31,11 @@
31
31
  "test": "NODE_ENV=test jest"
32
32
  },
33
33
  "dependencies": {
34
- "@apollo/client": "^3.4.16",
34
+ "@apollo/client": "^3.4.17",
35
35
  "@graphql-tools/merge": "^7.0.0",
36
36
  "@graphql-tools/schema": "^8.2.0",
37
37
  "@graphql-tools/utils": "^8.3.0",
38
- "@hatiolab/things-scene": "^2.7.11",
38
+ "@hatiolab/things-scene": "^2.7.12",
39
39
  "@koa/cors": "^3.1.0",
40
40
  "@material/mwc-button": "^0.22.1",
41
41
  "@material/mwc-fab": "^0.22.1",
@@ -43,10 +43,10 @@
43
43
  "@material/mwc-icon-button": "^0.22.1",
44
44
  "@material/mwc-slider": "^0.22.1",
45
45
  "@material/mwc-textfield": "^0.22.1",
46
- "@things-factory/ejs-remote": "^4.0.0-beta.2",
47
- "@things-factory/env": "^4.0.0-beta.2",
48
- "@things-factory/styles": "^4.0.0-beta.2",
49
- "@things-factory/utils": "^4.0.0-beta.2",
46
+ "@things-factory/ejs-remote": "^4.0.1",
47
+ "@things-factory/env": "^4.0.1",
48
+ "@things-factory/styles": "^4.0.1",
49
+ "@things-factory/utils": "^4.0.1",
50
50
  "@webcomponents/webcomponentsjs": "^2.6.0",
51
51
  "apollo-server-core": "^3.4.0",
52
52
  "apollo-server-koa": "^3.4.0",
@@ -103,7 +103,6 @@
103
103
  "scrollbooster": "^3.0.2",
104
104
  "subscriptions-transport-ws": "^0.11.0",
105
105
  "sweetalert2": "^10.9.0",
106
- "swipe-listener": "^1.3.0",
107
106
  "type-graphql": "^1.1.1",
108
107
  "typeorm": "0.2.38",
109
108
  "web-animations-js": "^2.3.2",
@@ -120,5 +119,5 @@
120
119
  "resolutions": {
121
120
  "core-js": "^3.16.0"
122
121
  },
123
- "gitHead": "f6f999e00d0dacc5e37542084c59f722c618b551"
122
+ "gitHead": "292d7c4e2675d228d6be474ea6a0525d26ac1657"
124
123
  }