Skip to content

Commit bcaec69

Browse files
authored
Merge pull request #5188 from mozilla/dependabot/npm_and_yarn/nextjs-22af5d1328
Bump the nextjs group with 4 updates
2 parents 2e286b9 + 62c3318 commit bcaec69

File tree

4 files changed

+595
-543
lines changed

4 files changed

+595
-543
lines changed

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@fluent/langneg": "^0.7.0",
2222
"@fluent/react": "^0.15.2",
2323
"@mozilla-protocol/core": "^17.0.1",
24-
"@next/third-parties": "^15.0.2",
24+
"@next/third-parties": "^15.0.3",
2525
"@stripe/stripe-js": "^4.9.0",
2626
"chokidar-cli": "^3.0.0",
2727
"cldr-localenames-modern": "^45.0.0",
@@ -38,7 +38,7 @@
3838
"swr": "^2.2.5"
3939
},
4040
"devDependencies": {
41-
"@next/eslint-plugin-next": "^15.0.2",
41+
"@next/eslint-plugin-next": "^15.0.3",
4242
"@testing-library/dom": "^10.4.0",
4343
"@testing-library/jest-dom": "^6.6.3",
4444
"@testing-library/react": "^16.0.1",
@@ -47,7 +47,7 @@
4747
"@types/react": "^18.3.12",
4848
"babel-jest": "^29.7.0",
4949
"eslint": "^8.57.1",
50-
"eslint-config-next": "^15.0.2",
50+
"eslint-config-next": "^15.0.3",
5151
"eslint-plugin-jest-dom": "^5.4.0",
5252
"eslint-plugin-testing-library": "^6.4.0",
5353
"husky": "^9.1.6",
@@ -57,14 +57,14 @@
5757
"jest-junit": "^16.0.0",
5858
"license-checker": "^25.0.1",
5959
"lint-staged": "^15.2.10",
60-
"next": "^15.0.2",
60+
"next": "^15.0.3",
6161
"prettier": "3.3.3",
6262
"react-test-renderer": "^18.3.1",
6363
"sass": "^1.80.6",
6464
"stylelint": "^16.10.0",
6565
"stylelint-config-recommended-scss": "^14.1.0",
6666
"stylelint-scss": "^6.8.1",
67-
"typescript": "~5.6.x"
67+
"typescript": "^5.4.5"
6868
},
6969
"volta": {
7070
"node": "18.18.2",

frontend/src/components/dashboard/aliases/BlockLevelSlider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ class SliderValueFormatter implements Intl.NumberFormat {
497497
formatRangeToParts(
498498
_startDate: number | bigint,
499499
_endDate: number | bigint,
500-
): Intl.NumberFormatPart[] {
500+
): Intl.NumberRangeFormatPart[] {
501501
throw new Error("Method not implemented.");
502502
}
503503

0 commit comments

Comments
 (0)