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] authored Sep 26, 2023
1 parent 0ffdc6d commit ff3e381
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"dependencies": {
"onyxia-ui": "^1.0.0",
"keycloakify": "^8.0.0",
"tss-react": "^4.9.0",
"keycloakify": "^8.1.0",
"tss-react": "^4.9.2",
"i18nifty": "^2.1.1",
"tsafe": "^1.6.5",
"redux-clean-architecture": "^3.7.2",
"redux-clean-architecture": "^3.7.3",
"screen-scaler": "^1.2.2",
"evt": "^2.5.2",
"cra-envs": "^1.2.8",
"powerhooks": "^1.0.1",
"powerhooks": "^1.0.2",
"run-exclusive": "^2.2.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
36 changes: 27 additions & 9 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10766,10 +10766,10 @@ [email protected]:
base64-js "^1.5.1"
js-sha256 "^0.9.0"

keycloakify@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-8.0.0.tgz#b0f6a0fda34e8601f735df25b24909433a6b5fd3"
integrity sha512-/A6Uh9SuVdTP7cix8yS15Vfr03BwVFP11s3YPmQ9dSJN1GrIqzRs6mjTEnogM/ZfhySJwyXSeqTtpCGlXmtxJQ==
keycloakify@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-8.1.0.tgz#f2d1fb7144cda7bf5d8a539183e3e3a69405728c"
integrity sha512-BU6Y/2X+6iKUK12TvWMds9zgALxMtLOpFphZWrc6LLwqdieF6XE0QTPTN9UeTEXdgOLOcgNLuGx4csBjZ9WDPw==
dependencies:
"@babel/generator" "^7.22.9"
"@babel/parser" "^7.22.7"
Expand Down Expand Up @@ -13167,6 +13167,15 @@ powerhooks@^1.0.1:
memoizee "^0.4.15"
tsafe "^1.6.4"

powerhooks@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-1.0.2.tgz#cd4061c6f7b2288894f9d6c63a07f041f94eab97"
integrity sha512-fQZT8WaP8DSFFbSB8Z2xdMXpFBFNDgQo+qeF4yt23Qr154wYyF7u2j8MO8Jm6pmoQnQgeS2B4r8l1dIER9TMmQ==
dependencies:
evt "^2.5.2"
memoizee "^0.4.15"
tsafe "^1.6.5"

prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
Expand Down Expand Up @@ -13849,13 +13858,13 @@ redent@^1.0.0:
indent-string "^2.1.0"
strip-indent "^1.0.1"

redux-clean-architecture@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/redux-clean-architecture/-/redux-clean-architecture-3.7.2.tgz#b153e940bc4d239483e9f1bb6c75cc78923365ff"
integrity sha512-QLbZwex8+m8dmqXeAekE9Uzern3YVV1KBLYoPSt+R6z9hoNRACHEMjQaemXiAzlezRfqxLFeot9byK5SGfGxjw==
redux-clean-architecture@^3.7.3:
version "3.7.3"
resolved "https://registry.yarnpkg.com/redux-clean-architecture/-/redux-clean-architecture-3.7.3.tgz#7da79025ac0e7660e631eddf123e82032e98b7cc"
integrity sha512-tuvoOOmfHtaq2Uf0qdbldHLOmj/D+xsyQSXYk934omK8j+poavWtx/VNpp+VkJvvsdhx9eToCwXHZ5jKxJilbQ==
dependencies:
minimal-polyfills "^2.2.3"
tsafe "^1.6.4"
tsafe "^1.6.5"

redux-thunk@^2.4.2:
version "2.4.2"
Expand Down Expand Up @@ -15788,6 +15797,15 @@ tss-react@^4.9.0:
"@emotion/serialize" "*"
"@emotion/utils" "*"

tss-react@^4.9.2:
version "4.9.2"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.2.tgz#6a03db1df7bbaa4b6e5236e0d5cf633ee5e22e4e"
integrity sha512-0qOuDpar3q3N59Jsl50oDd+Zu3wfXv2rdf4VlPzvuekH6mkAgUVobZV3j69NPH0nm3Vv5xDRACjVUqVWmaNW0g==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
"@emotion/utils" "*"

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit ff3e381

Please sign in to comment.