diff options
author | Eric Bailey <git@esb.lol> | 2024-10-08 15:04:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 13:04:42 -0700 |
commit | 8fe242728e3954e6139edc83442ab3986a4f7eae (patch) | |
tree | 2e57c75327bc280a3dd8b1f4712afc4ba0554ac1 /package.json | |
parent | 2bb1f4abb89f5d3db9a3ceb0596922227ff6559c (diff) | |
download | voidsky-8fe242728e3954e6139edc83442ab3986a4f7eae.tar.zst |
Downgrade Radix packages for type compat (#5653)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index cc2e10c35..264376771 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@mattermost/react-native-paste-input": "^0.7.1", "@miblanchard/react-native-slider": "^2.3.1", "@radix-ui/react-dismissable-layer": "^1.1.1", - "@radix-ui/react-dropdown-menu": "^2.1.2", + "@radix-ui/react-dropdown-menu": "2.0.1", "@radix-ui/react-focus-guards": "^1.1.1", "@radix-ui/react-focus-scope": "^1.1.0", "@react-native-async-storage/async-storage": "1.23.1", @@ -280,10 +280,7 @@ "**/zod": "3.23.8", "**/expo-constants": "16.0.1", "**/expo-device": "6.0.2", - "@react-native/babel-preset": "0.74.1", - "@radix-ui/react-dropdown-menu": "2.1.2", - "@radix-ui/react-context-menu": "2.2.2", - "@radix-ui/react-focus-scope": "1.1.0" + "@react-native/babel-preset": "0.74.1" }, "jest": { "preset": "jest-expo/ios", |