From 8848f6d08332d3f4c7c5d91e36e66b8407c17e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Tue, 5 May 2020 11:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20hotfix:=20fix=20delopy=20error?= =?UTF-8?q?=20(#6527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚑 hotfix: fix delopy error * Update package.json Co-authored-by: 偏右 Co-authored-by: 偏右 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21650f20..b729e666 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "antd": "^4.0.0", "classnames": "^2.2.6", "lodash": "^4.17.11", - "moment": "^2.24.0", + "moment": "~2.24.0", "omit.js": "^1.0.2", "path-to-regexp": "2.4.0", "qs": "^6.9.0",