-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Removed lockfile * chore: Added lockfile * chore: Ensured that pnpm@9 is used * bugfix: Added packageManager (experimental, likely to be removed) due to limitations in Netlify --------- Co-authored-by: ijlee2 <[email protected]>
- Loading branch information
Showing
3 changed files
with
11,555 additions
and
8,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,10 @@ | |
"@changesets/get-github-info": "^0.6.0", | ||
"concurrently": "^8.2.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "18.* || >= 20" | ||
"node": "18.* || >= 20", | ||
"pnpm": ">= 9" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
|
Oops, something went wrong.