Skip to content

Commit

Permalink
Merge pull request #5188 from mozilla/dependabot/npm_and_yarn/nextjs-…
Browse files Browse the repository at this point in the history
…22af5d1328

Bump the nextjs group with 4 updates
  • Loading branch information
jwhitlock authored Nov 12, 2024
2 parents 2e286b9 + 62c3318 commit bcaec69
Show file tree
Hide file tree
Showing 4 changed files with 595 additions and 543 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@fluent/langneg": "^0.7.0",
"@fluent/react": "^0.15.2",
"@mozilla-protocol/core": "^17.0.1",
"@next/third-parties": "^15.0.2",
"@next/third-parties": "^15.0.3",
"@stripe/stripe-js": "^4.9.0",
"chokidar-cli": "^3.0.0",
"cldr-localenames-modern": "^45.0.0",
Expand All @@ -38,7 +38,7 @@
"swr": "^2.2.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.0.2",
"@next/eslint-plugin-next": "^15.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
Expand All @@ -47,7 +47,7 @@
"@types/react": "^18.3.12",
"babel-jest": "^29.7.0",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.2",
"eslint-config-next": "^15.0.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.4.0",
"husky": "^9.1.6",
Expand All @@ -57,14 +57,14 @@
"jest-junit": "^16.0.0",
"license-checker": "^25.0.1",
"lint-staged": "^15.2.10",
"next": "^15.0.2",
"next": "^15.0.3",
"prettier": "3.3.3",
"react-test-renderer": "^18.3.1",
"sass": "^1.80.6",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.8.1",
"typescript": "~5.6.x"
"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 bcaec69

Please sign in to comment.