From 7bdbb369cb655ebcde46b5b855af3f34afcfb89a Mon Sep 17 00:00:00 2001 From: Bruno Camarneiro Date: Tue, 6 May 2025 12:38:12 +0100 Subject: [PATCH] chore(agents): bump agents-ui to v8.26.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04ec7e3a9..b2d9ce122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.3.2", "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0", - "@fleek-platform/agents-ui": "8.25.3", + "@fleek-platform/agents-ui": "8.26.0", "@fleek-platform/dashboard": "0.20.4", "@fleek-platform/login-button": "2.12.0", "@fleek-platform/sdk": "^3.6.2", @@ -4492,9 +4492,9 @@ } }, "node_modules/@fleek-platform/agents-ui": { - "version": "8.25.3", - "resolved": "https://registry.npmjs.org/@fleek-platform/agents-ui/-/agents-ui-8.25.3.tgz", - "integrity": "sha512-8uKd1vcIgsx/2cmTMiaxmmRRfL1GFtiYJrV4Yo+OP7Sys6BgKRPHuu4x0nD1EHP/M10RbRp7wfN3jfeGeWF2dw==", + "version": "8.26.0", + "resolved": "https://registry.npmjs.org/@fleek-platform/agents-ui/-/agents-ui-8.26.0.tgz", + "integrity": "sha512-CoUNuwPj3M1wjmWptgxtPGae62BwjTUj0Ux9cvLIVuh9ip8W7L/RJ8P+fIhW0NwtqvPkdSe2U9pKoWBfY8tw6A==", "license": "MIT", "dependencies": { "@fleek-platform/agents-chatbox-widget": "^0.9.0", diff --git a/package.json b/package.json index 6558ceec4..4408ab2d4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@astrojs/react": "^3.3.2", "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0", - "@fleek-platform/agents-ui": "8.25.3", + "@fleek-platform/agents-ui": "8.26.0", "@fleek-platform/dashboard": "0.20.4", "@fleek-platform/login-button": "2.12.0", "@fleek-platform/sdk": "^3.6.2",