Skip to content

Commit

Permalink
Bump react-use from 17.4.2 to 17.4.3
Browse files Browse the repository at this point in the history
Bumps [react-use](https://github.com/streamich/react-use) from 17.4.2 to 17.4.3.
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.4.2...v17.4.3)

---
updated-dependencies:
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and charlynguyen committed Jan 15, 2024
1 parent 17f7955 commit 5616cd4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.1",
"react-scripts": "5.0.1",
"react-use": "^17.4.2",
"react-use": "^17.4.3",
"rxjs": "^7.8.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion example-widget-semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.1",
"react-scripts": "5.0.1",
"react-use": "^17.4.2",
"react-use": "^17.4.3",
"rxjs": "^7.8.1",
"semantic-ui-react": "^2.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-i18next": "^14.0.0",
"react-use": "^17.4.2"
"react-use": "^17.4.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-use": "^17.4.2"
"react-use": "^17.4.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-i18next": "^14.0.0",
"react-use": "^17.4.2",
"react-use": "^17.4.3",
"semantic-ui-less": "^2.5.0",
"semantic-ui-react": "^2.1.5"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10125,10 +10125,10 @@ react-universal-interface@^0.6.2:
resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b"
integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==

react-use@^17.4.2:
version "17.4.2"
resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.4.2.tgz#26d43c774ccb733a17a87be62e12fbcbc5654173"
integrity sha512-1jPtmWLD8OJJNYCdYLJEH/HM+bPDfJuyGwCYeJFgPmWY8ttwpgZnW5QnzgM55CYUByUiTjHxsGOnEpLl6yQaoQ==
react-use@^17.4.3:
version "17.4.3"
resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.4.3.tgz#7c2309024f7e554be492241292edbd11342028ed"
integrity sha512-05Oyuwn4ZccdzLD4ttLbMe8TkobdKpOj7YCFE9VhVpbXrTWZpvCcMyroRw/Banh1RIcQRcM06tfzPpY5D9sTsQ==
dependencies:
"@types/js-cookie" "^2.2.6"
"@xobotyi/scrollbar-width" "^1.9.5"
Expand Down

0 comments on commit 5616cd4

Please sign in to comment.