Skip to content

Commit

Permalink
Merge pull request #5028 from mozilla/typescript-5.4.x-mpp-3894
Browse files Browse the repository at this point in the history
MPP-3894: Downgrade Typescript to 5.4.x
  • Loading branch information
groovecoder authored Sep 12, 2024
2 parents 2e7633c + 92441f7 commit 8bf612b
Show file tree
Hide file tree
Showing 4 changed files with 3,228 additions and 2,950 deletions.
5 changes: 1 addition & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,12 @@
"stylelint": "^16.9.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.5.1",
"typescript": "^5.5.4"
"typescript": "~5.4.5"
},
"volta": {
"node": "18.18.2",
"npm": "9.8.1"
},
"overrides": {
"react@<18": "18.2.0"
},
"msw": {
"workerDirectory": "public"
}
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.NumberFormatPart[] {
): Intl.NumberRangeFormatPart[] {
throw new Error("Method not implemented.");
}

Expand Down
Loading

0 comments on commit 8bf612b

Please sign in to comment.