Skip to content

Commit

Permalink
chore(deps): update dependency web-streams-polyfill to v4 (#208)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency web-streams-polyfill to v4

* test: web-stream-polyfill es2018 → es2015

See MattiasBuelens/web-streams-polyfill#139

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mikaello <2505178+mikaello@users.noreply.github.com>
  • Loading branch information
renovate[bot] and mikaello authored Jul 17, 2024
1 parent c0e50dd commit 5415a15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jestSetup/polyfill.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "web-streams-polyfill/es2018";
import "web-streams-polyfill/polyfill";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"prettier": "3.3.3",
"ts-jest": "29.1.5",
"typescript": "5.5.3",
"web-streams-polyfill": "3.3.3"
"web-streams-polyfill": "4.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2608,10 +2608,10 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"

web-streams-polyfill@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
web-streams-polyfill@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz#74cedf168339ee6e709532f76c49313a8c7acdac"
integrity sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw==

which@^2.0.1:
version "2.0.2"
Expand Down

0 comments on commit 5415a15

Please sign in to comment.