@things-factory/shell 6.1.7 → 6.1.11

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.1.7",
3
+ "version": "6.1.11",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -34,6 +34,7 @@
34
34
  "@apollo/client": "^3.6.9",
35
35
  "@apollo/server": "^4.5.0",
36
36
  "@as-integrations/koa": "^0.3.0",
37
+ "@fontsource/roboto": "^5.0.3",
37
38
  "@graphql-codegen/cli": "^3.2.2",
38
39
  "@graphql-codegen/typescript": "^3.0.2",
39
40
  "@graphql-codegen/typescript-resolvers": "^3.1.1",
@@ -43,6 +44,7 @@
43
44
  "@hatiolab/koa-webpack": "^6.0.0",
44
45
  "@hatiolab/things-scene": "^3.2.0",
45
46
  "@koa/cors": "^3.3.0",
47
+ "@material-design-icons/font": "^0.14.9",
46
48
  "@material/mwc-button": "^0.27.0",
47
49
  "@material/mwc-fab": "^0.27.0",
48
50
  "@material/mwc-icon": "^0.27.0",
@@ -57,8 +59,8 @@
57
59
  "@operato/shell": "^1.0.1",
58
60
  "@operato/typeorm-history": "^1.1.65",
59
61
  "@operato/utils": "^1.0.1",
60
- "@things-factory/ejs-remote": "^6.1.7",
61
- "@things-factory/env": "^6.1.7",
62
+ "@things-factory/ejs-remote": "^6.1.8",
63
+ "@things-factory/env": "^6.1.8",
62
64
  "@things-factory/styles": "^6.1.0",
63
65
  "@things-factory/utils": "^6.1.0",
64
66
  "@webcomponents/webcomponentsjs": "^2.6.0",
@@ -130,5 +132,5 @@
130
132
  "pg": "^8.7.3",
131
133
  "sqlite3": "^5.0.8"
132
134
  },
133
- "gitHead": "b7d7932f4585d09d45ac09696f102b8f1ce73cce"
135
+ "gitHead": "484864c861289750237b70b336dfb09c83ceb65a"
134
136
  }
@@ -50,7 +50,7 @@
50
50
 
51
51
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
52
52
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
53
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" />
53
+ <link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
54
54
  <link rel="stylesheet" href="/theme.css" />
55
55
 
56
56
  <style>