Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Jun 1, 2024
1 parent b479fec commit 6223725
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
6 changes: 6 additions & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"react-live": "^4.1.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}
}
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@
"prettier": "^3.1.1",
"turbo": "^1.12.4"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
},
"packageManager": "pnpm@8.11.0"
}
40 changes: 24 additions & 16 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 6223725

Please sign in to comment.