Skip to content

Commit

Permalink
Update versions (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucis authored May 3, 2024
1 parent 0cb48a3 commit 3866219
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"deco/": "https://cdn.jsdelivr.net/gh/deco-cx/deco@1.60.25/",
"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.36.0/",
"deco/": "https://cdn.jsdelivr.net/gh/deco-cx/deco@1.62.3/",
"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.37.0/",
"$fresh/": "https://deno.land/x/fresh@1.6.3/",
"preact": "https://esm.sh/preact@10.19.2",
"preact/": "https://esm.sh/preact@10.19.2/",
Expand All @@ -28,7 +28,9 @@
"preview": "deno run -A main.ts",
"generate-icons": "deno run -A --unstable static/generate-icons.ts"
},
"githooks": { "pre-commit": "check" },
"githooks": {
"pre-commit": "check"
},
"exclude": [
"node_modules",
"static/",
Expand All @@ -37,7 +39,14 @@
"**/_fresh/*",
".deco"
],
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
]
}
},
"nodeModulesDir": true,
"compilerOptions": {
"jsx": "react-jsx",
Expand Down

0 comments on commit 3866219

Please sign in to comment.