Skip to content

Commit

Permalink
fix(deps): Pin remove-accents to 0.4.2
Browse files Browse the repository at this point in the history
A unit test has been failing because this dependency added normalization
to the German [Eszet](https://en.wikipedia.org/wiki/%C3%9F) character.

From a issue thread it sounds like we are going to encourage the
maintainers to back out that change, but until then pin to a specific
known-good version so that our unit tests pass :)

Fixes #1644
Connects tyxla/remove-accents#12
  • Loading branch information
orangejulius committed Jul 2, 2023
1 parent d1163de commit b04d0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"pelias-sorting": "^1.7.0",
"predicates": "^2.0.0",
"regenerate": "^1.4.0",
"remove-accents": "^0.4.2",
"remove-accents": "0.4.2",
"require-all": "^3.0.0",
"retry": "^0.12.0",
"stats-lite": "^2.0.4",
Expand Down

0 comments on commit b04d0d3

Please sign in to comment.