zigbee2mqtt-frontend 0.6.100 → 0.6.103
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/dist/assets/{index.06d8431c.js → index.6ab1defe.js} +78 -78
- package/dist/assets/index.6ab1defe.js.gz +0 -0
- package/dist/assets/{index.7c8810d2.css → index.cbd3dea9.css} +1 -1
- package/dist/assets/{index.7c8810d2.css.gz → index.cbd3dea9.css.gz} +0 -0
- package/dist/index.html +2 -2
- package/dist/index.html.gz +0 -0
- package/package.json +6 -1
- package/dist/assets/index.06d8431c.js.gz +0 -0
Binary file
|
package/dist/index.html
CHANGED
@@ -14,8 +14,8 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
<script type="module" crossorigin src="assets/index.
|
18
|
-
<link rel="stylesheet" href="assets/index.
|
17
|
+
<script type="module" crossorigin src="assets/index.6ab1defe.js"></script>
|
18
|
+
<link rel="stylesheet" href="assets/index.cbd3dea9.css">
|
19
19
|
</head>
|
20
20
|
|
21
21
|
<body>
|
package/dist/index.html.gz
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"*.css"
|
9
9
|
],
|
10
10
|
"name": "zigbee2mqtt-frontend",
|
11
|
-
"version": "0.6.
|
11
|
+
"version": "0.6.103",
|
12
12
|
"license": "GPL-3.0",
|
13
13
|
"eslintIgnore": [
|
14
14
|
"dist/*"
|
@@ -27,6 +27,7 @@
|
|
27
27
|
"@types/d3-zoom": "^3.0.1",
|
28
28
|
"@types/events": "^3.0.0",
|
29
29
|
"@types/file-saver": "^2.0.5",
|
30
|
+
"@types/json-schema": "^7.0.11",
|
30
31
|
"@types/lodash": "^4.14.178",
|
31
32
|
"@types/react": "^17.0.39",
|
32
33
|
"@types/react-dom": "^17.0.11",
|
@@ -68,6 +69,7 @@
|
|
68
69
|
"react": "^17.0.1",
|
69
70
|
"react-ace": "^9.5.0",
|
70
71
|
"react-app-polyfill": "^3.0.0",
|
72
|
+
"react-bootstrap": "^2.4.0",
|
71
73
|
"react-css-theme-switcher": "^0.3.0",
|
72
74
|
"react-dom": "^17.0.1",
|
73
75
|
"react-i18next": "^11.16.6",
|
@@ -102,6 +104,9 @@
|
|
102
104
|
"bugs": {
|
103
105
|
"url": "https://github.com/nurikk/zigbee2mqtt-frontend/issues"
|
104
106
|
},
|
107
|
+
"dependencies": {
|
108
|
+
"@rjsf/bootstrap-5": "https://github.com/nurikk/fileshare/blob/main/rjsf-bootstrap-5-4.2.0.tgz?raw=true"
|
109
|
+
},
|
105
110
|
"scripts": {
|
106
111
|
"build": "vite build",
|
107
112
|
"preview": "vite preview",
|
Binary file
|