Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honojs/honox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.35
Choose a base ref
...
head repository: honojs/honox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.36
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 28, 2025

  1. chore: bump @hono/vite-dev-server (#268)

    yusukebe authored Feb 28, 2025
    Copy the full SHA
    c137ea0 View commit details
  2. 0.1.36

    yusukebe committed Feb 28, 2025
    Copy the full SHA
    8304522 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 bun.lock
  2. +2 −2 package.json
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@hono/vite-dev-server": "0.18.2",
"@hono/vite-dev-server": "0.18.3",
"jsonc-parser": "3.3.1",
"precinct": "12.1.2",
},
@@ -130,7 +130,7 @@

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

"@hono/vite-dev-server": ["@hono/vite-dev-server@0.18.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=="],
"@hono/vite-dev-server": ["@hono/vite-dev-server@0.18.3", "", { "dependencies": { "@hono/node-server": "^1.12.0", "minimatch": "^9.0.3" }, "peerDependencies": { "hono": "*", "miniflare": "*", "wrangler": "*" }, "optionalPeers": ["miniflare", "wrangler"] }, "sha512-JztypLmq6qtQ3OAcz5vDzwXYBBymLztSbfDuNf4XTWkfppLjf6DHvYHtQZ5idOfNhUzdnbYY7/6QAKlVk6G3QQ=="],

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "honox",
"version": "0.1.35",
"version": "0.1.36",
"main": "dist/index.js",
"type": "module",
"scripts": {
@@ -113,7 +113,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@hono/vite-dev-server": "0.18.2",
"@hono/vite-dev-server": "0.18.3",
"jsonc-parser": "3.3.1",
"precinct": "12.1.2"
},