fix(deps): update dependency tss-react to ^4.9.14

This commit is contained in:
renovate[bot]
2024-12-09 07:48:44 +00:00
committed by GitHub
parent 6cd9d134cf
commit d44c7c1e95
2 changed files with 7 additions and 8 deletions

View File

@@ -43,7 +43,7 @@
"style-to-object": "^1.0.8",
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",
"tss-react": "^4.9.13",
"tss-react": "^4.9.14",
"websocket-heartbeat-js": "^1.1.3"
},
"devDependencies": {
@@ -2175,14 +2175,12 @@
"version": "15.7.13",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz",
"integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==",
"devOptional": true,
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.3.14",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz",
"integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==",
"devOptional": true,
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
@@ -8029,9 +8027,9 @@
"license": "0BSD"
},
"node_modules/tss-react": {
"version": "4.9.13",
"resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.13.tgz",
"integrity": "sha512-Gu19qqPH8/SAyKVIgDE5qHygirEDnNIQcXhiEc+l4Q9T7C1sfvUnbVWs+yBpmN26/wyk4FTOupjYS2wq4vH0yA==",
"version": "4.9.14",
"resolved": "https://registry.npmjs.org/tss-react/-/tss-react-4.9.14.tgz",
"integrity": "sha512-nAj4RCQk3ADzrmtxmTcmN1B9EKxPMIxuCfJ3ll964CksndJ2/ZImF6rAMo2Kud5yE3ENXHpPIBHCyuMtgptMvw==",
"license": "MIT",
"dependencies": {
"@emotion/cache": "*",
@@ -8042,7 +8040,8 @@
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@mui/material": "^5.0.0 || ^6.0.0",
"react": "^16.8.0 || ^17.0.2 || ^18.0.0"
"@types/react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0",
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@emotion/server": {

View File

@@ -50,7 +50,7 @@
"style-to-object": "^1.0.8",
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",
"tss-react": "^4.9.13",
"tss-react": "^4.9.14",
"websocket-heartbeat-js": "^1.1.3"
},
"devDependencies": {