|
8 | 8 | "jsxImportSource": "react", |
9 | 9 | "jsxImportSourceTypes": "npm:@types/react@19.1.1" |
10 | 10 | }, |
| 11 | + "unstable": ["cron", "kv", "bundle"], |
11 | 12 | "lock": false, |
12 | 13 | "imports": { |
13 | | - "builder": "https://deno.land/x/faster_react_core@v6.5/builder.ts", |
14 | | - "@helpers/": "https://deno.land/x/faster_react_core@v6.5/helpers/", |
| 14 | + "builder": "https://deno.land/x/faster_react_core@v6.6/builder.ts", |
| 15 | + "@helpers/": "https://deno.land/x/faster_react_core@v6.6/helpers/", |
15 | 16 | "@core": "./main.ts", |
16 | 17 | "react": "npm:react@19.1.1", |
17 | 18 | "react/": "npm:react@19.1.1/", |
|
25 | 26 | "react/jsx-runtime": "npm:react@19.1.1/jsx-runtime", |
26 | 27 | "react/jsx-dev-runtime": "npm:react@19.1.1/jsx-dev-runtime", |
27 | 28 | "walk": "jsr:@std/fs@1.0.19/walk", |
28 | | - "path": "jsr:@std/path@1.1.1", |
| 29 | + "path": "jsr:@std/path@1.1.2", |
29 | 30 | "faster": "jsr:@hviana/faster@1.1.2", |
30 | 31 | "deno_kv_fs": "jsr:@hviana/faster@1.1.2/deno-kv-fs", |
31 | 32 | "jose": "jsr:@hviana/faster@1.1.2/jose", |
32 | | - "esbuild": "https://deno.land/x/esbuild@v0.25.9/mod.js", |
33 | | - "esbuild-portable": "https://deno.land/x/esbuild@v0.25.9/wasm.js", |
34 | | - "esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@0.11.1", |
35 | 33 | "b64": "jsr:@std/encoding@1.0.10/base64" |
36 | 34 | }, |
37 | 35 | "tasks": { |
|
0 commit comments