Skip to content

Commit

Permalink
perf: update deps to latest (#85)
Browse files Browse the repository at this point in the history
* perf: update deps to latest

* style: lint fix

* docs: update docs
  • Loading branch information
pengzhanbo authored Jul 25, 2024
1 parent 5e471ea commit e2db223
Show file tree
Hide file tree
Showing 9 changed files with 1,388 additions and 774 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ You can access related `mock` interfaces through `localhost:8080/`.
## Contributors

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default defineConfig({
markdown: {
theme: { light: 'github-light', dark: 'github-dark' },
headers: { level: [2, 3] },
lineNumbers: true,
},
sitemap: {
hostname: 'https://vite-plugin-mock-dev-server.netlify.app',
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-mock-dev-server",
"type": "module",
"version": "1.5.1",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down Expand Up @@ -63,36 +63,36 @@
"cookies": "^0.9.1",
"cors": "^2.8.5",
"debug": "^4.3.5",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"fast-glob": "^3.3.2",
"formidable": "2.1.2",
"http-status": "^1.7.4",
"is-core-module": "^2.14.0",
"is-core-module": "^2.15.0",
"json5": "^2.2.3",
"mime-types": "^2.1.35",
"path-to-regexp": "6.2.2",
"picocolors": "^1.0.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.11.2",
"@pengzhanbo/eslint-config": "^1.12.0",
"@types/co-body": "^6.1.3",
"@types/cookies": "^0.9.0",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/formidable": "2.0.6",
"@types/is-core-module": "^2.2.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.14.9",
"@types/ws": "^8.5.10",
"@types/node": "^20.14.12",
"@types/ws": "^8.5.11",
"bumpp": "^9.4.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"mockjs": "^1.1.0",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vitepress": "^1.2.3",
"vitest": "^1.6.0"
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitepress": "^1.3.1",
"vitest": "^2.0.4"
}
}
Loading

0 comments on commit e2db223

Please sign in to comment.