Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update dependency @effect/stream to ^0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent 0e2d14f commit fb1eada
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@effect/data": "^0.11.7",
"@effect/io": "^0.19.0",
"@effect/stream": "^0.18.0",
"@effect/stream": "^0.32.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@juggle/resize-observer": "^3.4.0",
Expand Down Expand Up @@ -79,6 +79,6 @@
"resolutions": {
"@effect/data": "^0.11.7",
"@effect/io": "^0.19.0",
"@effect/stream": "^0.18.0"
"@effect/stream": "^0.32.0"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,25 +278,25 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@effect/data@^0.11.7", "@effect/data@~0.11.5":
"@effect/data@^0.11.7", "@effect/data@^0.17.0", "@effect/data@~0.11.5":
version "0.11.7"
resolved "https://registry.yarnpkg.com/@effect/data/-/data-0.11.7.tgz#c3b1c85dc8a7ddee467cdfc77bfe260a45dfae8f"
integrity sha512-aMkSMpiBey3N4zewEs6XRf7S31meoErSqm9u3neXQ7re6lSfmvGQGrNckix+220Xh1rx7uCXWnQwvazSNMPREQ==

"@effect/io@^0.19.0", "@effect/io@~0.19.2":
"@effect/io@^0.19.0", "@effect/io@^0.36.0":
version "0.19.2"
resolved "https://registry.yarnpkg.com/@effect/io/-/io-0.19.2.tgz#43be6c90450984fb0464e2b9b4397cb56bfe3441"
integrity sha512-8h9rnVPf6afOO4a5NkgfOTdRMqgoyXYA9P1OKtj4IuFSstIf19TfBcJ2UYDGBAFMxWr36OjAOuz6gXZF87hzDQ==
dependencies:
"@effect/data" "~0.11.5"

"@effect/stream@^0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@effect/stream/-/stream-0.18.0.tgz#e7568375bfb0bd91abbd4d9ae4d8bb287af71909"
integrity sha512-M3TWBYoD+Dn/i15dviBFTfUmHc4IEo+VnAKqsmpS9nE+yGZDNVjGYu+oN4wFRKp2U3WtimuJa+4H6sGWjNFzkw==
"@effect/stream@^0.32.0":
version "0.32.0"
resolved "https://registry.yarnpkg.com/@effect/stream/-/stream-0.32.0.tgz#33f28f23f962945925d42c1df555bf69ee004126"
integrity sha512-IfcUknzb42zmd5MI4jmkXCWTTzF6drvmaTOVnizjPeyco5YgXLTTXZ/cM1pA3mdsS5Jsx5ZQpraLN/o7oqgDTQ==
dependencies:
"@effect/data" "~0.11.5"
"@effect/io" "~0.19.2"
"@effect/data" "^0.17.0"
"@effect/io" "^0.36.0"

"@emotion/babel-plugin@^11.10.6":
version "11.10.6"
Expand Down

0 comments on commit fb1eada

Please sign in to comment.