diff options
author | Eric Bailey <git@esb.lol> | 2025-04-07 20:29:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 18:29:41 -0700 |
commit | 872fcd1d20e2e3981eca77190b3eaa380b9aca76 (patch) | |
tree | c88c383a256699cbc4c775eb1735937e70273f2c /package.json | |
parent | d496b5bdbff64b02baf00654c3a82bfe7153bf77 (diff) | |
download | voidsky-872fcd1d20e2e3981eca77190b3eaa380b9aca76.tar.zst |
Update patches (#8151)
* Update patches after #8133 * Bump deps * Revert @react-native-picker/picker downgrade * Migrate RN patch
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 770702e01..cfe79d32b 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@radix-ui/react-focus-scope": "^1.1.2", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-menu/menu": "^1.1.7", - "@react-native-picker/picker": "2.9.0", + "@react-native-picker/picker": "2.10.3", "@react-navigation/bottom-tabs": "^6.5.20", "@react-navigation/drawer": "^6.6.15", "@react-navigation/native": "^6.1.17", @@ -223,8 +223,8 @@ "@lingui/cli": "^4.14.1", "@lingui/macro": "^4.14.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", - "@react-native/eslint-config": "^0.76.2", - "@react-native/typescript-config": "^0.76.1", + "@react-native/eslint-config": "^0.76.9", + "@react-native/typescript-config": "^0.76.9", "@sentry/webpack-plugin": "^3.2.2", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.8.1", @@ -273,7 +273,7 @@ }, "resolutions": { "@expo/image-utils": "0.6.3", - "@react-native/babel-preset": "0.76.1", + "@react-native/babel-preset": "0.76.9", "@react-native/normalize-colors": "0.76.1", "@types/react": "^18", "**/expo-constants": "17.0.3", |