Skip to content

Commit

Permalink
Bump deco versions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Dec 27, 2023
1 parent 8740dda commit fc61c89
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"imports": {
"deco-sites/starting/": "./",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected]/",
"$live/": "https://denopkg.com/deco-cx/deco@1.47.5/",
"$live/": "https://denopkg.com/deco-cx/deco@1.49.0/",
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/deco@1.47.5/",
"apps/": "https://denopkg.com/deco-cx/[email protected].5/",
"deco/": "https://denopkg.com/deco-cx/deco@1.49.0/",
"apps/": "https://denopkg.com/deco-cx/[email protected].15/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down Expand Up @@ -34,9 +34,27 @@
"build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts"
},
"githooks": { "pre-commit": "check" },
"exclude": ["node_modules", "static/", "README.md", "_fresh", "**/_fresh/*"],
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"githooks": {
"pre-commit": "check"
},
"exclude": [
"node_modules",
"static/",
"README.md",
"_fresh",
"**/_fresh/*"
],
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
]
}
},
"nodeModulesDir": true,
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}

0 comments on commit fc61c89

Please sign in to comment.