File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/core" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts" ,
2626 "@std/uuid" : " jsr:@std/uuid@^1.0.9" ,
2727 "@types/node" : " npm:@types/node@^24.2.1" ,
2828 "esbuild-wasm" : " npm:esbuild-wasm@^0.25.11" ,
29- "preact" : " npm:preact@^10.27.2 " ,
29+ "preact" : " npm:preact@^10.28.3 " ,
3030 "preact-render-to-string" : " npm:preact-render-to-string@^6.6.3"
3131 }
3232}
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import * as semver from "@std/semver";
55import initConfig from "../deno.json" with { type : "json" } ;
66
77// Keep these as is, as we replace these version in our release script
8- const FRESH_VERSION = "2.2.0 " ;
8+ const FRESH_VERSION = "2.2.1 " ;
99const FRESH_TAILWIND_VERSION = "1.0.0" ;
1010const FRESH_VITE_PLUGIN = "1.0.0" ;
11- const PREACT_VERSION = "10.28.2 " ;
12- const PREACT_SIGNALS_VERSION = "2.5 .1" ;
11+ const PREACT_VERSION = "10.28.3 " ;
12+ const PREACT_SIGNALS_VERSION = "2.7 .1" ;
1313const TAILWINDCSS_VERSION = "4.1.10" ;
1414const TAILWINDCSS_POSTCSS_VERSION = "4.1.10" ;
1515const POSTCSS_VERSION = "8.5.6" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/update" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts" ,
66 "exclude" : [" **/tmp/*" ],
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import { ProgressBar } from "@std/cli/unstable-progress-bar";
66
77export const SyntaxKind = tsmorph . ts . SyntaxKind ;
88
9- export const FRESH_VERSION = "2.2.0 " ;
10- export const PREACT_VERSION = "10.28.2 " ;
11- export const PREACT_SIGNALS_VERSION = "2.5 .1" ;
9+ export const FRESH_VERSION = "2.2.1 " ;
10+ export const PREACT_VERSION = "10.28.3 " ;
11+ export const PREACT_SIGNALS_VERSION = "2.7 .1" ;
1212
1313// Function to filter out node_modules and vendor directories from logs
1414const HIDE_FILES = / [ \\ / ] + ( n o d e _ m o d u l e s | v e n d o r ) [ \\ / ] + / ;
You can’t perform that action at this time.
0 commit comments