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 @@ -35,7 +35,7 @@
"@octokit/rest": "^22.0.0",
"@os-team/i18next-react-native-language-detector": "^1.1.6",
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.2",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-masked-view/masked-view": "^0.3.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv": "~2.12.2",
"react-native-paper": "5.14.5",
"react-native-paper-dates": "^0.22.43",
"react-native-paper-dates": "^0.22.46",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.4.1",
"react-native-screens": "^4.11.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3498,14 +3498,14 @@ __metadata:
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:^2.1.2":
version: 2.1.2
resolution: "@react-native-async-storage/async-storage@npm:2.1.2"
"@react-native-async-storage/async-storage@npm:^2.2.0":
version: 2.2.0
resolution: "@react-native-async-storage/async-storage@npm:2.2.0"
dependencies:
merge-options: "npm:^3.0.4"
peerDependencies:
react-native: ^0.0.0-0 || >=0.65 <1.0
checksum: 10/d4f14fe520a1664935ea771db86be397902b743ae7dd805d7cfe142698bcb9758bfe075fe11f20347cc5551ee0673f15822be3127658957a276ac28e0c8dd5ca
checksum: 10/625e42134f0c487acfd4ba9b3ba182e6f6f29581485004cc658850ef024372cdb7381b7399393f4416fda39df2d822e3008427d7671d635a7363f9a65430a2dd
languageName: node
linkType: hard

Expand Down Expand Up @@ -12269,7 +12269,7 @@ __metadata:
"@octokit/webhooks-types": "npm:^7.6.1"
"@os-team/i18next-react-native-language-detector": "npm:^1.1.6"
"@pchmn/expo-material3-theme": "npm:^1.3.2"
"@react-native-async-storage/async-storage": "npm:^2.1.2"
"@react-native-async-storage/async-storage": "npm:^2.2.0"
"@react-native-clipboard/clipboard": "npm:^1.16.2"
"@react-native-community/cli": "npm:15.1.3"
"@react-native-community/cli-platform-android": "npm:16.0.2"
Expand Down Expand Up @@ -12342,7 +12342,7 @@ __metadata:
react-native-markdown-display: "npm:^7.0.2"
react-native-mmkv: "npm:~2.12.2"
react-native-paper: "npm:5.14.5"
react-native-paper-dates: "npm:^0.22.43"
react-native-paper-dates: "npm:^0.22.46"
react-native-reanimated: "npm:^3.18.0"
react-native-safe-area-context: "npm:5.4.1"
react-native-screens: "npm:^4.11.1"
Expand Down Expand Up @@ -13228,17 +13228,17 @@ __metadata:
languageName: node
linkType: hard

"react-native-paper-dates@npm:^0.22.43":
version: 0.22.43
resolution: "react-native-paper-dates@npm:0.22.43"
"react-native-paper-dates@npm:^0.22.46":
version: 0.22.46
resolution: "react-native-paper-dates@npm:0.22.46"
dependencies:
color: "npm:^4.2.3"
peerDependencies:
react: "*"
react-native: "*"
react-native-paper: "*"
react-native-safe-area-context: "*"
checksum: 10/e49c2e916289fbcaedaa867c7ae55f0be6b88c46c12f7c8062c092ec41d246d8485896adf43d306f9ae5507a8675ffaa30f64bc0c20f4945f999f29db57ac09c
checksum: 10/52495b7bf40a5924df9163b07b854943bf601e4f11a6be94114f9d7d62f5a92bb87cdd2977d1363ace83395ac4a5e32c7f0e6687133b482add2340c34a6f5b66
languageName: node
linkType: hard

Expand Down
Loading