From 64bf094a7085197bdd02ffaed8a9372d8b537f3b Mon Sep 17 00:00:00 2001 From: Rui-Sun Date: Tue, 4 Jun 2024 10:59:57 +0800 Subject: [PATCH] feat: update vrender version --- common/config/rush/pnpm-lock.yaml | 30 +++++++++++++++--------------- packages/vtable/package.json | 8 ++++---- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index c6c55f75d..c2562c585 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -280,9 +280,9 @@ importers: '@types/react-dom': ^18.0.0 '@visactor/vchart': 1.11.0 '@visactor/vdataset': ~0.18.1 - '@visactor/vrender-components': 0.19.6 - '@visactor/vrender-core': 0.19.6 - '@visactor/vrender-kits': 0.19.6 + '@visactor/vrender-components': 0.19.7-alpha.2 + '@visactor/vrender-core': 0.19.7-alpha.2 + '@visactor/vrender-kits': 0.19.7-alpha.2 '@visactor/vscale': ~0.18.1 '@visactor/vtable-editors': workspace:* '@visactor/vutils': ~0.18.9 @@ -324,9 +324,9 @@ importers: vite-plugin-markdown: ^2.1.0 dependencies: '@visactor/vdataset': 0.18.1 - '@visactor/vrender-components': 0.19.6 - '@visactor/vrender-core': 0.19.6 - '@visactor/vrender-kits': 0.19.6 + '@visactor/vrender-components': 0.19.7-alpha.2 + '@visactor/vrender-core': 0.19.7-alpha.2 + '@visactor/vrender-kits': 0.19.7-alpha.2 '@visactor/vscale': 0.18.1 '@visactor/vtable-editors': link:../vtable-editors '@visactor/vutils': 0.18.9 @@ -3708,11 +3708,11 @@ packages: '@visactor/vscale': 0.17.5 '@visactor/vutils': 0.18.9 - /@visactor/vrender-components/0.19.6: - resolution: {integrity: sha512-aIhAY/HuIimxMznnBqD9aW/LpEkcxvc/QaOXBSP4p9EPL42VxLo1ld9CDwQSVog/J1Glx1xGlNAQN+o/ZjaqXQ==} + /@visactor/vrender-components/0.19.7-alpha.2: + resolution: {integrity: sha512-3PCRtpWMtKyDXP79ntlTjJSEaDHmyq6kf22oXwH7ovIUsoLY/5qbOFuxwtQpoW+wQHJMTCnIyhQbfw5F+KoEuw==} dependencies: - '@visactor/vrender-core': 0.19.6 - '@visactor/vrender-kits': 0.19.6 + '@visactor/vrender-core': 0.19.7-alpha.2 + '@visactor/vrender-kits': 0.19.7-alpha.2 '@visactor/vscale': 0.18.9 '@visactor/vutils': 0.18.9 dev: false @@ -3723,8 +3723,8 @@ packages: '@visactor/vutils': 0.18.9 color-convert: 2.0.1 - /@visactor/vrender-core/0.19.6: - resolution: {integrity: sha512-LMq8ymQMIzlI+plbplHOJFGDZhyzl7KbwJcJkeOSryvJfUyEpPMbUr+qYYZe7/bsBAV7kN8AygVE4RQfuoB0mg==} + /@visactor/vrender-core/0.19.7-alpha.2: + resolution: {integrity: sha512-0NC+ySBBvVClIo2HP7x6MmG4bYr6ZG7aaI1SJgksnoP4oGJWjSg2QplzXRY3r2NBBsQx0fW0SM8BKBrieruV1g==} dependencies: '@visactor/vutils': 0.18.9 color-convert: 2.0.1 @@ -3738,11 +3738,11 @@ packages: '@visactor/vutils': 0.18.9 roughjs: 4.5.2 - /@visactor/vrender-kits/0.19.6: - resolution: {integrity: sha512-JY2yK34sb7h01Fl82fthsKO8uHUijWvGNaeTp9WvthakV1EOk8CXyr3JjEpdw0bwrH27+9BGwkQLXvRBxRkFFg==} + /@visactor/vrender-kits/0.19.7-alpha.2: + resolution: {integrity: sha512-DUy44p3Xcnfm3qEzGZ3tXn82cMAcLIUGzGuw9u7pdvrgXYkOUxKG6c2v41o6kDYmUJoP8x6pvEZUlnO4zq3dTw==} dependencies: '@resvg/resvg-js': 2.4.1 - '@visactor/vrender-core': 0.19.6 + '@visactor/vrender-core': 0.19.7-alpha.2 '@visactor/vutils': 0.18.9 roughjs: 4.5.2 dev: false diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 0ea365a6c..efbd25fe8 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -50,9 +50,9 @@ }, "dependencies": { "@visactor/vtable-editors": "workspace:*", - "@visactor/vrender-core": "0.19.6", - "@visactor/vrender-kits": "0.19.6", - "@visactor/vrender-components": "0.19.6", + "@visactor/vrender-core": "0.19.7-alpha.2", + "@visactor/vrender-kits": "0.19.7-alpha.2", + "@visactor/vrender-components": "0.19.7-alpha.2", "@visactor/vutils": "~0.18.9", "@visactor/vscale": "~0.18.1", "@visactor/vdataset": "~0.18.1", @@ -123,4 +123,4 @@ "url": "https://github.com/VisActor/VTable.git", "directory": "packages/vtable" } -} +} \ No newline at end of file