-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(projects): use better-mock replace mockjs [用better-mock替换moc…
…kjs]
- Loading branch information
1 parent
34f023c
commit 9d3c732
Showing
4 changed files
with
841 additions
and
1,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,12 +99,12 @@ | |
"@unocss/vite": "^0.51.8", | ||
"@vitejs/plugin-vue": "^4.2.1", | ||
"@vitejs/plugin-vue-jsx": "^3.0.1", | ||
"better-mock": "^0.3.6", | ||
"conventional-changelog": "^3.1.25", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.39.0", | ||
"eslint-config-soybeanjs": "^0.3.3", | ||
"lint-staged": "13.2.2", | ||
"mockjs": "^1.1.0", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
"sass": "^1.62.1", | ||
"simple-git-hooks": "^2.8.1", | ||
|
@@ -122,11 +122,6 @@ | |
"vite-plugin-svg-icons": "^2.0.1", | ||
"vue-tsc": "1.6.4" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
}, | ||
"simple-git-hooks": { | ||
"commit-msg": "pnpm soy git-commit-verify", | ||
"pre-commit": "pnpm typecheck && pnpm lint-staged" | ||
|
Oops, something went wrong.