Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mys1024 committed May 5, 2024
1 parent 7a33311 commit ff73770
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 20 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bump": "deno task check:all && deno run -A jsr:@mys/bump@1"
},
"imports": {
"@mys-x/m-rpc": "jsr:@mys/m-rpc@^0.12.1",
"@mys-x/m-rpc": "jsr:@mys/m-rpc@^0.12.2",
"@okikio/transferables": "jsr:@okikio/transferables@^1.0.2",
"@std/assert": "jsr:@std/[email protected]"
},
Expand Down
17 changes: 5 additions & 12 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "worker-fn hides the complexity of communication between the JavaScript main thread and Worker threads, making it easy to call the functions defined in workers.",
"type": "module",
"author": "mys1024",
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"license": "MIT",
"homepage": "https://github.com/mys1024/worker-fn#readme",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
}
},
"dependencies": {
"@mys-x/m-rpc": "^0.12.1"
"@mys-x/m-rpc": "^0.12.2"
},
"devDependencies": {
"@okikio/transferables": "npm:@jsr/okikio__transferables@^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions npm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff73770

Please sign in to comment.