diff --git a/.gitignore b/.gitignore index 084f520f0e..d97b2eafeb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ lib/**/Cargo.lock # Turborepo **/.turbo +# Cloudflare +.wrangler/ + # Node.js and pnpm node_modules/ npm-debug.log* diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 786d473c47..1244ccfe9d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2001,8 +2001,8 @@ importers: rivetkit-typescript/packages/cloudflare-workers: dependencies: hono: - specifier: 4.8.3 - version: 4.8.3 + specifier: ^4.7.0 + version: 4.9.8 invariant: specifier: ^2.2.4 version: 2.2.4 @@ -9338,10 +9338,6 @@ packages: hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} - hono@4.8.3: - resolution: {integrity: sha512-jYZ6ZtfWjzBdh8H/0CIFfCBHaFL75k+KMzaM177hrWWm2TWL39YMYaJgB74uK/niRc866NMlH9B8uCvIo284WQ==} - engines: {node: '>=16.9.0'} - hono@4.9.8: resolution: {integrity: sha512-JW8Bb4RFWD9iOKxg5PbUarBYGM99IcxFl2FPBo2gSJO11jjUDqlP1Bmfyqt8Z/dGhIQ63PMA9LdcLefXyIasyg==} engines: {node: '>=16.9.0'} @@ -21495,8 +21491,6 @@ snapshots: dependencies: react-is: 16.13.1 - hono@4.8.3: {} - hono@4.9.8: {} hosted-git-info@7.0.2: diff --git a/rivetkit-typescript/packages/cloudflare-workers/package.json b/rivetkit-typescript/packages/cloudflare-workers/package.json index 3f3840805e..e4d6f1bcc5 100644 --- a/rivetkit-typescript/packages/cloudflare-workers/package.json +++ b/rivetkit-typescript/packages/cloudflare-workers/package.json @@ -50,7 +50,7 @@ "dependencies": { "invariant": "^2.2.4", "zod": "^3.25.76", - "hono": "4.8.3", + "hono": "^4.7.0", "rivetkit": "workspace:*" }, "stableVersion": "0.8.0"