Skip to content

Commit

Permalink
Downgrade typescript to 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Sep 11, 2024
1 parent 30e5c40 commit 897f679
Show file tree
Hide file tree
Showing 4 changed files with 2,702 additions and 2,274 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.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",
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 897f679

Please sign in to comment.