|
31 | 31 | "**/tests/**" |
32 | 32 | ], |
33 | 33 | "imports": { |
34 | | - "@atproto/api": "npm:@atproto/api@^0.15.6", |
| 34 | + "@atproto/api": "npm:@atproto/api@^0.15.27", |
35 | 35 | "@bigmoves/atproto-oauth-client": "jsr:@bigmoves/atproto-oauth-client@^0.2.0", |
36 | 36 | "@knotbin/posthog-fresh": "jsr:@knotbin/posthog-fresh@^0.1.3", |
37 | | - "fresh": "jsr:@fresh/core@2.0.0-alpha.33", |
38 | | - "@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@0.0.1-alpha.7", |
39 | | - "posthog-js": "npm:posthog-js@1.120.0", |
40 | | - "preact": "npm:preact@^10.26.6", |
41 | | - "@preact/signals": "npm:@preact/signals@^2.0.4", |
42 | | - "tailwindcss": "npm:tailwindcss@3.4.3", |
| 37 | + "fresh": "jsr:@fresh/core@^2.0.0", |
| 38 | + "@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@1.0.0", |
| 39 | + "preact": "npm:preact@^10.27.1", |
| 40 | + "@preact/signals": "npm:@preact/signals@^2.3.1", |
43 | 41 | "@atproto/crypto": "npm:@atproto/crypto@^0.4.4", |
44 | | - "@did-plc/lib": "npm:@did-plc/lib@^0.0.4" |
| 42 | + "@did-plc/lib": "npm:@did-plc/lib@^0.0.4", |
| 43 | + "tailwindcss": "npm:tailwindcss@^4.1.13" |
45 | 44 | }, |
46 | 45 | "compilerOptions": { |
47 | 46 | "lib": [ |
|
58 | 57 | "source", |
59 | 58 | "body", |
60 | 59 | "html", |
61 | | - "head" |
| 60 | + "head", |
| 61 | + "title", |
| 62 | + "meta", |
| 63 | + "script", |
| 64 | + "link", |
| 65 | + "style", |
| 66 | + "base", |
| 67 | + "noscript", |
| 68 | + "template" |
62 | 69 | ], |
63 | 70 | "types": [ |
64 | 71 | "node" |
|
0 commit comments