diff --git a/package.json b/package.json index 60badad9..ef5e4680 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onyxia-ui", - "version": "0.47.10", + "version": "0.47.11", "description": "A uli toolkit, like material-ui but with stronger typing and more opinionated", "repository": { "type": "git", @@ -69,7 +69,7 @@ "powerhooks": "^0.20.24", "run-exclusive": "^2.2.18", "tsafe": "^1.2.1", - "tss-react": "^4.4.1" + "tss-react": "^4.4.2" }, "devDependencies": { "@emotion/react": "^11.9.0", diff --git a/src/test/spa/package.json b/src/test/spa/package.json index 6a3152bb..6fa60cc8 100644 --- a/src/test/spa/package.json +++ b/src/test/spa/package.json @@ -1,13 +1,13 @@ { "name": "spa", - "version": "0.1.30", + "version": "0.1.31", "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.4.1", + "tss-react": "^4.4.2", "powerhooks": "^0.20.24", "onyxia-ui": "latest", "@types/node": "^12.0.0", diff --git a/src/test/spa/yarn.lock b/src/test/spa/yarn.lock index be1d8d5e..6930f7af 100644 --- a/src/test/spa/yarn.lock +++ b/src/test/spa/yarn.lock @@ -8669,10 +8669,10 @@ tss-react@^3.7.0: "@emotion/serialize" "*" "@emotion/utils" "*" -tss-react@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.1.tgz#bd5732d17dd4c27cb8e64079118e3c3235375724" - integrity sha512-TQRYI4NuK9sduRBKdP/tpopOjeHOCduvHOsdjlK+JvuXjMsqhLWBLxppOKElfm62YUIktPVTy1jsuov9uP2TVw== +tss-react@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.2.tgz#0c09d677dd5ba2a532291a4c926325776ba65728" + integrity sha512-typ6yVmBGz1GIHmWaN+bmwHaAfxZLImfiNTiGIfJCFgas3rEpdYSty2/JENXAFvzKFl53CHc/6Z/FM2EkE2ZTQ== dependencies: "@emotion/cache" "*" "@emotion/serialize" "*" diff --git a/yarn.lock b/yarn.lock index 3018b275..1c0b4e44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14396,10 +14396,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.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.1.tgz#bd5732d17dd4c27cb8e64079118e3c3235375724" - integrity sha512-TQRYI4NuK9sduRBKdP/tpopOjeHOCduvHOsdjlK+JvuXjMsqhLWBLxppOKElfm62YUIktPVTy1jsuov9uP2TVw== +tss-react@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.2.tgz#0c09d677dd5ba2a532291a4c926325776ba65728" + integrity sha512-typ6yVmBGz1GIHmWaN+bmwHaAfxZLImfiNTiGIfJCFgas3rEpdYSty2/JENXAFvzKFl53CHc/6Z/FM2EkE2ZTQ== dependencies: "@emotion/cache" "*" "@emotion/serialize" "*"