Skip to content

Commit

Permalink
combine pnpm overrides in package.json (MystenLabs#20312)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
hayes-mysten authored Nov 18, 2024
1 parent 2a532bc commit 809e2ea
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 170 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"yaml@<2.2.2": ">=2.2.2",
"semver@<7.5.2": ">=7.5.2",
"postcss@<8.4.31": ">=8.4.31",
"dompurify@>=3.0.0 <3.1.3": ">=3.1.3"
"dompurify@>=3.0.0 <3.1.3": ">=3.1.3",
"cross-spawn@5.1.0": "7.0.5"
}
},
"engines": {
Expand Down Expand Up @@ -63,10 +64,5 @@
"turbo": "^2.0.6",
"typescript": "^5.5.3"
},
"pnpm": {
"overrides": {
"cross-spawn@5.1.0": "7.0.5"
}
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}
Loading

0 comments on commit 809e2ea

Please sign in to comment.