Skip to content

Commit

Permalink
fix: overrides with pnpm are crashing during install (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Nov 30, 2024
1 parent 64bafff commit 058e54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/ecran/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ temporal operator namespace create default
Create vector cluster image

```bash
./scripts/build-vecteur.sh
./scripts/build-vecteur.sh 16
```
6 changes: 2 additions & 4 deletions services/ecran/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"framer-motion": {
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
}
"framer-motion>react": "next",
"framer-motion>react-dom": "next"
}
}
}

0 comments on commit 058e54e

Please sign in to comment.