From 8368e53da42866063fff40233e5c042dd7835205 Mon Sep 17 00:00:00 2001 From: RobertPechaCZ <31454051+RobertPechaCZ@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:28:23 +0200 Subject: [PATCH] feat: update @fleek-platform/dashboard@0.21.0 (#718) ## Why? Clear and short explanation here. ## How? - Done A (replace with a breakdown of the steps) - Done B - Done C ## Tickets? - [Ticket 1](the-ticket-url-here) - [Ticket 2](the-ticket-url-here) - [Ticket 3](the-ticket-url-here) ## Contribution checklist? - [ ] The commit messages are detailed - [ ] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] Document filename is named after the slug - [ ] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [ ] You've done enough research before writing ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) ## References? Optionally, provide references such as links ## Preview? Optionally, provide the preview url here --- 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 22e7f83df..9a0d1d3f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0", "@fleek-platform/agents-ui": "8.35.0", - "@fleek-platform/dashboard": "0.20.11", + "@fleek-platform/dashboard": "0.21.0", "@fleek-platform/login-button": "2.16.0", "@fleek-platform/sdk": "^3.6.2", "@fleek-platform/utils-token": "^0.2.2", @@ -4862,9 +4862,9 @@ } }, "node_modules/@fleek-platform/dashboard": { - "version": "0.20.11", - "resolved": "https://registry.npmjs.org/@fleek-platform/dashboard/-/dashboard-0.20.11.tgz", - "integrity": "sha512-dQky9Uv4OKyjMibRfE8WxvrbZ4M+5VKKZOY5YdbR3DsoxKuT5+Yn0Ry5e9K1I5ZK6nJd8JeajQ4SxKsvezB6MA==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@fleek-platform/dashboard/-/dashboard-0.21.0.tgz", + "integrity": "sha512-XO2Dvl/llx8PYq7JKCA3Jxhix1u1AbSskN/lXFn3mOSiG6O/L2Fv+KswQwHomx5jON2fasqHaztRp+baf7zT8g==", "dependencies": { "@biomejs/biome": "^1.8.3", "@dynamic-labs/ethereum": "1.3.1", diff --git a/package.json b/package.json index 8dd41f7af..bfe8cdeba 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0", "@fleek-platform/agents-ui": "8.35.0", - "@fleek-platform/dashboard": "0.20.11", + "@fleek-platform/dashboard": "0.21.0", "@fleek-platform/login-button": "2.16.0", "@fleek-platform/sdk": "^3.6.2", "@fleek-platform/utils-token": "^0.2.2",