vite-plugin-mock-dev-server
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -22,3 +22,3 @@ import { | ||
urlParse | ||
} from "./chunk-FUNGHLD3.js"; | ||
} from "./chunk-2IAQM65M.js"; | ||
@@ -272,3 +272,3 @@ // src/plugin.ts | ||
connect: "^3.7.0", | ||
["vite-plugin-mock-dev-server"]: `^${"1.7.3"}`, | ||
["vite-plugin-mock-dev-server"]: `^${"1.8.0"}`, | ||
cors: "^2.8.5" | ||
@@ -275,0 +275,0 @@ }, |
@@ -9,3 +9,3 @@ import { | ||
transformRawData | ||
} from "./chunk-FUNGHLD3.js"; | ||
} from "./chunk-2IAQM65M.js"; | ||
export { | ||
@@ -12,0 +12,0 @@ baseMiddleware, |
{ | ||
"name": "vite-plugin-mock-dev-server", | ||
"type": "module", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)", | ||
@@ -59,3 +59,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": "^18 || >= 20" | ||
"node": "^18 || ^20 || >=22" | ||
}, | ||
@@ -73,3 +73,3 @@ "peerDependencies": { | ||
"@pengzhanbo/utils": "^1.1.2", | ||
"@rollup/pluginutils": "^5.1.2", | ||
"@rollup/pluginutils": "^5.1.3", | ||
"chokidar": "3.6.0", | ||
@@ -82,3 +82,3 @@ "co-body": "^6.2.0", | ||
"formidable": "2.1.2", | ||
"http-status": "^1.7.4", | ||
"http-status": "^2.0.0", | ||
"is-core-module": "^2.15.1", | ||
@@ -88,3 +88,3 @@ "json5": "^2.2.3", | ||
"path-to-regexp": "6.2.2", | ||
"picocolors": "^1.1.0", | ||
"picocolors": "^1.1.1", | ||
"ws": "^8.18.0" | ||
@@ -94,3 +94,3 @@ }, | ||
"esbuild": "^0.24.0", | ||
"vite": "^5.4.8" | ||
"vite": "^6.0.3" | ||
}, | ||
@@ -97,0 +97,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
183047
+ Addedhttp-status@2.1.0(transitive)
- Removedhttp-status@1.8.1(transitive)
Updated@rollup/pluginutils@^5.1.3
Updatedhttp-status@^2.0.0
Updatedpicocolors@^1.1.1