Skip to content

Commit

Permalink
Update dependency tss-react to ^4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2022
1 parent 7f17156 commit a05954b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onyxia-ui",
"version": "0.49.0",
"version": "0.49.1",
"description": "A uli toolkit, like material-ui but with stronger typing and more opinionated",
"repository": {
"type": "git",
Expand Down Expand Up @@ -69,7 +69,7 @@
"powerhooks": "^0.20.32",
"run-exclusive": "^2.2.18",
"tsafe": "^1.4.1",
"tss-react": "^4.4.4"
"tss-react": "^4.4.5"
},
"devDependencies": {
"@emotion/react": "^11.9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/test/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "spa",
"version": "0.1.41",
"version": "0.1.42",
"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.4",
"tss-react": "^4.4.5",
"powerhooks": "^0.20.32",
"onyxia-ui": "latest",
"@types/node": "^12.0.0",
Expand Down
8 changes: 4 additions & 4 deletions src/test/spa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8669,10 +8669,10 @@ tss-react@^3.7.0:
"@emotion/serialize" "*"
"@emotion/utils" "*"

tss-react@^4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.4.tgz#12207842dfc58676a9f4d0f532741257428a78e7"
integrity sha512-Bzyg99bIQq3Lk4Rwc5XMOps58c1biw1rghCkApIX5XkAB+/VjGCIFSl63PePhmiRNvKRxJRpawGPPxHytiw1TA==
tss-react@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.5.tgz#0d1ba3892cc79eb7f9f73e016041c329fe5f588f"
integrity sha512-yKKwAuaTKyJf0R1Kn7o0T3RVw/Q3lufQQy2Cic2ZFiD1wnamjYCfPgDjQ44Wyk0lyVJGnTXHbUOwh7dhP5lTsA==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14408,10 +14408,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.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.4.tgz#12207842dfc58676a9f4d0f532741257428a78e7"
integrity sha512-Bzyg99bIQq3Lk4Rwc5XMOps58c1biw1rghCkApIX5XkAB+/VjGCIFSl63PePhmiRNvKRxJRpawGPPxHytiw1TA==
tss-react@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.5.tgz#0d1ba3892cc79eb7f9f73e016041c329fe5f588f"
integrity sha512-yKKwAuaTKyJf0R1Kn7o0T3RVw/Q3lufQQy2Cic2ZFiD1wnamjYCfPgDjQ44Wyk0lyVJGnTXHbUOwh7dhP5lTsA==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
Expand Down

0 comments on commit a05954b

Please sign in to comment.