From 7d15596db831c2fdc320d46dbb1dcdc17a2684e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:19:15 +0000 Subject: [PATCH] fix(deps): update dependency @platformatic/ui-components to ^0.5.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 b8eca29a..c37d68ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@platformatic/client": "^1.33.0", "@platformatic/control": "^1.33.0", "@platformatic/sql-mapper": "^1.33.0", - "@platformatic/ui-components": "^0.4.0", + "@platformatic/ui-components": "^0.5.0", "@scalar/api-reference-react": "^0.1.15", "autoprefixer": "^10.4.16", "boring-name-generator": "^1.0.3", @@ -2348,9 +2348,9 @@ } }, "node_modules/@platformatic/ui-components": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@platformatic/ui-components/-/ui-components-0.4.0.tgz", - "integrity": "sha512-lXN/8Hpd/H61e8oGmt9NnYIMEBUElmYNcHGlSPmEOz+b2z665TQR0ibOSG1qPpdx+CJQ13JrsSZdYvIVu+4QcA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@platformatic/ui-components/-/ui-components-0.5.0.tgz", + "integrity": "sha512-IS2WBp3SJ/E1x6aZ9lGOIyl51Cer+hFFKC+Z+8uGo8Ms0QoIMuQSSKwT0lHKUUORjbYaotjab6nNMZsS/fPNiA==", "dependencies": { "@storybook/test": "^8.0.8", "autoprefixer": "^10.4.12", diff --git a/package.json b/package.json index bfa2edec..c0dd0ccb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@platformatic/client": "^1.33.0", "@platformatic/control": "^1.33.0", "@platformatic/sql-mapper": "^1.33.0", - "@platformatic/ui-components": "^0.4.0", + "@platformatic/ui-components": "^0.5.0", "@scalar/api-reference-react": "^0.1.15", "autoprefixer": "^10.4.16", "boring-name-generator": "^1.0.3",