From 831e31e0b8ddfaf50a0658e7ff8bf33c39ddd360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:51:36 +0000 Subject: [PATCH] chore(deps): update dependency onyxia-ui to ^6.2.1 (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 6 +++--- yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ad43826b..b2d9972e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlanding", - "version": "2.1.4", + "version": "2.1.5", "description": "A module that generates a landing page for your projects", "repository": { "type": "git", @@ -37,7 +37,7 @@ "keywords": [], "homepage": "https://github.com/thieryw/gitlanding", "peerDependencies": { - "onyxia-ui": "^6.2.0", + "onyxia-ui": "^6.2.1", "@mui/material": "^6.1.7", "@emotion/react": "^11.0.0", "react": "^17.0.0 || ^18.0.0", @@ -64,7 +64,7 @@ "evt": "^2.5.8", "husky": "^4.3.0", "lint-staged": "^10.5.4", - "onyxia-ui": "^6.2.0", + "onyxia-ui": "^6.2.1", "prettier": "^2.7.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 33403d5d..aa67e1d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2199,10 +2199,10 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -onyxia-ui@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.0.tgz#d32b4f549be96b7be5c2ba8ef902f875f8d529b0" - integrity sha512-wO4CCH/eLgR+sEMV2GdN8Mu1n3dSlget6MU0SCPVqjGqFBb1jn4LGf3JeF8v3YuaAxOb8Rgwj8siAvkAhzUJrw== +onyxia-ui@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.1.tgz#427397fc19ca94a23eb2b4c19bb92cb4a1228fed" + integrity sha512-EmF2PvLTFvPSnqXJp4BxtOOdHOGWI9JxDF56I1F7jEEg/BHy/vBaZZQvOTpvHxvjpxZeuq2Xh/yaQIXkzarvIg== dependencies: "@mui/icons-material" "^6.1.7" "@types/memoizee" "^0.4.11"