mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
Fix audit issues in production (#933)
* chore: upgrade api dependencies to latest compatible version * chore: update ui dependencies first pass * chore: migrate ui dependency to latests Migrates i18next-parser from 6.x -> 8.x per documentation * chore: add missing tools file * chore: regenerate files * chore: fix docker build from incorrect depedency bookworms latest stable version of libheif-dev is 1.15.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
module.exports = {
|
||||
skipDefaultValues: locale => locale != 'en',
|
||||
defaultValue: function (locale, namespace, key, value) {
|
||||
if (locale != 'en'){
|
||||
return '';
|
||||
}
|
||||
return value || key;
|
||||
},
|
||||
sort: true,
|
||||
locales: [
|
||||
'da',
|
||||
|
||||
24282
ui/package-lock.json
generated
24282
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -48,7 +48,6 @@
|
||||
"react-hook-form": "^7.33.1",
|
||||
"react-i18next": "^11.18.0",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-scripts": "^5.0.1",
|
||||
"react-swipeable": "^7.0.0",
|
||||
"react-test-renderer": "^18.2.0",
|
||||
"styled-components": "^5.3.5",
|
||||
@@ -73,7 +72,7 @@
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"husky": "^8.0.1",
|
||||
"i18next-parser": "^6.5.0",
|
||||
"i18next-parser": "^8.13.0",
|
||||
"lint-staged": "^13.0.3",
|
||||
"vitest": "^0.17.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user