Skip to content

Commit

Permalink
fix(deps): update dependency solito to v4 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent e98a289 commit 72115ba
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"expo-linking": "6.0.0",
"expo-secure-store": "12.5.0",
"react-native-safe-area-context": "4.7.4",
"solito": "3.2.9"
"solito": "4.2.0"
},
"devDependencies": {
"@types/react": "18.2.39",
Expand Down
32 changes: 27 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7094,7 +7094,7 @@ __metadata:
expo-linking: 6.0.0
expo-secure-store: 12.5.0
react-native-safe-area-context: 4.7.4
solito: 3.2.9
solito: 4.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -17819,10 +17819,12 @@ __metadata:
languageName: node
linkType: hard

"solito@npm:3.2.9":
version: 3.2.9
resolution: "solito@npm:3.2.9"
checksum: 79fed7c2f71d1604007cb92f901cabbae3b8af05a0835b110dfb263d6a8d5f4cbb5f02911767e5b9a73e6552898e53ebbfe401d3aa6c9a7cfdc5a5fbf4a2c3e1
"solito@npm:4.2.0":
version: 4.2.0
resolution: "solito@npm:4.2.0"
dependencies:
typescript: ^5.0.4
checksum: 58ea67fce743cc864e7cb9065d06fa287fd99bab1b0a96c5d9bd1e974740bb4a308620622c9b46975d58ba084127a8388dc7696cc6e171ed6b501843093ab64f
languageName: node
linkType: hard

Expand Down Expand Up @@ -19141,6 +19143,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.4":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
Expand Down Expand Up @@ -19171,6 +19183,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 4e604a9e107ce0c23b16a2f8d79d0531d4d8fe9ebbb7a8c395c66998c39892f0e0a071ef0b0d4e66420a8ec2b8d6cfd9cdb29ba24f25b37cba072e9282376df9
languageName: node
linkType: hard

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
Expand Down

0 comments on commit 72115ba

Please sign in to comment.