@things-factory/shell 6.0.24 → 6.0.27
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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.27",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -31,7 +31,10 @@
|
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@apollo/client": "^3.6.9",
|
34
|
+
"@apollo/federation": "^0.38.1",
|
35
|
+
"@apollo/gateway": "^2.4.0",
|
34
36
|
"@apollo/server": "^4.5.0",
|
37
|
+
"@apollo/subgraph": "^2.4.0",
|
35
38
|
"@as-integrations/koa": "^0.3.0",
|
36
39
|
"@graphql-codegen/cli": "^3.2.2",
|
37
40
|
"@graphql-codegen/typescript": "^3.0.2",
|
@@ -59,7 +62,7 @@
|
|
59
62
|
"@things-factory/ejs-remote": "^6.0.7",
|
60
63
|
"@things-factory/env": "^6.0.7",
|
61
64
|
"@things-factory/styles": "^6.0.7",
|
62
|
-
"@things-factory/utils": "^6.0.
|
65
|
+
"@things-factory/utils": "^6.0.27",
|
63
66
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
64
67
|
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
|
65
68
|
"args": "^5.0.0",
|
@@ -117,7 +120,7 @@
|
|
117
120
|
"reselect": "^4.0.0",
|
118
121
|
"sass": "^1.50.1",
|
119
122
|
"scrollbooster": "^3.0.2",
|
120
|
-
"sweetalert2": "^
|
123
|
+
"sweetalert2": "^11.7.3",
|
121
124
|
"type-graphql": "^2.0.0-beta.1",
|
122
125
|
"typeorm": "^0.3.9",
|
123
126
|
"uuid": "^3.4.0",
|
@@ -134,5 +137,5 @@
|
|
134
137
|
"pg": "^8.7.3",
|
135
138
|
"sqlite3": "^5.0.8"
|
136
139
|
},
|
137
|
-
"gitHead": "
|
140
|
+
"gitHead": "684784a4f3e450e9ce07dcd51db70b8a2d2c2a0f"
|
138
141
|
}
|