chore(deps): update dependency refs-cli to v1.5.1

This commit is contained in:
jaywcjlove 2023-09-11 20:02:14 +08:00
parent 08614a6ce8
commit c407dce74b
2 changed files with 17 additions and 1 deletions

View File

@ -12,5 +12,21 @@
}, },
"github": { "github": {
"url": "https://github.com/jaywcjlove/reference" "url": "https://github.com/jaywcjlove/reference"
},
"giscus": {
"src": "https://giscus.app/client.js",
"data-repo": "jaywcjlove/reference",
"data-repo-id": "R_kgDOID2-Mw",
"data-category": "Q&A",
"data-category-id": "DIC_kwDOID2-M84CS5wo",
"data-mapping": "pathname",
"data-strict": "0",
"data-reactions-enabled": "1",
"data-emit-metadata": "0",
"data-input-position": "bottom",
"data-theme": "preferred_color_scheme",
"data-lang": "zh-CN",
"crossorigin": "anonymous",
"async": true
} }
} }

View File

@ -30,7 +30,7 @@
"husky": "^8.0.1", "husky": "^8.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"refs-cli": "^1.4.1", "refs-cli": "^1.5.1",
"markdownlint": "^0.27.0", "markdownlint": "^0.27.0",
"markdownlint-cli": "^0.33.0" "markdownlint-cli": "^0.33.0"
}, },