Skip to content

Commit e223d21

Browse files
chore(deps): update dependency ts-paths-resolver to v1.3.1
1 parent fc78133 commit e223d21

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bun.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"effect-errors": "1.10.14",
2727
"fs-extra": "11.3.1",
2828
"readme-package-icons": "1.2.2",
29-
"ts-paths-resolver": "1.2.68",
29+
"ts-paths-resolver": "1.3.1",
3030
"typescript": "5.9.2",
3131
"vite-tsconfig-paths": "5.1.4",
3232
"vitest": "3",
@@ -709,7 +709,7 @@
709709

710710
"ts-essentials": ["[email protected]", "", { "peerDependencies": { "typescript": ">=4.5.0" }, "optionalPeers": ["typescript"] }, "sha512-4aTB7KLHKmUvkjNj8V+EdnmuVTiECzn3K+zIbRthumvHu+j44x3w63xpfs0JL3NGIzGXqoQ7AV591xHO+XrOTw=="],
711711

712-
"ts-paths-resolver": ["ts-paths-resolver@1.2.68", "", { "dependencies": { "comment-json": "4.2.5", "effect-errors": "1.10.14", "glob": "11.0.3", "picocolors": "1.1.1", "yargs": "18.0.0" }, "peerDependencies": { "@effect/cluster": "0.x", "@effect/platform": "0.x", "@effect/platform-node": "0.x", "@effect/rpc": "0.x", "effect": "3.x" }, "bin": { "resolve-ts-paths": "cjs/cli/resolve-ts-paths.cli.js", "resolve-ts-paths-esm": "esm/cli/resolve-ts-paths.cli.js" } }, "sha512-hE9CUJq5UgnJgSQLWppbnodcv8s5lASqrV6dswiiovM/9OsD2pGyNj4fHRiL1qZj2itj9lkhE7/z8/a66G17xQ=="],
712+
"ts-paths-resolver": ["ts-paths-resolver@1.3.1", "", { "dependencies": { "comment-json": "4.2.5", "effect-errors": "1.10.15", "glob": "11.0.3", "picocolors": "1.1.1", "yargs": "18.0.0" }, "peerDependencies": { "@effect/cluster": "0.x", "@effect/platform": "0.x", "@effect/platform-node": "0.x", "@effect/rpc": "0.x", "effect": "3.x" }, "bin": { "resolve-ts-paths": "cjs/cli/resolve-ts-paths.cli.js", "resolve-ts-paths-esm": "esm/cli/resolve-ts-paths.cli.js" } }, "sha512-7zeN0Zd7XyUqsjxrIhFCgpX2l/U/HFHWrR7lqTNoRNFoXfFjnFd+9hqCUMU344XDvqsQB634QlQkZyFWrBPVRQ=="],
713713

714714
"tsconfck": ["[email protected]", "", { "peerDependencies": { "typescript": "^5.0.0" }, "optionalPeers": ["typescript"], "bin": { "tsconfck": "bin/tsconfck.js" } }, "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w=="],
715715

@@ -807,6 +807,8 @@
807807

808808
"through2/readable-stream": ["[email protected]", "", { "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" } }, "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA=="],
809809

810+
"ts-paths-resolver/effect-errors": ["[email protected]", "", { "dependencies": { "comment-json": "4.2.5", "picocolors": "1.1.1", "source-map-js": "1.2.1" }, "peerDependencies": { "@effect/cluster": "0.x", "@effect/platform": "0.x", "@effect/platform-node": "0.x", "@effect/rpc": "0.x", "@effect/sql": "0.x", "effect": "3.x" } }, "sha512-OFJDWMo8QqUZJqRQy6esYZP/2yTvX7OIkjC2lMP2x2EFl90RPk+D5rh4zHvx1coeeBGfl3Lvsfn7xsEpte80xw=="],
811+
810812
"vitest/tinyexec": ["[email protected]", "", {}, "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA=="],
811813

812814
"wrap-ansi-cjs/ansi-styles": ["[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"effect-errors": "1.10.14",
8080
"fs-extra": "11.3.1",
8181
"readme-package-icons": "1.2.2",
82-
"ts-paths-resolver": "1.2.68",
82+
"ts-paths-resolver": "1.3.1",
8383
"typescript": "5.9.2",
8484
"vite-tsconfig-paths": "5.1.4",
8585
"vitest": "3",

0 commit comments

Comments
 (0)