Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
refactor: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
1 parent fea03fc commit f1e9571
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"cliffy": "https://deno.land/x/cliffy@v0.25.7/mod.ts",
"cliffy/keypress": "https://deno.land/x/cliffy@v0.25.7/keypress/mod.ts",
"djwt": "https://deno.land/x/djwt@v2.8/mod.ts",
"dom": "https://deno.land/x/deno_dom@v0.1.40/deno-dom-wasm.ts",
"esbuild": "https://deno.land/x/esbuild@v0.19.3/mod.js",
"dom": "https://deno.land/x/deno_dom@v0.1.41/deno-dom-wasm.ts",
"esbuild": "https://deno.land/x/esbuild@v0.19.4/mod.js",
"foras": "https://deno.land/x/foras@v2.1.1/src/deno/mod.ts",
"otpauth": "https://deno.land/x/otpauth@v9.1.4/dist/otpauth.esm.js",
"otpauth": "https://deno.land/x/otpauth@v9.1.5/dist/otpauth.esm.js",
"preact": "https://esm.sh/preact@10.17.1?target=es2022",
"preact/render-to-string": "https://esm.sh/preact-render-to-string@6.1.0?deps=preact@10.17.1&target=es2022",
"std/": "https://deno.land/std@0.203.0/",
"twind": "https://esm.sh/@twind/core@1.1.3",
"twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7",
"twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4",
"worker": "https://cdn.jsdelivr.net/npm/@cloudflare/workers-types@4.20230922.0/index.ts",
"upstash": "https://deno.land/x/upstash_redis@v1.22.0/mod.ts",
"worker": "https://cdn.jsdelivr.net/npm/@cloudflare/workers-types@4.20231002.0/index.ts",
"upstash": "https://deno.land/x/upstash_redis@v1.22.1/mod.ts",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts"
},
"lock": false,
Expand Down

0 comments on commit f1e9571

Please sign in to comment.