Skip to content

Commit

Permalink
chore: 🤖 nolyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Aug 29, 2023
1 parent 6651409 commit 934a0f5
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 384 deletions.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,18 @@
}
},
"overrides": {
"@types/unist": "2"
"@types/unist": "2",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}
Loading

0 comments on commit 934a0f5

Please sign in to comment.