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

Update dependency match-sorter to v7 #4034

Merged
merged 1 commit into from
Oct 21, 2024
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"luxon": "^3.0.2",
"match-sorter": "^6.3.1",
"match-sorter": "^7.0.0",
"nyc": "^17.0.0",
"ol": "10.0.0",
"ol-pmtiles": "^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6475,13 +6475,13 @@ __metadata:
languageName: node
linkType: hard

"match-sorter@npm:^6.3.1":
version: 6.3.4
resolution: "match-sorter@npm:6.3.4"
"match-sorter@npm:^7.0.0":
version: 7.0.0
resolution: "match-sorter@npm:7.0.0"
dependencies:
"@babel/runtime": "npm:^7.23.8"
remove-accents: "npm:0.5.0"
checksum: 10c0/35d2a6b6df003c677d9ec87ecd4683657638f5bce856f43f9cf90b03e357ed2f09813ebbac759defa7e7438706936dd34dc2bfe1a18771f7d2541f14d639b4ad
checksum: 10c0/4774e6ef29e94c87e9ebed9c9197e769760797a3fba18fed8096c88d7ace67ca13603ac371aea8f7e2c9346594a1879d8c8e1e34fdf3d8d93b87fb1b5a50eca2
languageName: node
linkType: hard

Expand Down Expand Up @@ -9530,7 +9530,7 @@ __metadata:
leaflet: "npm:^1.7.1"
lodash: "npm:^4.17.21"
luxon: "npm:^3.0.2"
match-sorter: "npm:^6.3.1"
match-sorter: "npm:^7.0.0"
nyc: "npm:^17.0.0"
ol: "npm:10.0.0"
ol-pmtiles: "npm:^1.0.2"
Expand Down
Loading