Remove new dep

This commit is contained in:
Eric Bailey
2025-02-06 09:33:37 -06:00
parent 7777864f8f
commit c3b6750f81
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -148,7 +148,6 @@
"expo-updates": "~0.26.10",
"expo-video": "^2.0.5",
"expo-web-browser": "~14.0.1",
"fast-deep-equal": "^3.1.3",
"fast-text-encoding": "^1.0.6",
"history": "^5.3.0",
"hls.js": "^1.5.11",
@@ -2,7 +2,7 @@ import React from 'react'
import {View} from 'react-native'
import {msg, Trans} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import deepEqual from 'fast-deep-equal'
import deepEqual from 'lodash.isequal'
import {logger} from '#/logger'
import {usePostInteractionSettingsMutation} from '#/state/queries/post-interaction-settings'