zigbee2mqtt-frontend 0.6.152 → 0.6.154

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 CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
 
15
15
 
16
- <script type="module" crossorigin src="./assets/index-83109297.js"></script>
16
+ <script type="module" crossorigin src="./assets/index-d5d1acf4.js"></script>
17
17
  <link rel="stylesheet" href="./assets/index-5c0a913d.css">
18
18
  </head>
19
19
 
Binary file
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.152",
11
+ "version": "0.6.154",
12
12
  "license": "GPL-3.0",
13
13
  "eslintIgnore": [
14
14
  "dist/*"
@@ -23,7 +23,9 @@
23
23
  "@fortawesome/fontawesome-free": "~6.4.2",
24
24
  "@rjsf/bootstrap-5": "https://github.com/nurikk/fileshare/blob/main/rjsf-bootstrap-5-4.2.0.tgz?raw=true",
25
25
  "@rjsf/core": "~4.2.3",
26
- "@toolz/local-storage": "~1.0.5",
26
+ "@testing-library/jest-dom": "^6.3.0",
27
+ "@testing-library/react": "^14.1.2",
28
+ "@testing-library/user-event": "^14.5.2",
27
29
  "@types/color-convert": "~2.0.1",
28
30
  "@types/d3-drag": "~3.0.4",
29
31
  "@types/d3-force": "~3.0.6",
@@ -64,6 +66,7 @@
64
66
  "husky": "~8.0.3",
65
67
  "i18next": "~23.5.1",
66
68
  "i18next-browser-languagedetector": "~7.1.0",
69
+ "jsdom": "^24.0.0",
67
70
  "jszip": "~3.10.1",
68
71
  "lodash": "~4.17.21",
69
72
  "notyf": "~3.10.0",
@@ -72,7 +75,7 @@
72
75
  "react": "~18.2.0",
73
76
  "react-ace": "~10.1.0",
74
77
  "react-app-polyfill": "~3.0.0",
75
- "react-bootstrap": "~2.9.0",
78
+ "react-bootstrap": "~2.10.0",
76
79
  "react-css-theme-switcher": "~0.3.0",
77
80
  "react-dom": "~18.2.0",
78
81
  "react-i18next": "~13.2.2",
@@ -83,6 +86,7 @@
83
86
  "react-transition-group": "~4.4.5",
84
87
  "reconnecting-websocket": "~4.4.0",
85
88
  "sass": "~1.68.0",
89
+ "store2": "^2.14.2",
86
90
  "timeago.js": "~4.0.2",
87
91
  "typescript": "~5.2.2",
88
92
  "unistore": "~3.5.2",
@@ -90,6 +94,7 @@
90
94
  "vite-plugin-compression": "~0.5.1",
91
95
  "vite-plugin-html": "~3.2.0",
92
96
  "vite-plugin-sass-dts": "~1.3.11",
97
+ "vitest": "^1.2.1",
93
98
  "ws": "~8.14.2",
94
99
  "zigbee-herdsman": "~0.19.0",
95
100
  "zigbee-herdsman-converters": "~15.87.0"
@@ -115,6 +120,7 @@
115
120
  "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
116
121
  "pretty": "prettier --write \"./**/*.{js,jsx,tsx}\"",
117
122
  "_postinstall": "husky install",
123
+ "test:unit": "vitest",
118
124
  "test:eslint": "eslint \"./src/**/*.{js,jsx,tsx}\"",
119
125
  "test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\""
120
126
  }