diff --git a/package.json b/package.json index 10a6b940..0a7aa2d9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlanding", - "version": "2.3.19", + "version": "2.3.20", "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.10.0", + "onyxia-ui": "^6.11.1", "@mui/material": "^6.1.7", "@emotion/react": "^11.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", @@ -62,7 +62,7 @@ "evt": "^2.5.9", "husky": "^4.3.0", "lint-staged": "^10.5.4", - "onyxia-ui": "^6.10.0", + "onyxia-ui": "^6.11.1", "prettier": "^2.7.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 1f0c9397..cebddca9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2435,10 +2435,10 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -onyxia-ui@^6.10.0: - version "6.10.0" - resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.10.0.tgz#a8ad447b3c7f805f272e8b7ea3921c1e1290ebfc" - integrity sha512-Gix/z2tpYgtRQDKsSzQ1VFSsiNdNrbl1sxfeSTNzxm98LyItIxUGDZPSLWyk9G/gx47MX/uLsCTkk2YJIzh9iw== +onyxia-ui@^6.11.1: + version "6.11.1" + resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.11.1.tgz#71248bbd681992154e76f8289f76a3e85b019500" + integrity sha512-GAmljy7CVLlIt3YmystlU/D9Ds9RAabXWWRXdgO41NjLR3cLHSGu2Ci/nz3AWeMj15jYd8OmlLxQC39UNzHW8w== dependencies: "@mui/icons-material" "^6.1.7" "@types/memoizee" "^0.4.11"