升级Giscus

This commit is contained in:
tangly1024
2023-02-19 10:46:18 +08:00
parent 339be04d0f
commit d81c2ef77f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import BLOG from '@/blog.config'
import { useGlobal } from '@/lib/global'
import { Giscus } from '@giscus/react'
import Giscus from '@giscus/react'
/**
* Giscus评论 @see https://giscus.app/zh-CN

View File

@@ -20,7 +20,7 @@
"bundle-report": "ANALYZE=true yarn build"
},
"dependencies": {
"@giscus/react": "^1.1.2",
"@giscus/react": "^2.2.6",
"@next/bundle-analyzer": "^12.1.1",
"@popperjs/core": "^2.9.3",
"animate.css": "^4.1.1",