Skip to content

Commit

Permalink
fix(deps): update dependency tss-react to ^4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2023
1 parent 0b9b129 commit 892902f
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.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 @@ -69,7 +69,7 @@
"powerhooks": "^0.26.8",
"run-exclusive": "^2.2.18",
"tsafe": "^1.6.0",
"tss-react": "^4.8.3"
"tss-react": "^4.8.4"
},
"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.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",
"tss-react": "^4.8.4",
"powerhooks": "^0.26.8",
"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.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
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.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 892902f

Please sign in to comment.