Skip to content

Commit

Permalink
lighter dep (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Dec 11, 2024
1 parent 9d115c7 commit 0b01a26
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 94 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,17 @@
"id": "[email protected]"
}
}
},
"pnpm": {
"overrides": {
"function-bind": "npm:@nolyfill/[email protected]",
"has-proto": "npm:@nolyfill/[email protected]",
"has-symbols": "npm:@nolyfill/[email protected]",
"hasown": "npm:@nolyfill/[email protected]",
"is-core-module": "npm:@nolyfill/[email protected]",
"safe-buffer": "npm:@nolyfill/[email protected]",
"safer-buffer": "npm:@nolyfill/[email protected]",
"set-function-length": "npm:@nolyfill/[email protected]"
}
}
}
166 changes: 72 additions & 94 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b01a26

Please sign in to comment.