@things-factory/shell 5.0.0-zeta.12 → 5.0.0-zeta.15
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.
- package/package.json +44 -43
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "5.0.0-zeta.
|
3
|
+
"version": "5.0.0-zeta.15",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -31,34 +31,35 @@
|
|
31
31
|
"test": "NODE_ENV=test jest"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@
|
35
|
-
"@
|
36
|
-
"@graphql-tools/
|
37
|
-
"@graphql-tools/
|
34
|
+
"@anchan828/typeorm-history": "^1.0.16",
|
35
|
+
"@apollo/client": "^3.6.9",
|
36
|
+
"@graphql-tools/merge": "^8.3.0",
|
37
|
+
"@graphql-tools/schema": "^8.5.0",
|
38
|
+
"@graphql-tools/utils": "^8.8.0",
|
38
39
|
"@hatiolab/koa-webpack": "^6.0.0",
|
39
40
|
"@hatiolab/things-scene": "^3.0.18",
|
40
|
-
"@koa/cors": "^3.
|
41
|
-
"@material/mwc-button": "^0.
|
42
|
-
"@material/mwc-fab": "^0.
|
43
|
-
"@material/mwc-icon": "^0.
|
44
|
-
"@material/mwc-icon-button": "^0.
|
45
|
-
"@material/mwc-slider": "^0.
|
46
|
-
"@material/mwc-textfield": "^0.
|
47
|
-
"@operato/board": "^1.0.0-beta.
|
48
|
-
"@operato/graphql": "^1.0.0-beta.
|
49
|
-
"@operato/help": "^1.0.0-beta.
|
50
|
-
"@operato/layout": "^1.0.0-beta.
|
51
|
-
"@operato/shell": "^1.0.0-beta.
|
52
|
-
"@operato/utils": "^1.0.0-beta.
|
53
|
-
"@things-factory/ejs-remote": "^5.0.0-zeta.
|
54
|
-
"@things-factory/env": "^5.0.0-zeta.
|
55
|
-
"@things-factory/styles": "^5.0.0-zeta.
|
56
|
-
"@things-factory/utils": "^5.0.0-zeta.
|
41
|
+
"@koa/cors": "^3.3.0",
|
42
|
+
"@material/mwc-button": "^0.26.1",
|
43
|
+
"@material/mwc-fab": "^0.26.1",
|
44
|
+
"@material/mwc-icon": "^0.26.1",
|
45
|
+
"@material/mwc-icon-button": "^0.26.1",
|
46
|
+
"@material/mwc-slider": "^0.26.1",
|
47
|
+
"@material/mwc-textfield": "^0.26.1",
|
48
|
+
"@operato/board": "^1.0.0-beta.45",
|
49
|
+
"@operato/graphql": "^1.0.0-beta.45",
|
50
|
+
"@operato/help": "^1.0.0-beta.45",
|
51
|
+
"@operato/layout": "^1.0.0-beta.45",
|
52
|
+
"@operato/shell": "^1.0.0-beta.45",
|
53
|
+
"@operato/utils": "^1.0.0-beta.45",
|
54
|
+
"@things-factory/ejs-remote": "^5.0.0-zeta.15",
|
55
|
+
"@things-factory/env": "^5.0.0-zeta.15",
|
56
|
+
"@things-factory/styles": "^5.0.0-zeta.15",
|
57
|
+
"@things-factory/utils": "^5.0.0-zeta.15",
|
57
58
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
58
59
|
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
|
59
|
-
"apollo-server-core": "^3.
|
60
|
-
"apollo-server-koa": "^3.
|
61
|
-
"apollo-server-types": "^3.
|
60
|
+
"apollo-server-core": "^3.9.0",
|
61
|
+
"apollo-server-koa": "^3.9.0",
|
62
|
+
"apollo-server-types": "^3.6.1",
|
62
63
|
"apollo-upload-client": "^17.0.0",
|
63
64
|
"args": "^5.0.0",
|
64
65
|
"broadcastchannel-polyfill": "^1.0.1",
|
@@ -70,14 +71,14 @@
|
|
70
71
|
"firebase": "^8.0.1",
|
71
72
|
"fs-extra": "^9.0.1",
|
72
73
|
"glob": "^7.1.6",
|
73
|
-
"graphql": "^15.
|
74
|
+
"graphql": "^15.8.0",
|
74
75
|
"graphql-mqtt-subscriptions": "^1.2.0",
|
75
76
|
"graphql-redis-subscriptions": "^2.4.2",
|
76
77
|
"graphql-subscriptions": "^2.0.0",
|
77
78
|
"graphql-tag": "^2.12.6",
|
78
79
|
"graphql-upload": "^13.0.0",
|
79
|
-
"graphql-ws": "^5.9.
|
80
|
-
"haunted": "^
|
80
|
+
"graphql-ws": "^5.9.1",
|
81
|
+
"haunted": "^5.0.0",
|
81
82
|
"html-webpack-plugin": "^5.5.0",
|
82
83
|
"husky": "7.0.1",
|
83
84
|
"imports-loader": "^3.0.0",
|
@@ -86,21 +87,21 @@
|
|
86
87
|
"json-stringify-safe": "^5.0.1",
|
87
88
|
"json5": "^2.2.0",
|
88
89
|
"koa": "^2.13.4",
|
89
|
-
"koa-bodyparser": "^4.
|
90
|
-
"koa-ip": "^2.1.
|
90
|
+
"koa-bodyparser": "^4.3.0",
|
91
|
+
"koa-ip": "^2.1.2",
|
91
92
|
"koa-router": "^7.4.0",
|
92
93
|
"koa-send": "^5.0.0",
|
93
94
|
"koa-static": "^5.0.0",
|
94
95
|
"koa-unless": "^1.0.7",
|
95
96
|
"koa2-connect-history-api-fallback": "^0.1.2",
|
96
|
-
"lit": "^2.2.
|
97
|
+
"lit": "^2.2.7",
|
97
98
|
"loader-utils": "^2.0.0",
|
98
|
-
"lodash": "^4.17.
|
99
|
-
"lodash-es": "^4.17.
|
100
|
-
"mkdirp": "^1.0.
|
99
|
+
"lodash": "^4.17.21",
|
100
|
+
"lodash-es": "^4.17.21",
|
101
|
+
"mkdirp": "^1.0.4",
|
101
102
|
"mqtt": "^4.3.4",
|
102
|
-
"node-fetch": "^2.6
|
103
|
-
"nodemon": "^2.0.
|
103
|
+
"node-fetch": "^3.2.6",
|
104
|
+
"nodemon": "^2.0.19",
|
104
105
|
"npm-license-crawler": "^0.2.1",
|
105
106
|
"pluralize": "^8.0.0",
|
106
107
|
"promises-all": "^1.0.0",
|
@@ -114,20 +115,20 @@
|
|
114
115
|
"subscriptions-transport-ws": "^0.11.0",
|
115
116
|
"sweetalert2": "^10.9.0",
|
116
117
|
"type-graphql": "^1.2.0-rc.1",
|
117
|
-
"typeorm": "^0.2.
|
118
|
+
"typeorm": "^0.2.45",
|
118
119
|
"uuid": "^3.4.0",
|
119
120
|
"web-animations-js": "^2.3.2",
|
120
|
-
"web-push": "^3.
|
121
|
+
"web-push": "^3.5.0",
|
121
122
|
"webfontloader": "^1.6.28",
|
122
123
|
"ws": "^8.8.0"
|
123
124
|
},
|
124
125
|
"optionalDependencies": {
|
125
|
-
"better-sqlite3": "^7.
|
126
|
+
"better-sqlite3": "^7.5.3",
|
126
127
|
"mssql": "^8.1.2",
|
127
128
|
"mysql2": "^2.3.3",
|
128
|
-
"oracledb": "^5.
|
129
|
-
"pg": "^8.3
|
130
|
-
"sqlite3": "^5.0.
|
129
|
+
"oracledb": "^5.4.0",
|
130
|
+
"pg": "^8.7.3",
|
131
|
+
"sqlite3": "^5.0.8"
|
131
132
|
},
|
132
|
-
"gitHead": "
|
133
|
+
"gitHead": "e2d314c1a6095d16dd533af768ec4eb8a80aee8c"
|
133
134
|
}
|