Skip to content

Commit

Permalink
chore(deps): update garronej_modules_update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 831e31e commit 7602a2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlanding",
"version": "2.1.5",
"version": "2.1.6",
"description": "A module that generates a landing page for your projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"keywords": [],
"homepage": "https://github.com/thieryw/gitlanding",
"peerDependencies": {
"onyxia-ui": "^6.2.1",
"onyxia-ui": "^6.2.3",
"@mui/material": "^6.1.7",
"@emotion/react": "^11.0.0",
"react": "^17.0.0 || ^18.0.0",
Expand All @@ -51,7 +51,7 @@
"react-github-btn": "^1.2.0",
"react-syntax-highlighter": "^15.5.0",
"tsafe": "^1.8.5",
"tss-react": "^4.9.13"
"tss-react": "^4.9.14"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
Expand All @@ -64,7 +64,7 @@
"evt": "^2.5.8",
"husky": "^4.3.0",
"lint-staged": "^10.5.4",
"onyxia-ui": "^6.2.1",
"onyxia-ui": "^6.2.3",
"prettier": "^2.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
23 changes: 13 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,6 @@
dependencies:
"@types/unist" "*"

"@types/memoizee@^0.4.11":
version "0.4.11"
resolved "https://registry.yarnpkg.com/@types/memoizee/-/memoizee-0.4.11.tgz#da8897f0064bff3e845b5185e2a323bbd5c8d0a3"
integrity sha512-2gyorIBZu8GoDr9pYjROkxWWcFtHCquF7TVbN2I+/OvgZhnIGQS0vX5KJz4lXNKb8XOSfxFOSG5OLru1ESqLUg==

"@types/ms@*":
version "0.7.34"
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
Expand Down Expand Up @@ -2199,13 +2194,12 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

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==
onyxia-ui@^6.2.3:
version "6.2.3"
resolved "https://registry.yarnpkg.com/onyxia-ui/-/onyxia-ui-6.2.3.tgz#5d9c4b2372298369a205de4425533bbcc9dcec2d"
integrity sha512-VrAJbmc7b7m8XYwbNIGhPMRDaLKJg2Q9ZHs0AjCa1nAR/wDnxMq9OoTEDRxRCZJS4/9m7lIyia2cEOyvHm0bAg==
dependencies:
"@mui/icons-material" "^6.1.7"
"@types/memoizee" "^0.4.11"
evt "^2.5.8"
memoizee "^0.4.17"
minimal-polyfills "^2.2.3"
Expand Down Expand Up @@ -2852,6 +2846,15 @@ tss-react@^4.9.13:
"@emotion/serialize" "*"
"@emotion/utils" "*"

tss-react@^4.9.14:
version "4.9.14"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.14.tgz#0b606b7a08fe80670c8c7d09f2c24421422a2300"
integrity sha512-nAj4RCQk3ADzrmtxmTcmN1B9EKxPMIxuCfJ3ll964CksndJ2/ZImF6rAMo2Kud5yE3ENXHpPIBHCyuMtgptMvw==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
"@emotion/utils" "*"

tsx@^4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.19.1.tgz#b7bffdf4b565813e4dea14b90872af279cd0090b"
Expand Down

0 comments on commit 7602a2c

Please sign in to comment.