Skip to content

Commit

Permalink
fix(projects): fix mockjs [修复mockjs]
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 16, 2023
1 parent 15da557 commit 9b19f96
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -121,6 +121,11 @@
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "1.6.5"
},
"pnpm": {
"patchedDependencies": {
"mockjs@1.1.0": "patches/mockjs@1.1.0.patch"
}
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm lint-staged"
Expand Down

1 comment on commit 9b19f96

@vercel
Copy link

@vercel vercel bot commented on 9b19f96 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.