Skip to content

Commit

Permalink
Upgrade fresh to 1.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Oct 15, 2024
1 parent b7364e9 commit c957a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { jsrLatest } from "@deco/codemod-toolkit/deno-json";
import { join } from "@std/path/join";

const DECO_PKGS = /(@deco\/.*)|(deco)|(\$live)/;
const PKGS_TO_CHECK = /(apps)|(deco-sites\/.*\/$)|(partytown)|(@deco\/warp)/;
const PKGS_TO_CHECK =
/(\$fresh)|(apps)|(deco-sites\/.*\/$)|(partytown)|(@deco\/warp)/;

const upgradeDecoVersion = upgradeDeps(DECO_PKGS, true);

Expand Down

0 comments on commit c957a1c

Please sign in to comment.