From 2f53cbf088088303f185e0ffc904cf63575d8a90 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 19 Nov 2018 11:11:57 +0100 Subject: [PATCH] Stop pinning ext2fs and update preload to ^8.0.4 * ext2fs fixes build issues on 32 bit Linux platforms * preload fixes issues with the --dont-check-arch flag Change-type: minor --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index dd65a5cf..41186930 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "balena-config-json": "^2.0.0", "balena-device-init": "^5.0.0", "balena-image-manager": "^6.0.0", - "balena-preload": "^8.0.0", + "balena-preload": "^8.0.4", "balena-sdk": "^11.2.0", "balena-settings-client": "^4.0.0", "balena-sync": "^10.0.0", @@ -129,7 +129,6 @@ "ejs": "^2.5.7", "etcher-image-write": "^9.0.3", "express": "^4.13.3", - "ext2fs": "1.0.7", "global-tunnel-ng": "^2.1.1", "hasbin": "^1.2.3", "humanize": "0.0.9",