diff --git a/package.json b/package.json index 0a7aa2d9..561a783e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlanding", - "version": "2.3.20", + "version": "2.3.21", "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.11.1", + "onyxia-ui": "^6.11.2", "@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.11.1", + "onyxia-ui": "^6.11.2", "prettier": "^2.7.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index cebddca9..1ed6fb3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2435,10 +2435,10 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -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== +onyxia-ui@^6.11.2: + version "6.11.2" + resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.11.2.tgz#df2f34e9d395b801548adc2a7779a26a2dd8f7a6" + integrity sha512-itYUXj9rSIJiGeZjW5bld1UnkLjj/ZXYYmRKCh6iEITPbp+OIf7DGotV1/67b/0OYpvZuF9hGvhze6uNolf/LQ== dependencies: "@mui/icons-material" "^6.1.7" "@types/memoizee" "^0.4.11"