diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 66d1af5..447e1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-fuji", - "version": "2.6.0", + "version": "2.7.0", "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。", "repository": { "type": "git", @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/dsrkafuu/hugo-theme-fuji#readme", "dependencies": { - "@primer/css": "15.1.0" + "@primer/css": "17.2.1" } } |