Skip to content

Commit

Permalink
Merge pull request #5165 from mozilla/update-typescript-5.6.x
Browse files Browse the repository at this point in the history
Unpin typescript, update to 5.6.x
  • Loading branch information
jwhitlock authored Oct 30, 2024
2 parents dfba547 + ee0f4c5 commit cceedfa
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 215 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.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.8.1",
"typescript": "~5.4.5"
"typescript": "~5.6.x"
},
"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
321 changes: 109 additions & 212 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"npm": "9.8.1"
},
"overrides": {
"typescript": "~5.4.5",
"cookie": "~0.7.0"
},
"license": "MPL-2.0",
Expand Down

0 comments on commit cceedfa

Please sign in to comment.