From f738289bc9789f6c779d5da468972a6139620252 Mon Sep 17 00:00:00 2001 From: xja Date: Tue, 4 Jun 2024 15:53:17 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0@popperjs/core=20vue3?= =?UTF-8?q?-photo-preview=20pdf-vue3=20vue3-video-play=20@vuepic/vue-datep?= =?UTF-8?q?icker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package.json b/package.json index 7f0bb81..d83b807 100644 --- a/package.json +++ b/package.json @@ -17957,6 +17957,21 @@ }, "openapi-ui-dist": { "version": "*" + }, + "@popperjs/core":{ + "version": "*" + }, + "vue3-photo-preview":{ + "version": "*" + }, + "pdf-vue3":{ + "version": "*" + }, + "vue3-video-play":{ + "version": "*" + }, + "@vuepic/vue-datepicker":{ + "version": "*" } } } From eab282ce1a7aa7fbfd34594c806651f01d0b1529 Mon Sep 17 00:00:00 2001 From: xja Date: Tue, 4 Jun 2024 16:07:00 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=E5=9B=BA=E5=8C=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d83b807..9857409 100644 --- a/package.json +++ b/package.json @@ -17959,19 +17959,19 @@ "version": "*" }, "@popperjs/core":{ - "version": "*" + "version": "2.11.8" }, "vue3-photo-preview":{ - "version": "*" + "version": "0.3.0" }, "pdf-vue3":{ - "version": "*" + "version": "1.0.11" }, "vue3-video-play":{ - "version": "*" + "version": "1.3.2" }, "@vuepic/vue-datepicker":{ - "version": "*" + "version": "7.4.1" } } } From b6b9d8f287e2c742739c868bdac8c1fa750f3ca7 Mon Sep 17 00:00:00 2001 From: xja Date: Wed, 5 Jun 2024 11:48:53 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0p5=20https://registry?= =?UTF-8?q?.npmmirror.com/p5/1.9.3/files/lib/p5.min.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 059d555..d1fe911 100644 --- a/package.json +++ b/package.json @@ -18003,6 +18003,9 @@ }, "@klinecharts/pro": { "version": "*" + }, + "p5":{ + "version": "*" } } } From ae1e78bf8b157c713095e35349ab5f65da5ad2db Mon Sep 17 00:00:00 2001 From: xja Date: Wed, 5 Jun 2024 14:58:40 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0vue3-apexcharts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d1fe911..75cba75 100644 --- a/package.json +++ b/package.json @@ -18006,6 +18006,9 @@ }, "p5":{ "version": "*" + }, + "vue3-apexcharts":{ + "version": "*" } } }