From fdd18524e10a1fb10ca485f25aae6b902ce7df5d Mon Sep 17 00:00:00 2001 From: SerinaNya <34389622+SerinaNya@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:38:52 +0800 Subject: [PATCH] feat: add skinview3d (#289) [skip ci] ## Summary by CodeRabbit - **New Features** - Added a new dependency for enhanced functionality with the `skinview3d` package. This update may enable new features related to 3D skin visualization in the application. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 270fa12..d6ffe0b 100644 --- a/package.json +++ b/package.json @@ -14954,6 +14954,9 @@ "sketch-types": { "version": "*" }, + "skinview3d": { + "version": "*" + }, "slash2": { "version": "*" },