From 08025ab45f4d5711900fb55b8b23b8ceb53fe817 Mon Sep 17 00:00:00 2001 From: Minty Trebor Date: Mon, 14 Oct 2024 07:56:54 +0100 Subject: [PATCH] 01.03.06 updated for dwc 3.6 updated package dependancies --- plugin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.json b/plugin.json index 082f50d..cc27d4a 100644 --- a/plugin.json +++ b/plugin.json @@ -3,17 +3,17 @@ "id": "BtnCmd", "name": "BtnCmd", "author": "Minty Trebor", - "version": "01.03.0", + "version": "01.03.06", "license": "GPL-3.0-or-later", "homepage": "https://github.com/MintyTrebor", "dwcVersion": "auto", "dependencies": { "precompiled-mqtt": "^4.3.7", - "deepmerge": "^4.2.2", - "axios": "^1.2.1", + "deepmerge": "^4.3.1", + "axios": "^1.7.7", "vue-draggable-resizable": "^2.3.0", "jsonpath": "^1.1.1", "vuedraggable": "^2.24.3", - "mathjs": "^11.6.0" + "mathjs": "^13.2.0" } }