Skip to content

Commit 3e211dc

Browse files
authored
fix: import current version of fresh (#3020)
Previously, all packages except `@fresh/core` and even some tests might've imported `jsr:@fresh/core@^2.0.0-alpha.29` rather than the latest version of Fresh. This PR fixes that.
1 parent ee46263 commit 3e211dc

File tree

2 files changed

+159
-541
lines changed

2 files changed

+159
-541
lines changed

deno.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@std/uuid": "jsr:@std/uuid@^1.0.7",
5050
"esbuild": "npm:esbuild@^0.25.5",
5151
"esbuild-wasm": "npm:esbuild-wasm@^0.25.5",
52-
"fresh": "jsr:@fresh/core@^2.0.0-alpha.29",
52+
"fresh": "jsr:@fresh/core@^2.0.0-alpha.37",
5353
"preact": "npm:preact@^10.26.9",
5454
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
5555
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
@@ -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",

0 commit comments

Comments
 (0)