Skip to content

Commit a5eb1c0

Browse files
authored
chore: bump @hono/vite-dev-server (#267)
1 parent a9a1af4 commit a5eb1c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/parser": "7.25.6",
99
"@babel/traverse": "7.25.6",
1010
"@babel/types": "7.25.6",
11-
"@hono/vite-dev-server": "0.18.0",
11+
"@hono/vite-dev-server": "0.18.2",
1212
"jsonc-parser": "3.3.1",
1313
"precinct": "12.1.2",
1414
},
@@ -130,7 +130,7 @@
130130

131131
"@hono/node-server": ["@hono/[email protected]", "", { "peerDependencies": { "hono": "^4" } }, "sha512-fsn8ucecsAXUoVxrUil0m13kOEq4mkX4/4QozCqmY+HpGfKl74OYSn8JcMA8GnG0ClfdRI4/ZSeG7zhFaVg+wg=="],
132132

133-
"@hono/vite-dev-server": ["@hono/[email protected].0", "", { "dependencies": { "@hono/node-server": "^1.12.0", "minimatch": "^9.0.3" }, "peerDependencies": { "hono": "*", "miniflare": "*", "wrangler": "*" }, "optionalPeers": ["miniflare", "wrangler"] }, "sha512-CVHgDYk3haRnWUI/I2tNydgIIXI2lSczseko5Qvu/n1K6I9GyXzRW4rJFUlLClz3LDLOCgRCW+kDW4YT3BVSLA=="],
133+
"@hono/vite-dev-server": ["@hono/[email protected].2", "", { "dependencies": { "@hono/node-server": "^1.12.0", "minimatch": "^9.0.3" }, "peerDependencies": { "hono": "*", "miniflare": "*", "wrangler": "*" }, "optionalPeers": ["miniflare", "wrangler"] }, "sha512-Pbk7P7qIgADj6nVsU5T9SIwosnpbyKyO/NtS6IFuxSCKA5eI9nGUPMRis381X/adZalytIsI8j+qtB+UqraUtQ=="],
134134

135135
"@humanfs/core": ["@humanfs/[email protected]", "", {}, "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="],
136136

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@babel/parser": "7.25.6",
114114
"@babel/traverse": "7.25.6",
115115
"@babel/types": "7.25.6",
116-
"@hono/vite-dev-server": "0.18.0",
116+
"@hono/vite-dev-server": "0.18.2",
117117
"jsonc-parser": "3.3.1",
118118
"precinct": "12.1.2"
119119
},
@@ -150,4 +150,4 @@
150150
"optionalDependencies": {
151151
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)