Skip to content

Commit 82a5b14

Browse files
authored
Merge branch 'main' into move-buildOutDir
2 parents 68ca3c6 + 2d308f6 commit 82a5b14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+4490
-1820
lines changed

deno.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"./www"
88
],
99
"name": "@fresh/core",
10-
"version": "2.0.0-alpha.35",
10+
"version": "2.0.0-alpha.43",
1111
"license": "MIT",
1212
"exports": {
1313
".": "./src/mod.ts",
@@ -42,19 +42,19 @@
4242
},
4343
"imports": {
4444
"@deno/doc": "jsr:@deno/doc@^0.172.0",
45-
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.0.1",
45+
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.1.1",
4646
"@std/cli": "jsr:@std/cli@^1.0.19",
4747
"@std/collections": "jsr:@std/collections@^1.0.11",
4848
"@std/http": "jsr:@std/http@^1.0.15",
4949
"@std/uuid": "jsr:@std/uuid@^1.0.7",
50-
"fresh": "jsr:@fresh/core@^2.0.0-alpha.29",
50+
"esbuild": "npm:esbuild@^0.25.5",
51+
"esbuild-wasm": "npm:esbuild-wasm@^0.25.5",
52+
"fresh": "jsr:@fresh/core@^2.0.0-alpha.37",
5153
"preact": "npm:preact@^10.26.9",
5254
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
5355
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
5456
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
55-
"@preact/signals": "npm:@preact/signals@^2.2.0",
56-
"esbuild": "npm:esbuild@0.25.4",
57-
"esbuild-wasm": "npm:esbuild-wasm@0.25.4",
57+
"@preact/signals": "npm:@preact/signals@^2.2.1",
5858
"@std/crypto": "jsr:@std/crypto@1",
5959
"@std/datetime": "jsr:@std/datetime@^0.225.2",
6060
"@std/encoding": "jsr:@std/encoding@1",
@@ -83,9 +83,6 @@
8383

8484
"@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7",
8585
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
86-
"fresh/compat": "./src/compat/mod.ts",
87-
"fresh/dev": "./src/dev/mod.ts",
88-
"fresh/runtime": "./src/runtime/shared.ts",
8986
"github-slugger": "npm:github-slugger@^2.0.0",
9087
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
9188
"marked": "npm:marked@^15.0.11",
@@ -104,5 +101,8 @@
104101
"exclude": ["no-window"],
105102
"include": ["no-console"]
106103
}
104+
},
105+
"fmt": {
106+
"exclude": ["./www/static/**/*.svg"]
107107
}
108108
}

0 commit comments

Comments
 (0)