Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Jul 23, 2024
1 parent ce176e5 commit f2f2fb2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 51 deletions.
16 changes: 8 additions & 8 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
}
},
"imports": {
"@std/fmt": "jsr:@std/fmt@0.225.6",
"@std/fs": "jsr:@std/fs@0.229.3",
"@std/io": "jsr:@std/io@0.224.3",
"@std/path": "jsr:@std/path@1.0.1",
"@std/semver": "jsr:@std/semver@0.224.3",
"@std/yaml": "jsr:@std/yaml@0.224.3",
"@wok/case": "jsr:@wok/case@1.0.1",
"@wok/utils": "jsr:@wok/utils@1.3.3"
"@std/fmt": "jsr:@std/fmt@^0.225.6",
"@std/fs": "jsr:@std/fs@^0.229.3",
"@std/io": "jsr:@std/io@^0.224.3",
"@std/path": "jsr:@std/path@^1.0.1",
"@std/semver": "jsr:@std/semver@^0.224.3",
"@std/yaml": "jsr:@std/yaml@^0.224.3",
"@wok/case": "jsr:@wok/case@^1.0.1",
"@wok/utils": "jsr:@wok/utils@^1.3.5"
}
}
82 changes: 39 additions & 43 deletions deno.lock

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

0 comments on commit f2f2fb2

Please sign in to comment.