fix: upgrade @giphy/react-components 1.6.0 -> 5.9.4
CI / Build & Quality Checks (push) Successful in 10m24s

1.6.0 did not export SearchContextManager/SearchContext/SearchBar,
causing React error #130 (element type undefined) when opening GifPicker.
5.9.4 uses @emotion (not styled-components), supports React 16-18, and
exports all required components. Downgrade @giphy/js-fetch-api to 4.2.2
to match the peer dep range.
This commit is contained in:
Lotus Bot
2026-05-21 23:53:58 -04:00
parent 41bf176919
commit de1bbb3a2d
2 changed files with 386 additions and 146 deletions
+2 -2
View File
@@ -67,9 +67,9 @@
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "2.1.5",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.1.0",
"@fontsource-variable/inter": "5.2.8",
"@giphy/js-fetch-api": "5.8.0",
"@giphy/js-fetch-api": "4.2.2",
"@giphy/js-types": "4.3.0",
"@giphy/react-components": "1.6.0",
"@giphy/react-components": "5.9.4",
"@sentry/react": "10.53.1",
"@tanstack/react-query": "5.100.11",
"@tanstack/react-query-devtools": "5.100.11",