Skip to content

Commit ca0fb3f

Browse files
authored
home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap: 0.9.0 -> 0.10.0 (#393701)
2 parents e51855a + 1907566 commit ca0fb3f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/zigbee2mqtt-networkmap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"vue": "^2.7.15"
1212
},
1313
"devDependencies": {
14+
"@babel/core": "^7.26.0",
15+
"@babel/eslint-parser": "^7.25.9",
1416
"@material/mwc-button": "^0.27.0",
1517
"@vue/cli-plugin-eslint": "^5.0.8",
1618
"@vue/cli-service": "^5.0.8",
1719
"@vue/eslint-config-standard": "^8.0.1",
18-
"@babel/core": "^7.0.0",
19-
"@babel/eslint-parser": "^7.0.0",
20-
"eslint": "^8.42.0",
21-
"eslint-plugin-vue": "^9.14.1",
20+
"eslint": "^8.57.1",
21+
"eslint-plugin-vue": "^9.32.0",
2222
"lodash.isequal": "^4.5.0",
2323
"vue-d3-network": "^0.1.28"
2424
}

pkgs/servers/home-assistant/custom-lovelace-modules/zigbee2mqtt-networkmap/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77

88
mkYarnPackage rec {
99
pname = "zigbee2mqtt-networkmap";
10-
version = "0.9.0";
10+
version = "0.10.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "azuwis";
1414
repo = "zigbee2mqtt-networkmap";
1515
rev = "v${version}";
16-
hash = "sha256-K4DyrurC4AzzJCcB4CS9UlQbUQSWpR7PevA2JFFMRZM=";
16+
hash = "sha256-S4iUTjI+pFfa8hg1/lJSI1tl2nEIh+LO2WTYhWWLh/s=";
1717
};
1818

1919
packageJSON = ./package.json;
2020

2121
offlineCache = fetchYarnDeps {
2222
yarnLock = "${src}/yarn.lock";
23-
hash = "sha256-h/5TWaIg8AfY6I/JBRmUF6yCCbxCMs9nRECWEaaK2to=";
23+
hash = "sha256-yo+K3vUJH6WwyNj/UuvbhhmhdqzJ3XUzX+cKUueutjE=";
2424
};
2525

2626
configurePhase = ''

pkgs/servers/home-assistant/custom-lovelace-modules/zigbee2mqtt-networkmap/update.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ set -xe
66
dirname="$(dirname "$0")"
77

88
# nix-update picks the wrong file `pkgs/development/tools/yarn2nix-moretea/yarn2nix/default.nix`
9-
nix-update --override-filename "$dirname/default.nix" home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap
9+
nix-update --override-filename "$dirname/package.nix" home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap
10+
11+
# update package.json
12+
source=$(nix-build -A home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap.src)
13+
cp "$source/package.json" "$dirname/package.json"

0 commit comments

Comments
 (0)