From 4be2f04b4d6e304805eedb1e56f8e6cfc44bfb55 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 19 Apr 2023 11:37:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5`sourcemap-codec`?= =?UTF-8?q?=E5=92=8C`stable`=E4=BE=9D=E8=B5=96=E5=8C=85=E7=9A=84`deprecati?= =?UTF-8?q?on`=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index d089364bc..adc4378d1 100644 --- a/package.json +++ b/package.json @@ -145,6 +145,10 @@ "rollup", "webpack" ] + }, + "allowedDeprecatedVersions": { + "sourcemap-codec": "*", + "stable": "*" } }, "repository": "git@github.com:pure-admin/vue-pure-admin.git",