zigbee2mqtt-frontend 0.6.46 → 0.6.50
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/index.html +1 -1
- package/dist/index.html.gz +0 -0
- package/dist/{main.7379448ff31d4e2a65b8.css → main.d2cd079cb3f5a80b4aac.css} +2 -2
- package/dist/main.d2cd079cb3f5a80b4aac.css.gz +0 -0
- package/dist/main.ecafe43849329532f80a.js +5351 -0
- package/dist/main.ecafe43849329532f80a.js.gz +0 -0
- package/dist/scripts/{vendor.49fee1be1555be7ec8f9.js → vendor.5dabbcd696a53e37d1fe.js} +9 -11654
- package/dist/scripts/vendor.5dabbcd696a53e37d1fe.js.gz +0 -0
- package/package.json +2 -4
- package/dist/main.03d2b8de8a4207f907b0.js +0 -5374
- package/dist/main.03d2b8de8a4207f907b0.js.gz +0 -0
- package/dist/main.7379448ff31d4e2a65b8.css.gz +0 -0
- package/dist/scripts/vendor.49fee1be1555be7ec8f9.js.gz +0 -0
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.50",
|
12
12
|
"license": "GPL-3.0",
|
13
13
|
"scripts": {
|
14
14
|
"build": "npm run clean && webpack --config ./webpack.config.js --mode production",
|
@@ -30,7 +30,6 @@
|
|
30
30
|
"@commitlint/cli": "^15.0.0",
|
31
31
|
"@commitlint/config-conventional": "^15.0.0",
|
32
32
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
33
|
-
"@rjsf/bootstrap-4": "^3.2.1",
|
34
33
|
"@rjsf/core": "^3.2.1",
|
35
34
|
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0",
|
36
35
|
"@toolz/local-storage": "^1.0.5",
|
@@ -43,7 +42,6 @@
|
|
43
42
|
"@types/file-saver": "^2.0.4",
|
44
43
|
"@types/lodash": "^4.14.177",
|
45
44
|
"@types/react": "^17.0.37",
|
46
|
-
"@types/react-bootstrap": "^0.32.28",
|
47
45
|
"@types/react-dom": "^17.0.11",
|
48
46
|
"@types/react-router-dom": "^5.3.2",
|
49
47
|
"@types/react-table": "^7.7.8",
|
@@ -89,7 +87,6 @@
|
|
89
87
|
"react": "^17.0.1",
|
90
88
|
"react-ace": "^9.5.0",
|
91
89
|
"react-app-polyfill": "^2.0.0",
|
92
|
-
"react-bootstrap": "^1.6.4",
|
93
90
|
"react-css-theme-switcher": "^0.3.0",
|
94
91
|
"react-dom": "^17.0.1",
|
95
92
|
"react-i18next": "^11.14.3",
|
@@ -109,6 +106,7 @@
|
|
109
106
|
"webpack-cli": "4.9.1",
|
110
107
|
"webpack-dev-server": "4.6.0",
|
111
108
|
"zigbee-herdsman": "^0.13.175",
|
109
|
+
"zigbee-herdsman-converters": "^14.0.336",
|
112
110
|
"zip-webpack-plugin": "^4.0.1"
|
113
111
|
},
|
114
112
|
"main": "index.js",
|