|
2 | 2 | "name": "rspack-plugin-mock",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.4.0",
|
5 |
| - "packageManager": "pnpm@9.9.0", |
| 5 | + "packageManager": "pnpm@9.12.1", |
6 | 6 | "description": "inject api mock server to development server",
|
7 | 7 | "author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
|
8 | 8 | "license": "MIT",
|
|
84 | 84 | "release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
|
85 | 85 | },
|
86 | 86 | "peerDependencies": {
|
87 |
| - "@rsbuild/core": ">=0.7.0", |
88 |
| - "@rspack/core": ">=0.7.0" |
| 87 | + "@rsbuild/core": ">=1.0.0", |
| 88 | + "@rspack/core": ">=1.0.0" |
89 | 89 | },
|
90 | 90 | "peerDependenciesMeta": {
|
91 | 91 | "@rsbuild/core": {
|
|
97 | 97 | },
|
98 | 98 | "dependencies": {
|
99 | 99 | "@pengzhanbo/utils": "^1.1.2",
|
100 |
| - "@rollup/pluginutils": "^5.1.0", |
101 |
| - "chokidar": "^3.6.0", |
| 100 | + "@rollup/pluginutils": "^5.1.2", |
| 101 | + "chokidar": "3.6.0", |
102 | 102 | "co-body": "^6.2.0",
|
103 | 103 | "cookies": "^0.9.1",
|
104 | 104 | "cors": "^2.8.5",
|
|
108 | 108 | "http-status": "^1.7.4",
|
109 | 109 | "is-core-module": "^2.15.1",
|
110 | 110 | "json5": "^2.2.3",
|
111 |
| - "memfs": "^4.11.1", |
| 111 | + "memfs": "^4.14.0", |
112 | 112 | "mime-types": "^2.1.35",
|
113 | 113 | "path-to-regexp": "7.1.0",
|
114 | 114 | "picocolors": "^1.1.0",
|
115 | 115 | "portfinder": "^1.0.32",
|
116 | 116 | "ws": "^8.18.0"
|
117 | 117 | },
|
118 | 118 | "devDependencies": {
|
119 |
| - "@pengzhanbo/eslint-config": "^1.15.0", |
120 |
| - "@rsbuild/core": "1.0.1-rc.5", |
121 |
| - "@rspack/core": "^1.0.3", |
| 119 | + "@pengzhanbo/eslint-config": "^1.18.1", |
| 120 | + "@rsbuild/core": "^1.0.14", |
| 121 | + "@rspack/core": "^1.0.11", |
122 | 122 | "@types/co-body": "^6.1.3",
|
123 | 123 | "@types/cookies": "^0.9.0",
|
124 | 124 | "@types/cors": "^2.8.17",
|
125 | 125 | "@types/debug": "^4.1.12",
|
126 | 126 | "@types/formidable": "2.0.6",
|
127 | 127 | "@types/is-core-module": "^2.2.2",
|
128 | 128 | "@types/mime-types": "^2.1.4",
|
129 |
| - "@types/node": "^22.5.4", |
| 129 | + "@types/node": "^22.7.5", |
130 | 130 | "@types/ws": "^8.5.12",
|
131 |
| - "bumpp": "^9.5.2", |
| 131 | + "bumpp": "^9.7.1", |
132 | 132 | "conventional-changelog-cli": "^5.0.0",
|
133 |
| - "eslint": "^9.10.0", |
134 |
| - "husky": "^9.1.5", |
| 133 | + "eslint": "^9.12.0", |
| 134 | + "husky": "^9.1.6", |
135 | 135 | "lint-staged": "^15.2.10",
|
136 |
| - "tsup": "^8.2.4", |
137 |
| - "typescript": "^5.5.4" |
| 136 | + "tsup": "^8.3.0", |
| 137 | + "typescript": "^5.6.3" |
138 | 138 | },
|
139 | 139 | "lint-staged": {
|
140 | 140 | "*": "eslint --fix"
|
|
0 commit comments