From 58d5926c67a4410e25ade346b5ee7e494a4585f8 Mon Sep 17 00:00:00 2001 From: giscegit Date: Wed, 14 Feb 2024 12:30:02 +0000 Subject: [PATCH] fix: update gisce/fiber-diagram to v2.0.0-alpha.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 213388aaf..47929f650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.4.0-alpha.5", "dependencies": { "@ant-design/plots": "^1.0.9", - "@gisce/fiber-diagram": "2.0.0-alpha.3", + "@gisce/fiber-diagram": "2.0.0-alpha.4", "@gisce/ooui": "2.1.0", "@gisce/react-formiga-components": "1.4.0-alpha.2", "@gisce/react-formiga-table": "1.2.0", @@ -3328,9 +3328,9 @@ } }, "node_modules/@gisce/fiber-diagram": { - "version": "2.0.0-alpha.3", - "resolved": "https://registry.npmjs.org/@gisce/fiber-diagram/-/fiber-diagram-2.0.0-alpha.3.tgz", - "integrity": "sha512-MpzaAPtJQ5NTn500AAgjr+sViHwiSXvLOMaZZzKd/+ojAYTHY29VXRNKZ7XW9/O+f80oRF5r6Dzu70ajlGGmeg==", + "version": "2.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@gisce/fiber-diagram/-/fiber-diagram-2.0.0-alpha.4.tgz", + "integrity": "sha512-dHqxFUibcYaTGwcqNNBEwjrAcNNKFEMlERuRNRl4jbxoTVsHzgm8+6qBF/5w30nOOsc+Rvr9puK+WRdzY+wngA==", "dependencies": { "antd": "5.13.1", "konva": "^8.3.1", diff --git a/package.json b/package.json index 32e8c50f5..454e54b7d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@ant-design/plots": "^1.0.9", - "@gisce/fiber-diagram": "2.0.0-alpha.3", + "@gisce/fiber-diagram": "2.0.0-alpha.4", "@gisce/ooui": "2.1.0", "@gisce/react-formiga-components": "1.4.0-alpha.2", "@gisce/react-formiga-table": "1.2.0",