Skip to content

Commit 0b01a26

Browse files
lighter dep (#1128)
1 parent 9d115c7 commit 0b01a26

File tree

2 files changed

+84
-94
lines changed

2 files changed

+84
-94
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,17 @@
8686
8787
}
8888
}
89+
},
90+
"pnpm": {
91+
"overrides": {
92+
"function-bind": "npm:@nolyfill/[email protected]",
93+
"has-proto": "npm:@nolyfill/[email protected]",
94+
"has-symbols": "npm:@nolyfill/[email protected]",
95+
"hasown": "npm:@nolyfill/[email protected]",
96+
"is-core-module": "npm:@nolyfill/[email protected]",
97+
"safe-buffer": "npm:@nolyfill/[email protected]",
98+
"safer-buffer": "npm:@nolyfill/[email protected]",
99+
"set-function-length": "npm:@nolyfill/[email protected]"
100+
}
89101
}
90102
}

pnpm-lock.yaml

Lines changed: 72 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)