From 97703378e03f31cde4e68860f242026d5b7e06e7 Mon Sep 17 00:00:00 2001 From: panyuyi Date: Mon, 5 Feb 2024 15:38:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtaobao=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=BA=90&=E8=B0=83=E6=95=B4quill=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=89=88=E6=9C=AC&=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 4c9b18d..b388e41 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ -registry=https://registry.npm.taobao.org \ No newline at end of file +registry=https://registry.npmmirror.com/ diff --git a/package.json b/package.json index 03f3e63..1e6054e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "nprogress": "0.2.0", "path-to-regexp": "2.4.0", "pdfjs-dist": "^2.16.105", - "quill": "^2.0.0-dev.3", + "quill": "^1.3.7", "quill-better-table": "^1.2.10", "screenfull": "4.2.0", "sortablejs": "1.8.4", @@ -111,7 +111,6 @@ "html-webpack-plugin": "3.2.0", "husky": "1.3.1", "lint-staged": "8.1.5", - "mockjs": "1.0.1-beta3", "plop": "2.3.0", "runjs": "4.3.2", "sass-loader": "^10.2.0",