diff --git a/bun.lock b/bun.lock index b2b8132..afa4686 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "@swc/core": "~1.15.5", "@swc/helpers": "~0.5.18", "@types/node": "^26.1.2", - "@types/react": "^19.0.0", + "@types/react": "^19.2.18", "@types/react-dom": "^19.0.0", "@vitest/coverage-v8": "~4.1.0", "nx": "23.1.0", @@ -54,7 +54,7 @@ }, "packages/ai": { "name": "@socialrobot-io/agent-kit-ai", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@ai-sdk/gateway": "^4.0.31", "@socialrobot-io/agent-kit-core": "workspace:*", @@ -69,7 +69,7 @@ }, "packages/cli": { "name": "@socialrobot-io/agent-kit-cli", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@socialrobot-io/agent-kit-ai": "workspace:*", "@socialrobot-io/agent-kit-core": "workspace:*", @@ -82,14 +82,14 @@ }, "packages/core": { "name": "@socialrobot-io/agent-kit-core", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@swc/helpers": "~0.5.18", }, }, "packages/curator": { "name": "@socialrobot-io/agent-kit-curator", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@socialrobot-io/agent-kit-core": "workspace:*", "@swc/helpers": "~0.5.18", @@ -97,7 +97,7 @@ }, "packages/node": { "name": "@socialrobot-io/agent-kit-node", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@socialrobot-io/agent-kit-ai": "workspace:*", "@socialrobot-io/agent-kit-core": "workspace:*", @@ -115,7 +115,7 @@ }, "packages/sandbox": { "name": "@socialrobot-io/agent-kit-sandbox", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@swc/helpers": "~0.5.18", "agentfs-sdk": "^0.6.4", @@ -125,7 +125,7 @@ }, "packages/sessions": { "name": "@socialrobot-io/agent-kit-sessions", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@swc/helpers": "~0.5.18", }, @@ -843,7 +843,7 @@ "@types/parse-json": ["@types/parse-json@4.0.2", "", {}, "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="], - "@types/react": ["@types/react@19.2.17", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw=="], + "@types/react": ["@types/react@19.2.18", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w=="], "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="], diff --git a/package.json b/package.json index 2605b22..6db0d29 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@swc/core": "~1.15.5", "@swc/helpers": "~0.5.18", "@types/node": "^26.1.2", - "@types/react": "^19.0.0", + "@types/react": "^19.2.18", "@types/react-dom": "^19.0.0", "@vitest/coverage-v8": "~4.1.0", "nx": "23.1.0",