Skip to content

Commit

Permalink
Update tsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 18, 2024
1 parent f49378c commit 60dd066
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"minimal-polyfills": "^2.2.3",
"run-exclusive": "^2.2.19",
"tsafe": "^1.6.6"
"tsafe": "^1.8.5"
},
"files": [
"src/",
Expand Down
3 changes: 1 addition & 2 deletions src/lib/Ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import { Polyfill as Set } from "minimal-polyfills/Set";
// @denoify-line-ignore
import { Polyfill as WeakMap } from "minimal-polyfills/WeakMap";
import { assert } from "tsafe/assert";;
import { is } from "tsafe/is";
import { assert, is } from "tsafe/assert";
import { LazyEvt } from "./LazyEvt";
import { importProxy } from "./importProxy";
import { overwriteReadonlyProp } from "tsafe/lab/overwriteReadonlyProp";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Evt.from.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { id } from "tsafe/id";
import { assert } from "tsafe/assert";;
import { assert } from "tsafe/assert";
import { typeGuard } from "tsafe/typeGuard";
import { mergeImpl } from "./Evt.merge";
import { importProxy } from "./importProxy";
Expand Down
3 changes: 1 addition & 2 deletions src/tools/reducers/partition.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assert } from "tsafe/assert";
import { is } from "tsafe/is";
import { assert, is } from "tsafe/assert";
import { ReduceArguments, toReduceArguments } from "./reduceify";

function arrPartitionImpl<ArrOf, U extends ArrOf>(
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ rxjs@^6.5.4:
dependencies:
tslib "^1.9.0"

tsafe@^1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.6.tgz#fd93e64d6eb13ef83ed1650669cc24bad4f5df9f"
integrity sha512-gzkapsdbMNwBnTIjgO758GujLCj031IgHK/PKr2mrmkCSJMhSOR5FeOuSxKLMUoYc0vAA4RGEYYbjt/v6afD3g==
tsafe@^1.8.5:
version "1.8.5"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.8.5.tgz#cdf9fa3111974ac480d7ee519f8241815e5d22ea"
integrity sha512-LFWTWQrW6rwSY+IBNFl2ridGfUzVsPwrZ26T4KUJww/py8rzaQ/SY+MIz6YROozpUCaRcuISqagmlwub9YT9kw==

tslib@^1.9.0:
version "1.14.1"
Expand Down

0 comments on commit 60dd066

Please sign in to comment.