From e1d37663d7a0ba318ba049facc7bd71867436059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:44:07 +0000 Subject: [PATCH] Bump gridstack from 10.3.1 to 11.0.1 in /freedata_gui Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 10.3.1 to 11.0.1. - [Release notes](https://github.com/gridstack/gridstack.js/releases) - [Changelog](https://github.com/gridstack/gridstack.js/blob/master/doc/CHANGES.md) - [Commits](https://github.com/gridstack/gridstack.js/compare/v10.3.1...v11.0.1) --- updated-dependencies: - dependency-name: gridstack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- freedata_gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freedata_gui/package.json b/freedata_gui/package.json index 430e547f..1d72eec5 100644 --- a/freedata_gui/package.json +++ b/freedata_gui/package.json @@ -34,7 +34,7 @@ "core-js": "^3.8.3", "d3": "^7.9.0", "dompurify": "^3.1.6", - "gridstack": "^10.3.0", + "gridstack": "^11.0.1", "js-image-compressor": "^2.0.0", "marked": "^14.1.2", "pinia": "^2.1.7",