From 9f1fd53bc8f82b098ffc46e7b6c38580f6dc27ba Mon Sep 17 00:00:00 2001 From: meloalright Date: Thu, 15 Aug 2024 00:01:41 +0800 Subject: [PATCH] feat: playground use 0.1.1-beta vue-skia --- vue-playground/package-ci.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue-playground/package-ci.json b/vue-playground/package-ci.json index c09a934..c2fa376 100644 --- a/vue-playground/package-ci.json +++ b/vue-playground/package-ci.json @@ -1,6 +1,6 @@ { "name": "vue-playground", - "version": "0.10.0", + "version": "0.11.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -14,7 +14,7 @@ "prismjs": "^1.29.0", "vue": "^3.2.13", "vue-live": "^2.5.4", - "vue-skia": "0.1.0" + "vue-skia": "0.1.1-beta" }, "devDependencies": { "@types/node": "^20.5.0",