From 472e9a0a686c99d5e7710f6987c70b76fc8310b0 Mon Sep 17 00:00:00 2001 From: Billyyyyy3320 Date: Sun, 17 Jan 2021 03:30:02 +0800 Subject: [PATCH] fix: error requiring dayjs --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b01e2d1..a530504 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "@vssue/api-github-v3": "^1.1.2", "@vssue/vuepress-plugin-vssue": "^1.2.0", - "dayjs": "^1.8.19", + "dayjs": "^1.10.3", "vuejs-paginate": "^2.1.0", "vuepress-plugin-disqus": "^0.2.0", "vuepress-plugin-feed": "^0.1.8", diff --git a/yarn.lock b/yarn.lock index 1bed10d..cdf6f95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3061,10 +3061,10 @@ dateformat@^3.0.0: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== -dayjs@^1.8.19: - version "1.8.19" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.19.tgz#5117dc390d8f8e586d53891dbff3fa308f51abfe" - integrity sha512-7kqOoj3oQSmqbvtvGFLU5iYqies+SqUiEGNT0UtUPPxcPYgY1BrkXR0Cq2R9HYSimBXN+xHkEN4Hi399W+Ovlg== +dayjs@^1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.3.tgz#cf3357c8e7f508432826371672ebf376cb7d619b" + integrity sha512-/2fdLN987N8Ki7Id8BUN2nhuiRyxTLumQnSQf9CNncFCyqFsSKb9TNhzRYcC8K8eJSJOKvbvkImo/MKKhNi4iw== de-indent@^1.0.2: version "1.0.2"