Skip to content

Commit 8cdef39

Browse files
authored
chore: reduce dev node_modules (#4293)
1 parent 5a2e107 commit 8cdef39

File tree

2 files changed

+169
-529
lines changed

2 files changed

+169
-529
lines changed

package.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,44 @@
9191
"vitest": "^0.28.5"
9292
},
9393
"resolutions": {
94-
"typescript": "^5"
94+
"typescript": "^5",
95+
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
96+
"array-includes": "npm:@nolyfill/array-includes@latest",
97+
"array.from": "npm:@nolyfill/array.from@latest",
98+
"array.prototype.find": "npm:@nolyfill/array.prototype.find@latest",
99+
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
100+
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
101+
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
102+
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
103+
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@latest",
104+
"function-bind": "npm:@nolyfill/function-bind@latest",
105+
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
106+
"get-symbol-description": "npm:@nolyfill/get-symbol-description@latest",
107+
"globalthis": "npm:@nolyfill/globalthis@latest",
108+
"gopd": "npm:@nolyfill/gopd@latest",
109+
"has": "npm:@nolyfill/has@latest",
110+
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@latest",
111+
"has-proto": "npm:@nolyfill/has-proto@latest",
112+
"is-array-buffer": "npm:@nolyfill/is-array-buffer@latest",
113+
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@latest",
114+
"object-keys": "npm:@nolyfill/object-keys@latest",
115+
"object.assign": "npm:@nolyfill/object.assign@latest",
116+
"object.entries": "npm:@nolyfill/object.entries@latest",
117+
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
118+
"object.groupby": "npm:@nolyfill/object.groupby@latest",
119+
"object.hasown": "npm:@nolyfill/object.hasown@latest",
120+
"object.values": "npm:@nolyfill/object.values@latest",
121+
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@latest",
122+
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest",
123+
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@latest",
124+
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@latest",
125+
"string.prototype.trimleft": "npm:@nolyfill/string.prototype.trimleft@latest",
126+
"string.prototype.trimright": "npm:@nolyfill/string.prototype.trimright@latest",
127+
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@latest",
128+
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@latest",
129+
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@latest",
130+
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@latest",
131+
"typed-array-length": "npm:@nolyfill/typed-array-length@latest"
95132
},
96133
"pnpm": {
97134
"peerDependencyRules": {

0 commit comments

Comments
 (0)