Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove lodash.clonedeep in package.json (#652)

authored by

38elements and committed by
GitHub
e224569a fa935153

-14
-2
package.json
··· 89 89 "js-sha256": "^0.9.0", 90 90 "lande": "^1.0.10", 91 91 "lodash.chunk": "^4.2.0", 92 - "lodash.clonedeep": "^4.5.0", 93 92 "lodash.debounce": "^4.0.8", 94 93 "lodash.isequal": "^4.5.0", 95 94 "lodash.omit": "^4.5.0", ··· 152 151 "@types/he": "^1.1.2", 153 152 "@types/jest": "^29.4.0", 154 153 "@types/lodash.chunk": "^4.2.7", 155 - "@types/lodash.clonedeep": "^4.5.7", 156 154 "@types/lodash.debounce": "^4.0.7", 157 155 "@types/lodash.isequal": "^4.5.6", 158 156 "@types/lodash.omit": "^4.5.7",
-12
yarn.lock
··· 4852 4852 dependencies: 4853 4853 "@types/lodash" "*" 4854 4854 4855 - "@types/lodash.clonedeep@^4.5.7": 4856 - version "4.5.7" 4857 - resolved "https://registry.yarnpkg.com/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.7.tgz#0e119f582ed6f9e6b373c04a644651763214f197" 4858 - integrity sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw== 4859 - dependencies: 4860 - "@types/lodash" "*" 4861 - 4862 4855 "@types/lodash.debounce@^4.0.7": 4863 4856 version "4.0.7" 4864 4857 resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz#0285879defb7cdb156ae633cecd62d5680eded9f" ··· 12241 12234 version "4.2.0" 12242 12235 resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc" 12243 12236 integrity sha512-ZzydJKfUHJwHa+hF5X66zLFCBrWn5GeF28OHEr4WVWtNDXlQ/IjWKPBiikqKo2ne0+v6JgCgJ0GzJp8k8bHC7w== 12244 - 12245 - lodash.clonedeep@^4.5.0: 12246 - version "4.5.0" 12247 - resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" 12248 - integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ== 12249 12237 12250 12238 lodash.debounce@^4.0.8: 12251 12239 version "4.0.8"