|
1 | 1 | { |
2 | 2 | "name": "@fresh/core", |
3 | | - "version": "2.0.0-alpha.20", |
| 3 | + "version": "2.0.0-alpha.23", |
| 4 | + "license": "MIT", |
4 | 5 | "exports": { |
5 | 6 | ".": "./src/mod.ts", |
6 | 7 | "./runtime": "./src/runtime/shared.ts", |
|
33 | 34 | }, |
34 | 35 | "imports": { |
35 | 36 | "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", |
36 | | - "$marked-mangle": "https://esm.sh/marked-mangle@1.0.1", |
37 | | - "@astral/astral": "jsr:@astral/astral@^0.4.0", |
| 37 | + "@astral/astral": "jsr:@astral/astral@^0.4.6", |
38 | 38 | "@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts", |
39 | | - "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.10.3", |
| 39 | + "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0", |
40 | 40 | "@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1", |
41 | 41 | "@preact/signals": "npm:@preact/signals@^1.2.3", |
42 | | - "@std/async": "jsr:@std/async@^0.224.1", |
43 | | - "@std/cli": "jsr:@std/cli@^0.224.5", |
44 | | - "@std/crypto": "jsr:@std/crypto@1.0.0-rc.1", |
45 | | - "@std/datetime": "jsr:@std/datetime@^0.224.0", |
46 | | - "@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1", |
47 | | - "@std/expect": "jsr:@std/expect@^0.224.4", |
48 | | - "@std/fmt": "jsr:@std/fmt@^0.225.3", |
49 | | - "@std/front-matter": "jsr:@std/front-matter@^0.224.2", |
50 | | - "@std/fs": "jsr:@std/fs@^0.229.1", |
51 | | - "@std/html": "jsr:@std/html@^0.224.2", |
52 | | - "@std/jsonc": "jsr:@std/jsonc@^0.224.1", |
53 | | - "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", |
54 | | - "@std/path": "jsr:@std/path@^0.225.2", |
55 | | - "@std/semver": "jsr:@std/semver@^0.224.3", |
56 | | - "@std/streams": "jsr:@std/streams@^0.224.3", |
| 42 | + "@std/async": "jsr:@std/async@1", |
| 43 | + "@std/cli": "jsr:@std/cli@1", |
| 44 | + "@std/crypto": "jsr:@std/crypto@1", |
| 45 | + "@std/datetime": "jsr:@std/datetime@^0.225.2", |
| 46 | + "@std/encoding": "jsr:@std/encoding@1", |
| 47 | + "@std/expect": "jsr:@std/expect@1", |
| 48 | + "@std/fmt": "jsr:@std/fmt@1", |
| 49 | + "@std/front-matter": "jsr:@std/front-matter@^1.0.5", |
| 50 | + "@std/fs": "jsr:@std/fs@1", |
| 51 | + "@std/html": "jsr:@std/html@1", |
| 52 | + "@std/jsonc": "jsr:@std/jsonc@1", |
| 53 | + "@std/media-types": "jsr:@std/media-types@1", |
| 54 | + "@std/path": "jsr:@std/path@1", |
| 55 | + "@std/semver": "jsr:@std/semver@1", |
| 56 | + "@std/streams": "jsr:@std/streams@1", |
57 | 57 | "autoprefixer": "npm:autoprefixer@10.4.17", |
58 | 58 | "cssnano": "npm:cssnano@6.0.3", |
59 | | - "esbuild": "npm:esbuild@0.20.2", |
60 | | - "esbuild-wasm": "npm:esbuild-wasm@0.20.2", |
| 59 | + "esbuild": "npm:esbuild@0.23.1", |
| 60 | + "esbuild-wasm": "npm:esbuild-wasm@0.23.1", |
61 | 61 | "fresh": "./src/mod.ts", |
62 | 62 | "fresh/compat": "./src/compat/mod.ts", |
63 | 63 | "fresh/dev": "./src/dev/mod.ts", |
64 | 64 | "fresh/runtime": "./src/runtime/shared.ts", |
| 65 | + "github-slugger": "npm:github-slugger@^2.0.0", |
65 | 66 | "linkedom": "npm:linkedom@^0.16.11", |
| 67 | + "marked": "npm:marked@^14.1.2", |
| 68 | + "marked-mangle": "npm:marked-mangle@^1.1.9", |
66 | 69 | "postcss": "npm:postcss@8.4.35", |
67 | | - "preact": "npm:preact@^10.22.0", |
68 | | - "preact-render-to-string": "npm:preact-render-to-string@^6.4.2", |
| 70 | + "preact": "npm:preact@^10.24.1", |
| 71 | + "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
| 72 | + "prismjs": "npm:prismjs@^1.29.0", |
69 | 73 | "tailwindcss": "npm:tailwindcss@^3.4.1", |
70 | 74 | "tailwindcss/plugin": "npm:/tailwindcss@^3.4.1/plugin.js", |
71 | | - "ts-morph": "npm:ts-morph@^22.0.0", |
72 | | - "twind": "https://esm.sh/twind@0.16.19", |
73 | | - "twind/": "https://esm.sh/twind@0.16.19/" |
| 75 | + "ts-morph": "npm:ts-morph@^22.0.0" |
74 | 76 | }, |
75 | 77 | "compilerOptions": { |
76 | 78 | "lib": ["dom", "dom.asynciterable", "deno.ns"], |
|
0 commit comments