Skip to content

Commit

Permalink
take pnpm overrides to root
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Jun 1, 2024
1 parent 58bc03d commit c2d9a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,5 @@
"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: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
"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"
}

0 comments on commit c2d9a45

Please sign in to comment.