Skip to content

Commit

Permalink
chore: 修复 5aab4e3 合并时的意外修改
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaibenkai committed Mar 17, 2024
1 parent 5aab4e3 commit 7b53bd9
Show file tree
Hide file tree
Showing 4 changed files with 938 additions and 781 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ updates:
directory: /
schedule:
interval: weekly
groups:
dependencies:
patterns:
- '*'
ignore:
- dependency-name: '@types/node'
groups:
dependencies:
patterns:
- '*'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@inquirer/prompts": "^3.3.0",
"@inquirer/prompts": "^4.0.0",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.29",
Expand All @@ -57,7 +57,7 @@
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.1.6",
"vitepress": "1.0.0-rc.40",
"vitepress": "1.0.0-rc.44",
"vue": "^3.3.12"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 7b53bd9

Please sign in to comment.