zigbee2mqtt-frontend 0.6.39 → 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/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.39",
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",
@@ -27,39 +27,40 @@
27
27
  "dist/*"
28
28
  ],
29
29
  "devDependencies": {
30
- "@commitlint/cli": "^13.2.0",
31
- "@commitlint/config-conventional": "^13.2.0",
30
+ "@commitlint/cli": "^15.0.0",
31
+ "@commitlint/config-conventional": "^15.0.0",
32
32
  "@fortawesome/fontawesome-free": "^5.15.4",
33
- "@rjsf/bootstrap-4": "^3.1.0",
34
- "@rjsf/core": "^3.1.0",
33
+ "@rjsf/bootstrap-4": "^3.2.1",
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",
39
40
  "@types/d3-force": "^3.0.3",
40
41
  "@types/d3-selection": "^3.0.1",
41
42
  "@types/d3-zoom": "^3.0.1",
42
- "@types/file-saver": "^2.0.3",
43
- "@types/lodash": "^4.14.175",
44
- "@types/react": "^17.0.27",
45
- "@types/react-bootstrap": "^0.32.26",
46
- "@types/react-dom": "^17.0.9",
47
- "@types/react-router-dom": "^5.3.1",
43
+ "@types/file-saver": "^2.0.4",
44
+ "@types/lodash": "^4.14.177",
45
+ "@types/react": "^17.0.37",
46
+ "@types/react-bootstrap": "^0.32.28",
47
+ "@types/react-dom": "^17.0.11",
48
+ "@types/react-router-dom": "^5.3.2",
48
49
  "@types/react-table": "^7.7.8",
49
- "@types/react-transition-group": "^4.4.3",
50
+ "@types/react-transition-group": "^4.4.4",
50
51
  "@types/reconnectingwebsocket": "^1.0.7",
51
- "@types/webpack-env": "^1.16.2",
52
- "@types/ws": "^8.2.0",
52
+ "@types/webpack-env": "^1.16.3",
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",
56
- "bootstrap": "^5.1.2",
57
+ "bootstrap": "^5.1.3",
57
58
  "classnames": "^2.2.6",
58
59
  "color-convert": "^2.0.1",
59
- "concurrently": "^6.3.0",
60
+ "concurrently": "^6.4.0",
60
61
  "conventional-changelog-cli": "^2.1.1",
61
- "copy-webpack-plugin": "^9.0.1",
62
- "css-loader": "^6.3.0",
62
+ "copy-webpack-plugin": "^10.0.0",
63
+ "css-loader": "^6.5.1",
63
64
  "d3-drag": "^3.0.0",
64
65
  "d3-force": "^3.0.0",
65
66
  "d3-force-reuse": "^1.0.1",
@@ -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.26.1",
73
+ "eslint-plugin-react": "^7.27.1",
73
74
  "file-saver": "^2.0.5",
74
- "fork-ts-checker-webpack-plugin": "^6.3.4",
75
- "html-webpack-plugin": "^5.3.2",
76
- "husky": "^7.0.2",
77
- "i18next": "^21.2.4",
75
+ "fork-ts-checker-webpack-plugin": "^6.5.0",
76
+ "html-webpack-plugin": "^5.5.0",
77
+ "husky": "^7.0.4",
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
- "mini-css-extract-plugin": "^2.4.2",
84
+ "mini-css-extract-plugin": "^2.4.5",
85
85
  "notyf": "^3.10.0",
86
86
  "pinst": "^2.1.6",
87
- "prettier": "^2.4.1",
87
+ "prettier": "^2.5.0",
88
88
  "react": "^17.0.1",
89
- "react-ace": "^9.4.4",
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.12.0",
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.42.1",
101
- "sass-loader": "^12.1.0",
100
+ "sass": "^1.44.0",
101
+ "sass-loader": "^12.3.0",
102
102
  "timeago.js": "^4.0.2",
103
103
  "ts-loader": "^9.2.6",
104
- "typescript": "^4.4.3",
104
+ "typescript": "^4.5.2",
105
105
  "unistore": "^3.5.2",
106
- "webpack": "^5.58.0",
107
- "webpack-bundle-analyzer": "^4.4.2",
108
- "webpack-cli": "4.9.0",
109
- "webpack-dev-server": "4.3.1",
110
- "zigbee-herdsman": "^0.13.154",
106
+ "webpack": "^5.64.4",
107
+ "webpack-bundle-analyzer": "^4.5.0",
108
+ "webpack-cli": "4.9.1",
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