Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Dec 7, 2023
1 parent 4f47f7a commit b84c39a
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imports": {
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/[email protected].2/",
"apps/": "https://denopkg.com/deco-cx/[email protected].1/",
"deco/": "https://denopkg.com/deco-cx/[email protected].3/",
"apps/": "https://denopkg.com/deco-cx/[email protected].2/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand All @@ -28,9 +28,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 b84c39a

Please sign in to comment.