Skip to content

Commit

Permalink
nolyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeeQueue committed Oct 10, 2023
1 parent 5b4ddd8 commit c6cff3c
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 686 deletions.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,22 @@
"prettier": "3.0.3",
"simple-git-hooks": "2.9.0",
"typescript": "5.2.2",
"vite": "4.4.11",
"vitest": "0.34.6"
},
"pnpm": {
"overrides": {
"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",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@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"
}
}
}

0 comments on commit c6cff3c

Please sign in to comment.