Skip to content

Commit

Permalink
fix(deps): update garronej_modules_update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2023
1 parent 0b9b129 commit bfdb6c3
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 26 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onyxia-ui",
"version": "0.55.3",
"version": "0.55.4",
"description": "A uli toolkit, like material-ui but with stronger typing and more opinionated",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,13 +63,13 @@
"dependencies": {
"@mui/icons-material": "^5.10.15",
"color": "3.1.3",
"evt": "^2.4.18",
"evt": "^2.4.19",
"memoizee": "^0.4.15",
"minimal-polyfills": "^2.2.2",
"powerhooks": "^0.26.8",
"powerhooks": "^0.26.10",
"run-exclusive": "^2.2.18",
"tsafe": "^1.6.0",
"tss-react": "^4.8.3"
"tsafe": "^1.6.3",
"tss-react": "^4.8.4"
},
"devDependencies": {
"@emotion/react": "^11.9.0",
Expand Down
6 changes: 3 additions & 3 deletions src/test/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "spa",
"version": "0.1.69",
"version": "0.1.70",
"private": true,
"dependencies": {
"@mui/material": "^5.10.3",
"@mui/icons-material": "^5.0.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"tss-react": "^4.8.3",
"powerhooks": "^0.26.8",
"tss-react": "^4.8.4",
"powerhooks": "^0.26.10",
"onyxia-ui": "latest",
"@types/node": "^12.0.0",
"@types/react": "^18.0.14",
Expand Down
23 changes: 14 additions & 9 deletions src/test/spa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7342,15 +7342,15 @@ powerhooks@^0.20.4:
resize-observer-polyfill "^1.5.1"
tsafe "^0.10.0"

powerhooks@^0.26.8:
version "0.26.8"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.26.8.tgz#fa93e6141e424c17c031a56f77fde1c75e128dbc"
integrity sha512-lXuxiZgAEtPP/FPRCLOncE2ibHrZH1UQ3RRYcWFIK4zd7Hbf54p4OjS8n3/6cKTf8BhbU0b1AUio1hEPWO10Gg==
powerhooks@^0.26.10:
version "0.26.10"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.26.10.tgz#1b13e6d83fb55709ddf0522e91a42b055be0fa0d"
integrity sha512-IajuMv4A82D8gRqI5zjZNyUSGkUUs61OazMJZez5GiuBbk5Mmf7NlzSMmg/ENW5ZBZNPFjI90KiaP4ynAA9skA==
dependencies:
evt "^2.4.18"
memoizee "^0.4.15"
resize-observer-polyfill "^1.5.1"
tsafe "^1.6.0"
tsafe "^1.6.3"

prelude-ls@^1.2.1:
version "1.2.1"
Expand Down Expand Up @@ -8640,6 +8640,11 @@ tsafe@^1.6.0:
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.0.tgz#48a9bd0a4c43df43d289bdfc1d89f0d7fffbd612"
integrity sha512-wlUeRBnyN3EN2chXznpLm7vBEvJLEOziDU+MN6NRlD99AkwmXgtChNQhp+V97VyRa3Bp05IaL4Cocsc7JlyEUg==

tsafe@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.3.tgz#93a77510f542d9043c6f3ab9ed46267729431a59"
integrity sha512-55Tbbxn6XAx1NX7X+fNfIsKsM6XxcbFbUMZ47fjXlef1g9jV8w+mZi3rse0+9Dj5nQefyWLeYT4cAwyiakWszQ==

tsconfig-paths@^3.14.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
Expand Down Expand Up @@ -8669,10 +8674,10 @@ tss-react@^3.7.0:
"@emotion/serialize" "*"
"@emotion/utils" "*"

tss-react@^4.8.3:
version "4.8.3"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.8.3.tgz#5a5fd0e216b0cd338e2ab52c28bb73de13934587"
integrity sha512-zxHffa5PB8pv72/fGWVZS5GykmFca2wfqxha2P0nAdQElurh7pLDQfhHS3hHkW8lTWqkns46dBaTvDUw5zKQcQ==
tss-react@^4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.8.4.tgz#0a5fb97bc5e1613d98ec69e3ec9bce8a5987976f"
integrity sha512-OaCOc7Gfx4TcNsiLczZ1CZC2dkzyUx8Q/NoTO0n7pxk+cAxKQJrDV7x2nl+fB05bnjlbNkR8/jHLmoCaUwzEtg==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7253,6 +7253,15 @@ evt@^2.4.18:
run-exclusive "^2.2.18"
tsafe "^1.6.0"

evt@^2.4.19:
version "2.4.19"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.19.tgz#91e5adc264905f4fbf708894c6167c8537948a10"
integrity sha512-7eSvZt7awZ14ZSpcbWY/MujuGjo1O8IZBeCPkOKNguSU5a0awl93UQVdDm4LyUBLE5ATiLPpQykYmSDZ5zX2GQ==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.18"
tsafe "^1.6.3"

exec-sh@^0.3.2:
version "0.3.6"
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
Expand Down Expand Up @@ -12031,15 +12040,15 @@ powerhooks@^0.20.8:
resize-observer-polyfill "^1.5.1"
tsafe "^0.10.0"

powerhooks@^0.26.8:
version "0.26.8"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.26.8.tgz#fa93e6141e424c17c031a56f77fde1c75e128dbc"
integrity sha512-lXuxiZgAEtPP/FPRCLOncE2ibHrZH1UQ3RRYcWFIK4zd7Hbf54p4OjS8n3/6cKTf8BhbU0b1AUio1hEPWO10Gg==
powerhooks@^0.26.10:
version "0.26.10"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.26.10.tgz#1b13e6d83fb55709ddf0522e91a42b055be0fa0d"
integrity sha512-IajuMv4A82D8gRqI5zjZNyUSGkUUs61OazMJZez5GiuBbk5Mmf7NlzSMmg/ENW5ZBZNPFjI90KiaP4ynAA9skA==
dependencies:
evt "^2.4.18"
memoizee "^0.4.15"
resize-observer-polyfill "^1.5.1"
tsafe "^1.6.0"
tsafe "^1.6.3"

prelude-ls@^1.2.1:
version "1.2.1"
Expand Down Expand Up @@ -14388,6 +14397,11 @@ tsafe@^1.6.0:
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.0.tgz#48a9bd0a4c43df43d289bdfc1d89f0d7fffbd612"
integrity sha512-wlUeRBnyN3EN2chXznpLm7vBEvJLEOziDU+MN6NRlD99AkwmXgtChNQhp+V97VyRa3Bp05IaL4Cocsc7JlyEUg==

tsafe@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.3.tgz#93a77510f542d9043c6f3ab9ed46267729431a59"
integrity sha512-55Tbbxn6XAx1NX7X+fNfIsKsM6XxcbFbUMZ47fjXlef1g9jV8w+mZi3rse0+9Dj5nQefyWLeYT4cAwyiakWszQ==

tsconfig-paths@^3.14.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
Expand All @@ -14408,10 +14422,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.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tss-react@^4.8.3:
version "4.8.3"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.8.3.tgz#5a5fd0e216b0cd338e2ab52c28bb73de13934587"
integrity sha512-zxHffa5PB8pv72/fGWVZS5GykmFca2wfqxha2P0nAdQElurh7pLDQfhHS3hHkW8lTWqkns46dBaTvDUw5zKQcQ==
tss-react@^4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.8.4.tgz#0a5fb97bc5e1613d98ec69e3ec9bce8a5987976f"
integrity sha512-OaCOc7Gfx4TcNsiLczZ1CZC2dkzyUx8Q/NoTO0n7pxk+cAxKQJrDV7x2nl+fB05bnjlbNkR8/jHLmoCaUwzEtg==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
Expand Down

0 comments on commit bfdb6c3

Please sign in to comment.