diff options
author | Guido Leenders <guido.leenders@invantive.com> | 2024-11-12 10:00:01 +0100 |
---|---|---|
committer | Guido Leenders <guido.leenders@invantive.com> | 2024-11-12 10:00:01 +0100 |
commit | 5910f78329c0b814110205076d3605668de8c2cb (patch) | |
tree | 2c69630555ef8cd73807c361766cac4f247b7f82 | |
parent | b6fdde2f044cecef0a16d2b4f3a86ef5e77ce068 (diff) | |
download | voidsky-5910f78329c0b814110205076d3605668de8c2cb.tar.zst |
Revert changes to packages.json [PR].
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 4af3f197d..8525885c7 100644 --- a/package.json +++ b/package.json @@ -278,6 +278,10 @@ }, "resolutions": { "@types/react": "^18", + "**/zeed-dom": "0.10.9", + "**/zod": "3.23.8", + "**/expo-constants": "16.0.1", + "**/expo-device": "6.0.2", "@react-native/babel-preset": "0.74.1", "@radix-ui/react-focus-scope": "1.1.0" }, |