Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios": "^1.8.2",
"compromise": "^14.14.0",
"formik": "^2.4.6",
"i18next": "^24.2.2",
"i18next": "^25.6.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.2",
"i18next-localstorage-backend": "^4.2.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.27.6":
version: 7.28.4
resolution: "@babel/runtime@npm:7.28.4"
checksum: 10c0/792ce7af9750fb9b93879cc9d1db175701c4689da890e6ced242ea0207c9da411ccf16dc04e689cc01158b28d7898c40d75598f4559109f761c12ce01e959bf7
languageName: node
linkType: hard

"@babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/template@npm:7.26.9"
Expand Down Expand Up @@ -7612,17 +7619,17 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^24.2.2":
version: 24.2.2
resolution: "i18next@npm:24.2.2"
"i18next@npm:^25.6.0":
version: 25.6.0
resolution: "i18next@npm:25.6.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
"@babel/runtime": "npm:^7.27.6"
peerDependencies:
typescript: ^5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/df2f08f7e7a813d0c38f67e9a9f67f6e86cd105a58b6419cab1118833e0a8ebf8d31e2df9033c12890fc1db18740fc227acc593c0a30887f8f7f94cd0293d051
checksum: 10c0/35f7e4b8fa45fe2d6fd9fe267fde9101d7b502672f4fdf8439a7f0483a12c8a22a966e8f2b616480599057c804f553e594b9eb3c9ccb33fd4dfb57e5dee80636
languageName: node
linkType: hard

Expand Down Expand Up @@ -9024,7 +9031,7 @@ __metadata:
eslint-plugin-react-refresh: "npm:^0.4.20"
formik: "npm:^2.4.6"
husky: "npm:^9.0.11"
i18next: "npm:^24.2.2"
i18next: "npm:^25.6.0"
i18next-chained-backend: "npm:^4.6.2"
i18next-http-backend: "npm:^3.0.2"
i18next-localstorage-backend: "npm:^4.2.0"
Expand Down
Loading