Skip to content
Closed
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"expo": "53.0.17",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.1.0",
"i18next": "^25.3.0",
"i18next": "^25.3.1",
"intl-pluralrules": "^2.0.1",
"ip-regex": "^5.0.0",
"moment": "^2.30.1",
Expand All @@ -60,7 +60,7 @@
"pretty-bytes": "^7.0.0",
"prometheus-query": "^3.5.0",
"react": "19.0.0",
"react-i18next": "^15.5.3",
"react-i18next": "^15.6.0",
"react-native": "0.79.0",
"react-native-charts-wrapper": "^0.6.0",
"react-native-config": "^1.5.5",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9155,17 +9155,17 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^25.3.0":
version: 25.3.0
resolution: "i18next@npm:25.3.0"
"i18next@npm:^25.3.1":
version: 25.3.1
resolution: "i18next@npm:25.3.1"
dependencies:
"@babel/runtime": "npm:^7.27.6"
peerDependencies:
typescript: ^5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/73d478510bce6a1d4b0690cee4b33f7585c11b4d42a144f804a7ee5b6b9b1d8ced661c0b987a83dfd4f54840a32344d42970e37c6e6ebea2683f80216018baeb
checksum: 10/f5f38af0f7b7c0055e607d4017dade5aedd1c75c44e091473b4d01537f0849e21a7ae7f66397719a2557fc53767cf9ea96a4da34127b906d3fe5ce21db895224
languageName: node
linkType: hard

Expand Down Expand Up @@ -12056,7 +12056,7 @@ __metadata:
expo: "npm:53.0.17"
fast-deep-equal: "npm:^3.1.3"
fuse.js: "npm:^7.1.0"
i18next: "npm:^25.3.0"
i18next: "npm:^25.3.1"
intl-pluralrules: "npm:^2.0.1"
ip-regex: "npm:^5.0.0"
moment: "npm:^2.30.1"
Expand All @@ -12068,7 +12068,7 @@ __metadata:
pretty-bytes: "npm:^7.0.0"
prometheus-query: "npm:^3.5.0"
react: "npm:19.0.0"
react-i18next: "npm:^15.5.3"
react-i18next: "npm:^15.6.0"
react-native: "npm:0.79.0"
react-native-charts-wrapper: "npm:^0.6.0"
react-native-config: "npm:^1.5.5"
Expand Down Expand Up @@ -12766,9 +12766,9 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^15.5.3":
version: 15.5.3
resolution: "react-i18next@npm:15.5.3"
"react-i18next@npm:^15.6.0":
version: 15.6.0
resolution: "react-i18next@npm:15.6.0"
dependencies:
"@babel/runtime": "npm:^7.27.6"
html-parse-stringify: "npm:^3.0.1"
Expand All @@ -12783,7 +12783,7 @@ __metadata:
optional: true
typescript:
optional: true
checksum: 10/7e93c2fe408c0a56ce57be4ff87d8cbf58ea181380d4b366f73142e45ddc10b3a435feb76447ad3c5e5320e7fc10d61596113405e89b97bc23e140613f5b19a4
checksum: 10/d8549c364eb32ea078be0e87df35ee23b8c9d6a30af4fe2a41099c12f62b5ce4268f9997132a9b5abcb4556e30fb37f4ba7f5548429333548b5b9856627c6a50
languageName: node
linkType: hard

Expand Down
Loading