From 439fd3b72923b49b4d23a906dc69d0e77a91f590 Mon Sep 17 00:00:00 2001 From: jiangchu Date: Thu, 14 Mar 2024 14:33:19 +0800 Subject: [PATCH] :bug: fix: dagre version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f7bf47..ee9f576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-flow", - "version": "1.3.3", + "version": "1.3.4", "description": "A React based Flow components", "keywords": [ "flow", @@ -63,7 +63,7 @@ "@ant-design/icons": "^5", "@ant-design/pro-editor": "0.41.0", "@babel/runtime": "^7", - "@dagrejs/dagre": "^1.0.4", + "@dagrejs/dagre": "1.0.4", "@dnd-kit/core": "^6.1.0", "@floating-ui/react": "^0.24", "ahooks": "^3",