|
2 | 2 | "name": "vite-plugin-mock-dev-server",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.5.0",
|
5 |
| - "packageManager": "pnpm@9.0.6", |
| 5 | + "packageManager": "pnpm@9.1.1", |
6 | 6 | "author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "homepage": "https://vite-plugin-mock-dev-server.netlify.app",
|
|
63 | 63 | "cookies": "^0.9.1",
|
64 | 64 | "cors": "^2.8.5",
|
65 | 65 | "debug": "^4.3.4",
|
66 |
| - "esbuild": "^0.20.2", |
| 66 | + "esbuild": "^0.21.3", |
67 | 67 | "fast-glob": "^3.3.2",
|
68 | 68 | "formidable": "2.1.2",
|
69 | 69 | "http-status": "^1.7.4",
|
70 | 70 | "is-core-module": "^2.13.1",
|
71 | 71 | "json5": "^2.2.3",
|
72 | 72 | "mime-types": "^2.1.35",
|
73 | 73 | "path-to-regexp": "^6.2.2",
|
74 |
| - "picocolors": "^1.0.0", |
| 74 | + "picocolors": "^1.0.1", |
75 | 75 | "ws": "^8.17.0"
|
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 |
| - "@pengzhanbo/eslint-config": "^1.9.1", |
| 78 | + "@pengzhanbo/eslint-config": "^1.10.0", |
79 | 79 | "@types/co-body": "^6.1.3",
|
80 | 80 | "@types/cookies": "^0.9.0",
|
81 | 81 | "@types/cors": "^2.8.17",
|
82 | 82 | "@types/debug": "^4.1.12",
|
83 | 83 | "@types/formidable": "2.0.6",
|
84 | 84 | "@types/is-core-module": "^2.2.2",
|
85 | 85 | "@types/mime-types": "^2.1.4",
|
86 |
| - "@types/node": "^20.12.8", |
| 86 | + "@types/node": "^20.12.12", |
87 | 87 | "@types/ws": "^8.5.10",
|
88 | 88 | "bumpp": "^9.4.1",
|
89 | 89 | "conventional-changelog-cli": "^5.0.0",
|
90 |
| - "eslint": "^9.2.0", |
| 90 | + "eslint": "^9.3.0", |
91 | 91 | "mockjs": "^1.1.0",
|
92 | 92 | "tsup": "^8.0.2",
|
93 | 93 | "typescript": "^5.4.5",
|
94 | 94 | "vite": "^5.2.11",
|
95 |
| - "vitepress": "^1.1.4", |
| 95 | + "vitepress": "^1.2.0", |
96 | 96 | "vitest": "^1.6.0"
|
97 | 97 | }
|
98 | 98 | }
|
0 commit comments