Skip to content

Commit 8da2726

Browse files
fix(deps): update garronej_modules_update
1 parent 18896e2 commit 8da2726

3 files changed

Lines changed: 9 additions & 18 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onyxia-ui",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "The Onyxia UI toolkit",
55
"repository": {
66
"type": "git",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@mui/icons-material": "^6.1.7",
53-
"evt": "^2.5.8",
53+
"evt": "^2.5.9",
5454
"memoizee": "^0.4.17",
5555
"@types/memoizee": "^0.4.11",
5656
"minimal-polyfills": "^2.2.3",
@@ -59,7 +59,7 @@
5959
"rehype-raw": "^7.0.0",
6060
"run-exclusive": "^2.2.19",
6161
"tsafe": "^1.8.5",
62-
"tss-react": "^4.9.13"
62+
"tss-react": "^4.9.19"
6363
},
6464
"devDependencies": {
6565
"@emotion/cache": "^11.11.0",

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "spa",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"private": true,
55
"dependencies": {
66
"@mui/material": "^6.1.7",
77
"@emotion/react": "^11.4.1",
88
"@emotion/styled": "^11.3.0",
9-
"tss-react": "^4.9.13",
9+
"tss-react": "^4.9.19",
1010
"powerhooks": "^0.27.2",
1111
"onyxia-ui": "file:../dist",
1212
"@types/node": "^12.0.0",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7531,15 +7531,6 @@ evt@^2.5.3:
75317531
run-exclusive "^2.2.19"
75327532
tsafe "^1.6.5"
75337533

7534-
evt@^2.5.8:
7535-
version "2.5.8"
7536-
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.8.tgz#4cc4e2db92d89cc43e00a0755703317f5f9b6d4c"
7537-
integrity sha512-wjurRtEqepH03fZSzkCUAw2tNNtEoeoEYXf7EqG8uU52wQ3D/+ctyQE8hf+YR/5DXZlwl2jNGLMm4hAd/wyD6g==
7538-
dependencies:
7539-
minimal-polyfills "^2.2.3"
7540-
run-exclusive "^2.2.19"
7541-
tsafe "^1.8.5"
7542-
75437534
evt@^2.5.9:
75447535
version "2.5.9"
75457536
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.9.tgz#cd270e50ce1e7c586bf86242c054dd958d06a5c4"
@@ -15455,10 +15446,10 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0:
1545515446
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1545615447
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
1545715448

15458-
tss-react@^4.9.13:
15459-
version "4.9.13"
15460-
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.13.tgz#e6ac0bfea3977e58b5ef5a261cd0b035e6bd8254"
15461-
integrity sha512-Gu19qqPH8/SAyKVIgDE5qHygirEDnNIQcXhiEc+l4Q9T7C1sfvUnbVWs+yBpmN26/wyk4FTOupjYS2wq4vH0yA==
15449+
tss-react@^4.9.19:
15450+
version "4.9.19"
15451+
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.19.tgz#01ab1e82110deacead0ed93788a30d8ca91b22b6"
15452+
integrity sha512-mmeec1wmLJKUpbaEfsQIOgk0ZtaVBt/oMbiWUFzCnxNm7vb6sDEA3ez/5/ll1eg74nrOcy9BjA+qEuF7nUV0bA==
1546215453
dependencies:
1546315454
"@emotion/cache" "*"
1546415455
"@emotion/serialize" "*"

0 commit comments

Comments
 (0)