mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency i18next-parser to v8 (#82085)
* Update dependency i18next-parser to v8 * remove deprecated option * fix lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
732f9cacb4
commit
36a1f28086
@ -173,7 +173,7 @@
|
|||||||
"html-loader": "5.0.0",
|
"html-loader": "5.0.0",
|
||||||
"html-webpack-plugin": "5.6.0",
|
"html-webpack-plugin": "5.6.0",
|
||||||
"http-server": "14.1.1",
|
"http-server": "14.1.1",
|
||||||
"i18next-parser": "6.6.0",
|
"i18next-parser": "8.12.0",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
"jest-canvas-mock": "2.5.2",
|
"jest-canvas-mock": "2.5.2",
|
||||||
"jest-date-mock": "1.0.8",
|
"jest-date-mock": "1.0.8",
|
||||||
|
@ -13,7 +13,4 @@ module.exports = {
|
|||||||
failOnWarnings: true,
|
failOnWarnings: true,
|
||||||
|
|
||||||
verbose: false,
|
verbose: false,
|
||||||
|
|
||||||
// Don't include default values for English, they'll remain in the source code
|
|
||||||
skipDefaultValues: (locale) => locale !== 'en-US',
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user