@things-factory/shell 8.0.0-alpha.27 → 8.0.0-alpha.29
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": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.29",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"@things-factory/env": "^8.0.0-alpha.8",
|
66
66
|
"@things-factory/operato-license-checker": "^4.0.4",
|
67
67
|
"@things-factory/styles": "^8.0.0-alpha.0",
|
68
|
-
"@things-factory/utils": "^8.0.0-alpha.
|
68
|
+
"@things-factory/utils": "^8.0.0-alpha.29",
|
69
69
|
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
|
70
70
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
71
71
|
"args": "^5.0.0",
|
@@ -113,7 +113,6 @@
|
|
113
113
|
"pwa-helpers": "^0.9.1",
|
114
114
|
"react": "^18.2.0",
|
115
115
|
"react-dom": "^18.2.0",
|
116
|
-
"redux-thunk": "^3.1.0",
|
117
116
|
"regenerator-runtime": "^0.13.2",
|
118
117
|
"reselect": "^4.0.0",
|
119
118
|
"sass": "^1.50.1",
|
@@ -134,5 +133,5 @@
|
|
134
133
|
"pg": "^8.7.3",
|
135
134
|
"sqlite3": "^5.0.8"
|
136
135
|
},
|
137
|
-
"gitHead": "
|
136
|
+
"gitHead": "a7592d7dc0886734d2798ee5756c51b0c0aa13fa"
|
138
137
|
}
|