bump libtea

This commit is contained in:
Max Howell 2022-12-21 09:43:24 -05:00
parent 0a73e3e2b9
commit cf8e6aef05
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -1,14 +1,14 @@
{ {
"imports": { "imports": {
"prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/prefab/index.ts", "prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/prefab/index.ts",
"semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/utils/semver.ts", "semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/utils/semver.ts",
"hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/hooks/index.ts", "hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/hooks/index.ts",
"utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/utils/index.ts", "utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/utils/index.ts",
"path": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/vendor/Path.ts", "path": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/vendor/Path.ts",
"prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/prefab/", "prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/prefab/",
"types": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/types.ts", "types": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/types.ts",
"hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/hooks/", "hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/hooks/",
"utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.1/src/utils/", "utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.17.2/src/utils/",
"deno/": "https://deno.land/std@0.156.0/", "deno/": "https://deno.land/std@0.156.0/",
"is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts", "is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts",
"cliffy/": "https://deno.land/x/cliffy@v0.25.2/", "cliffy/": "https://deno.land/x/cliffy@v0.25.2/",