Skip to content

Commit

Permalink
eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 6, 2024
1 parent 25aee19 commit a4b5f2f
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 899 deletions.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,22 @@
"ember-auto-import": "^2.7.2",
"ember-repl": "workspace:*",
"ember-source": ">= 5.10.2",
"webpack": ">= 5.92.0"
"webpack": ">= 5.92.0",
"array-includes": "npm:@nolyfill/array-includes@^1",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1",
"assert": "npm:@nolyfill/assert@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1",
"object.fromentries": "npm:@nolyfill/object.fromentries@^1",
"object.groupby": "npm:@nolyfill/object.groupby@^1",
"object.values": "npm:@nolyfill/object.values@^1",
"side-channel": "npm:@nolyfill/side-channel@^1",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1"
},
"allowedDeprecatedVersions": {
"source-map-url": "^0.3.0",
Expand Down
Loading

0 comments on commit a4b5f2f

Please sign in to comment.