Skip to content

Commit e0c116c

Browse files
committed
升级依赖
1 parent 0d31fc7 commit e0c116c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_script/gen_updatedtime.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import re
55

6-
os.chdir("source/_posts")
6+
os.chdir('source/_posts')
77
files = [x for x in list(os.walk('.'))[0][2] if re.match(r'^\d{4}-\d{2}-\d{2}-.+?\.md$', x)]
88
for file in files:
99
createDate = file[0:10]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"markdown-it-pangu": "^1.0.2",
3535
"markdown-it-sub": "^2.0.0",
3636
"markdown-it-sup": "^2.0.0",
37-
"markdown-it-table-of-contents": "^0.6.0",
37+
"markdown-it-table-of-contents": "^0.9.0",
3838
"markdown-it-task-lists": "^2.1.1"
3939
}
4040
}

0 commit comments

Comments
 (0)