zigbee2mqtt-frontend 0.6.114 → 0.6.115
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.
Binary file
|
package/dist/index.html
CHANGED
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.115",
|
12
12
|
"license": "GPL-3.0",
|
13
13
|
"eslintIgnore": [
|
14
14
|
"dist/*"
|
@@ -18,6 +18,7 @@
|
|
18
18
|
"@commitlint/config-conventional": "16.2.4",
|
19
19
|
"@ebay/nice-modal-react": "1.2.7",
|
20
20
|
"@fortawesome/fontawesome-free": "6.2.0",
|
21
|
+
"@rjsf/bootstrap-5": "https://github.com/nurikk/fileshare/blob/main/rjsf-bootstrap-5-4.2.0.tgz?raw=true",
|
21
22
|
"@rjsf/core": "4.2.3",
|
22
23
|
"@toolz/local-storage": "1.0.5",
|
23
24
|
"@types/color-convert": "2.0.0",
|
@@ -104,9 +105,6 @@
|
|
104
105
|
"bugs": {
|
105
106
|
"url": "https://github.com/nurikk/zigbee2mqtt-frontend/issues"
|
106
107
|
},
|
107
|
-
"dependencies": {
|
108
|
-
"@rjsf/bootstrap-5": "https://github.com/nurikk/fileshare/blob/main/rjsf-bootstrap-5-4.2.0.tgz?raw=true"
|
109
|
-
},
|
110
108
|
"scripts": {
|
111
109
|
"build": "vite build",
|
112
110
|
"preview": "vite preview",
|
Binary file
|