|
2 | 2 | "name": "vite-plugin-mock-dev-server",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.5.0",
|
5 |
| - "packageManager": "pnpm@8.15.5", |
| 5 | + "packageManager": "pnpm@9.0.6", |
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",
|
|
70 | 70 | "is-core-module": "^2.13.1",
|
71 | 71 | "json5": "^2.2.3",
|
72 | 72 | "mime-types": "^2.1.35",
|
73 |
| - "path-to-regexp": "^6.2.1", |
| 73 | + "path-to-regexp": "^6.2.2", |
74 | 74 | "picocolors": "^1.0.0",
|
75 | 75 | "ws": "^8.16.0"
|
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 |
| - "@pengzhanbo/eslint-config": "^1.7.0", |
| 78 | + "@pengzhanbo/eslint-config": "^1.9.1", |
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.11.30", |
| 86 | + "@types/node": "^20.12.7", |
87 | 87 | "@types/ws": "^8.5.10",
|
88 | 88 | "bumpp": "^9.4.0",
|
89 | 89 | "conventional-changelog-cli": "^4.1.0",
|
90 |
| - "eslint": "^8.57.0", |
| 90 | + "eslint": "^9.1.1", |
91 | 91 | "mockjs": "^1.1.0",
|
92 | 92 | "tsup": "^8.0.2",
|
93 |
| - "typescript": "^5.4.3", |
94 |
| - "vite": "^5.2.6", |
95 |
| - "vitepress": "^1.0.1", |
96 |
| - "vitest": "^1.4.0" |
| 93 | + "typescript": "^5.4.5", |
| 94 | + "vite": "^5.2.10", |
| 95 | + "vitepress": "^1.1.3", |
| 96 | + "vitest": "^1.5.2" |
97 | 97 | }
|
98 | 98 | }
|
0 commit comments