Skip to content

Commit

Permalink
chore(deps): bump match-sorter from 6.3.4 to 8.0.0 (#2603)
Browse files Browse the repository at this point in the history
Bumps [match-sorter](https://github.com/kentcdodds/match-sorter) from 6.3.4 to 8.0.0.
- [Release notes](https://github.com/kentcdodds/match-sorter/releases)
- [Changelog](https://github.com/kentcdodds/match-sorter/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/match-sorter@v6.3.4...v8.0.0)

---
updated-dependencies:
- dependency-name: match-sorter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent e52e18a commit 5e63f6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/Select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@welcome-ui/tag": "^6.1.1",
"@welcome-ui/utils": "^6.1.1",
"downshift": "^7.4.1",
"match-sorter": "^6.3.1"
"match-sorter": "^8.0.0"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9807,10 +9807,10 @@ marked@^4.1.0:
resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.2.tgz#1d2075ad6cdfe42e651ac221c32d949a26c0672a"
integrity sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ==

match-sorter@^6.3.1:
version "6.3.4"
resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.4.tgz#afa779d8e922c81971fbcb4781c7003ace781be7"
integrity sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==
match-sorter@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-8.0.0.tgz#9120e35ed8aabf45cd40e127b0231f762fb2eec0"
integrity sha512-bGJ6Zb+OhzXe+ptP5d80OLVx7AkqfRbtGEh30vNSfjNwllu+hHI+tcbMIT/fbkx/FKN1PmKuDb65+Oofg+XUxw==
dependencies:
"@babel/runtime" "^7.23.8"
remove-accents "0.5.0"
Expand Down

0 comments on commit 5e63f6b

Please sign in to comment.