|
91 | 91 | "vitest": "^0.28.5" |
92 | 92 | }, |
93 | 93 | "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" |
95 | 132 | }, |
96 | 133 | "pnpm": { |
97 | 134 | "peerDependencyRules": { |
|
0 commit comments