diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-07-20 15:00:37 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-07-20 15:00:37 -0500 |
commit | c712cbbfe27cca5db5d87abd8d7fd3b749492fcc (patch) | |
tree | 6ba411c9d9ab7a63b4578071752fdbd9c6a9cec3 /package.json | |
parent | 19c694bc601c2b5d494d635134ffe9ca3fdc7774 (diff) | |
download | voidsky-c712cbbfe27cca5db5d87abd8d7fd3b749492fcc.tar.zst |
Add WIP post-thread view
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7c7fed2ed..0963c46ea 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@react-navigation/stack": "^6.2.1", "@zxing/text-encoding": "^0.9.0", "base64-js": "^1.5.1", + "lodash.omit": "^4.5.0", "mobx": "^6.6.1", "mobx-react-lite": "^3.4.0", "moment": "^2.29.4", @@ -49,6 +50,7 @@ "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.23", + "@types/lodash.omit": "^4.5.7", "@types/react-native": "^0.67.3", "@types/react-test-renderer": "^17.0.1", "@typescript-eslint/eslint-plugin": "^5.17.0", |