From 9ceebb4e17c93702e050e901be511ea349b77be7 Mon Sep 17 00:00:00 2001 From: ldh Date: Mon, 27 Mar 2023 02:28:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8D=87=E7=BA=A7package.json?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 55d4d579..2cacc03d 100644 --- a/package.json +++ b/package.json @@ -90,16 +90,16 @@ }, "dependencies": { "@hyoga/uni-socket.io": "^1.0.1", - "dayjs": "^1.11.6", + "dayjs": "^1.11.7", "lodash": "^4.17.21", "luch-request": "^3.0.8", - "pinia": "^2.0.24", + "pinia": "^2.0.33", "pinia-plugin-persist-uni": "^1.2.0", "qs-canvas": "^1.0.11", "weixin-js-sdk": "^1.6.0" }, "devDependencies": { - "prettier": "^2.7.1", + "prettier": "^2.8.7", "vconsole": "^3.15.0" } }