Skip to content

Commit

Permalink
chore: override unicorn-magic dep
Browse files Browse the repository at this point in the history
- `unicorn-magic` is abandoned and not compatible with node v22. Override it with pnpm to resolve to an [updated fork](SmushyTaco/unicorn-magic@09d6e7c) with minimal changes
  • Loading branch information
JamesLefrere committed Jan 20, 2025
1 parent c95e9de commit aa6f767
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"devDependencies": {
"@ark/attest": "0.12.1",
"@changesets/cli": "^2.27.7",
"@smushytaco/unicorn-magic": "1.0.2",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
Expand All @@ -66,5 +67,10 @@
"engines": {
"node": "^22",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"unicorn-magic": "link:node_modules/@smushytaco/unicorn-magic"
}
}
}

0 comments on commit aa6f767

Please sign in to comment.