Skip to content

Commit

Permalink
fix(deps): update dependency react-select to v5.8.2 (#4400)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency react-select to v5.8.2

* chore: add changeset renovate-58af2e1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <github@scaleway.com>
Co-authored-by: philibeaux <aphilibeaux@scaleway.com>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent 7eb6f8d commit 0aff4e5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/renovate-58af2e1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@ultraviolet/form': patch
'@ultraviolet/ui': patch
---

Updated dependency `react-select` to `5.8.2`.
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"@ultraviolet/themes": "workspace:*",
"@ultraviolet/ui": "workspace:*",
"react-hook-form": "7.53.1",
"react-select": "5.8.1"
"react-select": "5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@ultraviolet/themes": "workspace:*",
"deepmerge": "4.3.1",
"react-datepicker": "6.9.0",
"react-select": "5.8.1",
"react-select": "5.8.2",
"react-toastify": "10.0.6",
"react-use-clipboard": "1.0.9",
"reakit": "1.3.11"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aff4e5

Please sign in to comment.