Skip to content

Commit

Permalink
chore: upgrade production dependencies (#893)
Browse files Browse the repository at this point in the history
* chore: update minor version dependencies

* chore: update minor dependecies of fomatjs polyfill

* chore: update picker and net-info

* chore: update react query

* chore: updates

* chore: update react

* chore: intl major update

* chore: cheap-ruler

* chore: remove nunecessary component and upgrade library

* chore: upgrade react native share

* chore: translations

* chore: update dependencies

* chore: minor version of picker

* chore: update zustand and persisted state api

* chore: minor releases

* chore: react native community hooks

* chore: update package json

* chore: update package lock

* chore: update tests to chek for exact version

* chore: readd types/debug

* chore: scripts for

* chore: update package-lock

* chore: upgrade minor and patch

* Update package.json

Co-authored-by: Andrew Chou <[email protected]>

* chore: update tests

* chore: remove console log

* chore: patch package naming update

* chore: update readme

---------

Co-authored-by: Andrew Chou <[email protected]>
  • Loading branch information
ErikSin and achou11 authored Dec 17, 2024
1 parent c654080 commit 6d1a96d
Show file tree
Hide file tree
Showing 18 changed files with 3,029 additions and 1,679 deletions.
13 changes: 12 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,18 @@
}
],
["./expo-config-plugins/removeExpoInputStyles.js"],
["./expo-config-plugins/targetArmArchsOnly.js"]
["./expo-config-plugins/targetArmArchsOnly.js"],
[
"react-native-share",
{
"android": [
"com.facebook.katana",
"com.instagram.android",
"com.twitter.android",
"com.zhiliaoapp.musically"
]
}
]
],
"android": {
"allowBackup": false,
Expand Down
7 changes: 0 additions & 7 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,12 +1663,5 @@
},
"sharedComponents.RoleWithIcon.participant": {
"message": "Participant"
},
"sharedComponents.WifiBar.noWifi": {
"message": "No Internet"
},
"sharedComponents.WifiBar.wifi": {
"description": "Label for wifi network name",
"message": "WiFi:"
}
}
Loading

0 comments on commit 6d1a96d

Please sign in to comment.