zigbee2mqtt-frontend 0.6.42 → 0.6.43
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/5ac6d54b958a2d75b1e5.png +0 -0
- package/dist/88b7e4e45fa10f98a458.png +0 -0
- package/dist/index.html +1 -1
- package/dist/{main.ed56fb4e41932cc6dbaf.js → main.8e4d5e0d4db1b4358c80.js} +42 -24
- package/dist/scripts/{vendor.fe0460b81c107166f365.js → vendor.49fee1be1555be7ec8f9.js} +436 -232
- package/package.json +16 -16
- package/dist/f089fd97c4f748dc240d.png +0 -0
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.43",
|
12
12
|
"license": "GPL-3.0",
|
13
13
|
"scripts": {
|
14
14
|
"build": "npm run clean && webpack --config ./webpack.config.js --mode production",
|
@@ -33,6 +33,7 @@
|
|
33
33
|
"@rjsf/bootstrap-4": "^3.2.1",
|
34
34
|
"@rjsf/core": "^3.2.1",
|
35
35
|
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0",
|
36
|
+
"@toolz/local-storage": "^1.0.5",
|
36
37
|
"@types/classnames": "^2.3.1",
|
37
38
|
"@types/color-convert": "^2.0.0",
|
38
39
|
"@types/d3-drag": "^3.0.1",
|
@@ -40,8 +41,8 @@
|
|
40
41
|
"@types/d3-selection": "^3.0.1",
|
41
42
|
"@types/d3-zoom": "^3.0.1",
|
42
43
|
"@types/file-saver": "^2.0.4",
|
43
|
-
"@types/lodash": "^4.14.
|
44
|
-
"@types/react": "^17.0.
|
44
|
+
"@types/lodash": "^4.14.177",
|
45
|
+
"@types/react": "^17.0.37",
|
45
46
|
"@types/react-bootstrap": "^0.32.28",
|
46
47
|
"@types/react-dom": "^17.0.11",
|
47
48
|
"@types/react-router-dom": "^5.3.2",
|
@@ -49,7 +50,7 @@
|
|
49
50
|
"@types/react-transition-group": "^4.4.4",
|
50
51
|
"@types/reconnectingwebsocket": "^1.0.7",
|
51
52
|
"@types/webpack-env": "^1.16.3",
|
52
|
-
"@types/ws": "^8.2.
|
53
|
+
"@types/ws": "^8.2.1",
|
53
54
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
54
55
|
"@typescript-eslint/parser": "^4.33.0",
|
55
56
|
"ace-builds": "^1.4.13",
|
@@ -58,7 +59,7 @@
|
|
58
59
|
"color-convert": "^2.0.1",
|
59
60
|
"concurrently": "^6.4.0",
|
60
61
|
"conventional-changelog-cli": "^2.1.1",
|
61
|
-
"copy-webpack-plugin": "^
|
62
|
+
"copy-webpack-plugin": "^10.0.0",
|
62
63
|
"css-loader": "^6.5.1",
|
63
64
|
"d3-drag": "^3.0.0",
|
64
65
|
"d3-force": "^3.0.0",
|
@@ -69,45 +70,44 @@
|
|
69
70
|
"eslint-config-prettier": "^8.3.0",
|
70
71
|
"eslint-config-react": "^1.1.7",
|
71
72
|
"eslint-plugin-prettier": "^4.0.0",
|
72
|
-
"eslint-plugin-react": "^7.
|
73
|
+
"eslint-plugin-react": "^7.27.1",
|
73
74
|
"file-saver": "^2.0.5",
|
74
|
-
"fork-ts-checker-webpack-plugin": "^6.
|
75
|
+
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
75
76
|
"html-webpack-plugin": "^5.5.0",
|
76
77
|
"husky": "^7.0.4",
|
77
|
-
"i18next": "^21.5.
|
78
|
+
"i18next": "^21.5.4",
|
78
79
|
"i18next-browser-languagedetector": "^6.1.2",
|
79
80
|
"i18next-http-backend": "^1.3.1",
|
80
81
|
"jszip": "^3.7.1",
|
81
82
|
"line-reader": "^0.4.0",
|
82
|
-
"local-storage": "^2.0.0",
|
83
83
|
"lodash": "^4.17.21",
|
84
84
|
"mini-css-extract-plugin": "^2.4.5",
|
85
85
|
"notyf": "^3.10.0",
|
86
86
|
"pinst": "^2.1.6",
|
87
|
-
"prettier": "^2.
|
87
|
+
"prettier": "^2.5.0",
|
88
88
|
"react": "^17.0.1",
|
89
|
-
"react-ace": "^9.
|
89
|
+
"react-ace": "^9.5.0",
|
90
90
|
"react-app-polyfill": "^2.0.0",
|
91
91
|
"react-bootstrap": "^1.6.4",
|
92
92
|
"react-css-theme-switcher": "^0.3.0",
|
93
93
|
"react-dom": "^17.0.1",
|
94
|
-
"react-i18next": "^11.14.
|
94
|
+
"react-i18next": "^11.14.3",
|
95
95
|
"react-router-dom": "^5.3.0",
|
96
96
|
"react-table": "^7.7.0",
|
97
97
|
"react-transition-group": "^4.4.2",
|
98
98
|
"reconnecting-websocket": "^4.4.0",
|
99
99
|
"rimraf": "^3.0.2",
|
100
|
-
"sass": "^1.
|
100
|
+
"sass": "^1.44.0",
|
101
101
|
"sass-loader": "^12.3.0",
|
102
102
|
"timeago.js": "^4.0.2",
|
103
103
|
"ts-loader": "^9.2.6",
|
104
104
|
"typescript": "^4.5.2",
|
105
105
|
"unistore": "^3.5.2",
|
106
|
-
"webpack": "^5.64.
|
106
|
+
"webpack": "^5.64.4",
|
107
107
|
"webpack-bundle-analyzer": "^4.5.0",
|
108
108
|
"webpack-cli": "4.9.1",
|
109
|
-
"webpack-dev-server": "4.
|
110
|
-
"zigbee-herdsman": "^0.13.
|
109
|
+
"webpack-dev-server": "4.6.0",
|
110
|
+
"zigbee-herdsman": "^0.13.175",
|
111
111
|
"zip-webpack-plugin": "^4.0.1"
|
112
112
|
},
|
113
113
|
"main": "index.js",
|
Binary file
|