Skip to content

Commit

Permalink
Update garronej_modules_update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent e27b168 commit 7e27ecf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onyxia-ui",
"version": "5.3.7-rc.0",
"version": "5.3.7",
"description": "The Onyxia UI toolkit",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,10 +65,10 @@
"memoizee": "^0.4.17",
"@types/memoizee": "^0.4.11",
"minimal-polyfills": "^2.2.3",
"powerhooks": "^1.0.12",
"powerhooks": "^1.0.13",
"run-exclusive": "^2.2.19",
"tsafe": "^1.7.2",
"tss-react": "^4.9.12",
"tss-react": "^4.9.13",
"yauzl": "^2.10.0",
"yazl": "^2.5.1",
"react-markdown": "^5.0.3"
Expand Down
6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "spa",
"version": "0.1.69",
"version": "0.1.70",
"private": true,
"dependencies": {
"@mui/material": "^5.10.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"tss-react": "^4.9.0",
"powerhooks": "^0.26.8",
"tss-react": "^4.9.13",
"powerhooks": "^0.27.2",
"onyxia-ui": "file:../dist",
"@types/node": "^12.0.0",
"@types/react": "^18.0.14",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12826,10 +12826,10 @@ powerhooks@^1.0.1:
memoizee "^0.4.15"
tsafe "^1.6.5"

powerhooks@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-1.0.12.tgz#772853776343af3ad3c7cd9c95c99432d8a325de"
integrity sha512-KBgUbUbm7XwFRIubNS6rwZMdSHGz97LAWPP6tSbBxI9nu1sIdrL7HDs/JRe6OZmv7zjw/G10JxPcJMKFtsHLSA==
powerhooks@^1.0.13:
version "1.0.13"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-1.0.13.tgz#4642d7c16bdc31d444403f18e0fac26bf7e96ad6"
integrity sha512-nDDYfklVEWcYLkKVtVxxb0UA5pUkkmAHOxWOAveTZT6LJDZelcc8cDsuoQO1zjQkkAFO3l4COyJ/8v2tJGOOEQ==
dependencies:
evt "^2.5.7"
memoizee "^0.4.15"
Expand Down Expand Up @@ -15311,10 +15311,10 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tss-react@^4.9.12:
version "4.9.12"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.12.tgz#beaae5459cae2dd966af4c97f6dc6dd6655e183d"
integrity sha512-bsREJF9opq8OEZKibw7Awao2g16ZSlsBavmIxzKVF7EMcJ1d0Uc/Z2lJEKlZwYoct6g1C0dxd5XI+RwPhTrlUA==
tss-react@^4.9.13:
version "4.9.13"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.13.tgz#e6ac0bfea3977e58b5ef5a261cd0b035e6bd8254"
integrity sha512-Gu19qqPH8/SAyKVIgDE5qHygirEDnNIQcXhiEc+l4Q9T7C1sfvUnbVWs+yBpmN26/wyk4FTOupjYS2wq4vH0yA==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
Expand Down

0 comments on commit 7e27ecf

Please sign in to comment.