We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b3182 commit 27eb44fCopy full SHA for 27eb44f
.github/workflows/gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install pnpm (安装 pnpm)
34
uses: pnpm/action-setup@v2
35
with:
36
- version: 8.15.6
+ version: 9.1.4
37
38
- name: Install dependencies (安装依赖)
39
run: pnpm install
package.json
@@ -24,7 +24,7 @@
24
"devDependencies": {
25
"@commitlint/cli": "^17.1.2",
26
"@commitlint/config-conventional": "^17.1.0",
27
- "dumi": "^2.3.0",
+ "dumi": "^2.4.3",
28
"husky": "^8.0.1",
29
"lint-staged": "^13.0.3",
30
"prettier": "^2.7.1"
0 commit comments