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 @@ -50,7 +50,7 @@
"expo": "54.0.12",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.1.0",
"i18next": "^25.5.3",
"i18next": "^25.6.0",
"intl-pluralrules": "^2.0.1",
"ip-regex": "^5.0.0",
"moment": "^2.30.1",
Expand All @@ -71,7 +71,7 @@
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.11.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.5.3",
"react-native-localize": "^3.5.4",
"react-native-logs": "^5.5.0",
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv": "~3.3.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9411,17 +9411,17 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^25.5.3":
version: 25.5.3
resolution: "i18next@npm:25.5.3"
"i18next@npm:^25.6.0":
version: 25.6.0
resolution: "i18next@npm:25.6.0"
dependencies:
"@babel/runtime": "npm:^7.27.6"
peerDependencies:
typescript: ^5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/eb7312b3261af4477b7e4d09ec1636372a79a8f81bb5ac9531bbb9aa498ca07f337f9ec2c89507f0d895ce6c0b1352a2ea4fbe47f665ab4feba3df2de79cbeab
checksum: 10/3eaa354f7028ff6051e4294c09bf518183c6653c019cfeed73fc4504786b3a474c3b55ed6b9832e122ba2538167b3eb85ae71fdd6423fb9ec9ebe2156b061d66
languageName: node
linkType: hard

Expand Down Expand Up @@ -12548,7 +12548,7 @@ __metadata:
expo: "npm:54.0.12"
fast-deep-equal: "npm:^3.1.3"
fuse.js: "npm:^7.1.0"
i18next: "npm:^25.5.3"
i18next: "npm:^25.6.0"
intl-pluralrules: "npm:^2.0.1"
ip-regex: "npm:^5.0.0"
moment: "npm:^2.30.1"
Expand All @@ -12570,7 +12570,7 @@ __metadata:
react-native-fs: "npm:^2.20.0"
react-native-get-random-values: "npm:^1.11.0"
react-native-linear-gradient: "npm:^2.8.3"
react-native-localize: "npm:^3.5.3"
react-native-localize: "npm:^3.5.4"
react-native-logs: "npm:^5.5.0"
react-native-markdown-display: "npm:^7.0.2"
react-native-mmkv: "npm:~3.3.3"
Expand Down Expand Up @@ -13405,9 +13405,9 @@ __metadata:
languageName: node
linkType: hard

"react-native-localize@npm:^3.5.3":
version: 3.5.3
resolution: "react-native-localize@npm:3.5.3"
"react-native-localize@npm:^3.5.4":
version: 3.5.4
resolution: "react-native-localize@npm:3.5.4"
peerDependencies:
"@expo/config-plugins": ^9.0.0 || ^10.0.0
react: "*"
Expand All @@ -13418,7 +13418,7 @@ __metadata:
optional: true
react-native-macos:
optional: true
checksum: 10/719f84ffd8d9a074f570c44eb473fc3a5ff96b2b4a390677566c4a7eb6fda31c170524374f4f980b2d7ec9f1e609451e3efaeb454210aabe2c866444e6e5d46b
checksum: 10/afcd00e12561d147ad50b5d2f240a7b7853c5bd8226386e0afab61c7acd7b8a2b40651552272dbb293f5ed68800e0e3e48bd939d98888be81a0f9687c70cdb6b
languageName: node
linkType: hard

Expand Down
Loading