Skip to content

Commit

Permalink
Update Boxed
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Apr 30, 2024
1 parent 99b0efd commit 1e9f9d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@swan-io/boxed": "^2.2.1",
"@swan-io/boxed": "^2.3.0",
"jsdom": "^24.0.0",
"microbundle": "^0.15.1",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion test/Request.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from "vitest";
import { Request, emptyToError } from "../src/Request";
import { Option, Result } from "@swan-io/boxed";
import { Future, Option, Result } from "@swan-io/boxed";

test("Request: basic", async () => {
return Request.make({ url: "data:text/plain,hello!" }).tap((value) => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1343,10 +1343,10 @@
magic-string "^0.25.0"
string.prototype.matchall "^4.0.6"

"@swan-io/boxed@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@swan-io/boxed/-/boxed-2.2.1.tgz#adda3c08bad0215a90cfced371817484ef90ad50"
integrity sha512-jJiiVd9CzVPQUb8OuFeGddruTkbLBNCiL2RvN8Jt+Eul7EMkXB/gY4dUYffxyLMDnn2t3EaZahYQ+yHvtLxzDg==
"@swan-io/boxed@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@swan-io/boxed/-/boxed-2.3.0.tgz#aafa19432a3fa2c00d472be7832632619c4ed5ff"
integrity sha512-ubonCw2GLblwsA9rodcDnhLvCY+0d9g0KyMFyzKZa+vPumWQ8IZ6HFjdQT3Nm5yC+/RnSmJ20RMPwOn/06M8Vw==

"@trysound/sax@0.2.0":
version "0.2.0"
Expand Down

0 comments on commit 1e9f9d5

Please sign in to comment.