From aaca15d61601443e7d2906e5231aeb84ccfc5186 Mon Sep 17 00:00:00 2001 From: Charlie Lamb Date: Wed, 27 May 2026 13:13:05 +0100 Subject: [PATCH] chore: fix server type check --- bun.lock | 4 +--- packages/autumn-js/package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 778351ce8..19f830d3c 100644 --- a/bun.lock +++ b/bun.lock @@ -230,7 +230,7 @@ "@typescript/native-preview": "catalog:", "@useautumn/sdk": "workspace:*", "esbuild-plugin-path-alias": "^1.0.7", - "hono": "^4.7.9", + "hono": "4.12.7", "next": "^15.2.3", "react-dom": "^19.1.0", "tsup": "^8.4.0", @@ -6954,8 +6954,6 @@ "autumn-js/@types/react": ["@types/react@19.2.14", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w=="], - "autumn-js/hono": ["hono@4.12.22", "", {}, "sha512-7fvVPbB92zNRsQke+uiRGwtTuef0tB2Dg4hWxYfFNvkQhIltWoyi0ONReM5LWA+jJWS3nfT5lTq+qbsIpX0IQw=="], - "autumn-js/next": ["next@15.5.18", "", { "dependencies": { "@next/env": "15.5.18", "@swc/helpers": "0.5.15", "caniuse-lite": "^1.0.30001579", "postcss": "8.4.31", "styled-jsx": "5.1.6" }, "optionalDependencies": { "@next/swc-darwin-arm64": "15.5.18", "@next/swc-darwin-x64": "15.5.18", "@next/swc-linux-arm64-gnu": "15.5.18", "@next/swc-linux-arm64-musl": "15.5.18", "@next/swc-linux-x64-gnu": "15.5.18", "@next/swc-linux-x64-musl": "15.5.18", "@next/swc-win32-arm64-msvc": "15.5.18", "@next/swc-win32-x64-msvc": "15.5.18", "sharp": "^0.34.3" }, "peerDependencies": { "@opentelemetry/api": "^1.1.0", "@playwright/test": "^1.51.1", "babel-plugin-react-compiler": "*", "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", "sass": "^1.3.0" }, "optionalPeers": ["@opentelemetry/api", "@playwright/test", "babel-plugin-react-compiler", "sass"], "bin": { "next": "dist/bin/next" } }, "sha512-eKL8zUJkX9Y5lE+RX/2YJoItVdGlIscyVyboeD9wSpp0PaGqjoA4tTpT2qPqz9ax+5IzGESyLSeZ/RCwbSZ2uQ=="], "autumn-js/react-dom": ["react-dom@19.2.4", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.4" } }, "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ=="], diff --git a/packages/autumn-js/package.json b/packages/autumn-js/package.json index d14cba9f5..b5f84b8ae 100644 --- a/packages/autumn-js/package.json +++ b/packages/autumn-js/package.json @@ -107,7 +107,7 @@ "@typescript/native-preview": "catalog:", "@useautumn/sdk": "workspace:*", "esbuild-plugin-path-alias": "^1.0.7", - "hono": "^4.7.9", + "hono": "4.12.7", "next": "^15.2.3", "react-dom": "^19.1.0", "tsup": "^8.4.0",