Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 52aa5ed

Browse files
committed
fix: error when requiring dayjs (#94)
1 parent 96785cd commit 52aa5ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@vssue/api-github-v3": "^1.1.2",
5555
"@vssue/vuepress-plugin-vssue": "^1.2.0",
56-
"dayjs": "^1.8.19",
56+
"dayjs": "^1.10.3",
5757
"vuejs-paginate": "^2.1.0",
5858
"vuepress-plugin-disqus": "^0.2.0",
5959
"vuepress-plugin-feed": "^0.1.8",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3061,10 +3061,10 @@ dateformat@^3.0.0:
30613061
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
30623062
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
30633063

3064-
dayjs@^1.8.19:
3065-
version "1.8.19"
3066-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.19.tgz#5117dc390d8f8e586d53891dbff3fa308f51abfe"
3067-
integrity sha512-7kqOoj3oQSmqbvtvGFLU5iYqies+SqUiEGNT0UtUPPxcPYgY1BrkXR0Cq2R9HYSimBXN+xHkEN4Hi399W+Ovlg==
3064+
dayjs@^1.10.3:
3065+
version "1.10.3"
3066+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.3.tgz#cf3357c8e7f508432826371672ebf376cb7d619b"
3067+
integrity sha512-/2fdLN987N8Ki7Id8BUN2nhuiRyxTLumQnSQf9CNncFCyqFsSKb9TNhzRYcC8K8eJSJOKvbvkImo/MKKhNi4iw==
30683068

30693069
de-indent@^1.0.2:
30703070
version "1.0.2"

0 commit comments

Comments
 (0)