Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-remove-scroll from 2.5.6 to 2.5.7 #1411

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@radix-ui/react-use-previous": "^1.0.1",
"@radix-ui/react-visually-hidden": "^1.0.3",
"aria-hidden": "^1.2.3",
"react-remove-scroll": "^2.5.6"
"react-remove-scroll": "^2.5.7"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"aria-hidden": "^1.2.3",
"compute-scroll-into-view": "^3.1.0",
"prop-types": "^15.8.1",
"react-remove-scroll": "^2.5.6"
"react-remove-scroll": "^2.5.7"
},
"devDependencies": {
"@playwright/test": "1.38.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6072,7 +6072,7 @@ __metadata:
compute-scroll-into-view: ^3.1.0
cross-env: ^7.0.3
prop-types: ^15.8.1
react-remove-scroll: ^2.5.6
react-remove-scroll: ^2.5.7
react-router-dom: ^5.3.4
styled-components: ^5.3.11
peerDependencies:
Expand Down Expand Up @@ -6150,7 +6150,7 @@ __metadata:
"@radix-ui/react-use-previous": ^1.0.1
"@radix-ui/react-visually-hidden": ^1.0.3
aria-hidden: ^1.2.3
react-remove-scroll: ^2.5.6
react-remove-scroll: ^2.5.7
peerDependencies:
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -16921,9 +16921,9 @@ __metadata:
languageName: node
linkType: hard

"react-remove-scroll@npm:^2.5.6":
version: 2.5.6
resolution: "react-remove-scroll@npm:2.5.6"
"react-remove-scroll@npm:^2.5.7":
version: 2.5.7
resolution: "react-remove-scroll@npm:2.5.7"
dependencies:
react-remove-scroll-bar: ^2.3.4
react-style-singleton: ^2.2.1
Expand All @@ -16936,7 +16936,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 0a31f822136f4d4cde0c34264b68dd3a0432d36e2ca5162cd2df0f205980debb9a5e107843120220a599275af02df7805f0d5f44e54f2bd8b0c39a7fdd304036
checksum: e0dbb6856beaed2cff4996d9ca62d775686ff72e3e9de34043034d932223b588993b2fc7a18644750dd3d73eb19bd3f2cedb8d91f0e424c1ef8403010da24b1d
languageName: node
linkType: hard

Expand Down
Loading