Skip to content

Commit

Permalink
fix(expo): Revert node-linker=hoisted change
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniaPopovic committed Jan 30, 2024
2 parents 35a4f0b + a4b746e commit 0c2a2b2
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 102 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@trpc/client": "11.0.0-next-beta.236",
"@trpc/react-query": "11.0.0-next-beta.236",
"@trpc/server": "11.0.0-next-beta.236",
"geist": "^1.2.0",
"geist": "^1.2.1",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=20.10"
},
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.0",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
Expand Down
Loading

0 comments on commit 0c2a2b2

Please sign in to comment.