Skip to content

Commit

Permalink
Merge pull request #99 from asukaminato0721/nolyfill
Browse files Browse the repository at this point in the history
nolyfill
  • Loading branch information
KUN1007 authored Nov 28, 2024
2 parents 9bdea8f + 28beed2 commit 6ef0f71
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 709 deletions.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kun-galgame-nuxt3",
"version": "2.19.22",
"version": "2.19.23",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand Down Expand Up @@ -85,5 +85,18 @@
"remark-rehype": "^11.1.1",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0"
},
"pnpm": {
"overrides": {
"is-arguments": "npm:@nolyfill/is-arguments@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"is-generator-function": "npm:@nolyfill/is-generator-function@^1",
"is-typed-array": "npm:@nolyfill/is-typed-array@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
}
}
}
Loading

0 comments on commit 6ef0f71

Please sign in to comment.