Skip to content

Commit

Permalink
Merge pull request #5296 from mozilla/dependabot/npm_and_yarn/typescr…
Browse files Browse the repository at this point in the history
…ipt-5.7.2

Bump typescript from 5.4.5 to 5.7.2
  • Loading branch information
jwhitlock authored Jan 8, 2025
2 parents b84ee84 + 96d0c35 commit a76e8c3
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 639 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"stylelint": "^16.12.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.10.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"volta": {
"node": "18.18.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class SliderValueFormatter implements Intl.NumberFormat {
formatRangeToParts(
_startDate: number | bigint,
_endDate: number | bigint,
): Intl.NumberRangeFormatPart[] {
): Intl.NumberFormatPart[] {
throw new Error("Method not implemented.");
}

Expand Down
Loading

0 comments on commit a76e8c3

Please sign in to comment.