diff --git a/package-lock.json b/package-lock.json index 8d1d2ee81..ac0887903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tiptap/pm": "^3.30.5", "@tiptap/react": "^3.30.5", "@tiptap/starter-kit": "^3.30.5", - "ai-kit": "github:bitbaum/ai-kit#v0.6.2", + "ai-kit": "github:bitbaum/ai-kit#v0.4.0", "bcryptjs": "^2.4.3", "busboy": "^1.6.0", "clsx": "^2.1.1", @@ -7487,14 +7487,15 @@ } }, "node_modules/ai-kit": { - "version": "0.6.2", - "resolved": "git+ssh://git@github.com/bitbaum/ai-kit.git#ace11f14d817079ae2bf4cdc010b6daa9faacbec", + "version": "0.4.0", + "resolved": "git+ssh://git@github.com/bitbaum/ai-kit.git#44f6bcaa69350c324b419bfd7026053dac1eb187", + "integrity": "sha512-WP/lZeePsfv7d30aXzQm6fPEvv6t3EqmRziU2yShDB7bCS5IAXG4BRQ+Pzu97/HMPxFcZUAAPKc1PbhCEO3xOw==", "license": "MIT", "dependencies": { "ai-forms": "^0.1.2" }, "engines": { - "node": ">=20" + "node": ">=18" }, "peerDependencies": { "react": ">=18" diff --git a/package.json b/package.json index 1d020ea4c..518b84f3a 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@tiptap/pm": "^3.30.5", "@tiptap/react": "^3.30.5", "@tiptap/starter-kit": "^3.30.5", - "ai-kit": "github:bitbaum/ai-kit#v0.6.2", + "ai-kit": "github:bitbaum/ai-kit#v0.4.0", "bcryptjs": "^2.4.3", "busboy": "^1.6.0", "clsx": "^2.1.1",