Skip to content

Commit

Permalink
fix(deps): pin react-instantsearch versions for React 19 compatibility
Browse files Browse the repository at this point in the history
The previous caret ranges were causing dependency resolution issues with React 19.
This pins the versions to known working combinations:
- [email protected]
- [email protected]
- [email protected]
  • Loading branch information
joelhooks committed Jan 22, 2025
1 parent 81bbb0a commit 3303f2f
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 96 deletions.
4 changes: 2 additions & 2 deletions apps/ai-hero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
"react-hook-form": "^7.48.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-instantsearch": "^7.13.9",
"react-instantsearch-nextjs": "^0.3.20",
"react-instantsearch": "7.14",
"react-instantsearch-nextjs": "0.4",
"react-markdown": "9.0.3",
"react-resizable-panels": "^2.1.5",
"react-stately": "^3.33.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/egghead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"react-gravatar": "^2.6.3",
"react-hook-form": "^7.48.0",
"react-hot-toast": "^2.4.1",
"react-instantsearch": "^7.13.9",
"react-instantsearch-nextjs": "^0.3.20",
"react-instantsearch-router-nextjs": "^7.13.9",
"react-instantsearch": "7.14",
"react-instantsearch-nextjs": "0.4",
"react-instantsearch-router-nextjs": "7.14",
"react-markdown": "9.0.3",
"react-wrap-balancer": "^0.2.4",
"reading-time": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/go-local-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
"react-hook-form": "^7.48.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-instantsearch": "^7.13.9",
"react-instantsearch-nextjs": "^0.3.20",
"react-instantsearch": "7.14",
"react-instantsearch-nextjs": "0.4",
"react-markdown": "9.0.3",
"react-resizable-panels": "^2.1.5",
"react-stately": "^3.33.0",
Expand Down
129 changes: 40 additions & 89 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3303f2f

Please sign in to comment.