Skip to content

Commit b0ee019

Browse files
committed
build: install nolyfill
1 parent 3bc36ff commit b0ee019

File tree

2 files changed

+137
-696
lines changed

2 files changed

+137
-696
lines changed

package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,19 @@
129129
"has": "npm:@nolyfill/has@latest",
130130
"react": "^18.2.0",
131131
"react-dom": "^18.2.0",
132-
"typescript": "rc"
132+
"typescript": "rc",
133+
"array-includes": "npm:@nolyfill/array-includes@latest",
134+
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
135+
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
136+
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
137+
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
138+
"function-bind": "npm:@nolyfill/function-bind@latest",
139+
"object.assign": "npm:@nolyfill/object.assign@latest",
140+
"object.entries": "npm:@nolyfill/object.entries@latest",
141+
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
142+
"object.hasown": "npm:@nolyfill/object.hasown@latest",
143+
"object.values": "npm:@nolyfill/object.values@latest",
144+
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
133145
},
134146
"patchedDependencies": {
135147

0 commit comments

Comments
 (0)