Skip to content

Commit

Permalink
feat: add new entry (#112)
Browse files Browse the repository at this point in the history
* feat: add new entry

* chore: re-generate lockfile

* chore: re-generate lockfile

* chore: re-generate lockfile

* fix: remove lockfile
  • Loading branch information
9renpoto authored Feb 1, 2025
1 parent bd70ab2 commit 81085e0
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 4,240 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/textlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
year: [2024, 2023, 2021]
year: [2025, 2024, 2023, 2021]

steps:
- name: Setup repo
Expand Down
20 changes: 7 additions & 13 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"lint": "deno run -A npm:textlint",
"preview": "deno run -A main.ts"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"$fresh-testing-library/": "https://deno.land/x/[email protected]/",
"$fresh/": "https://deno.land/x/[email protected]/",
Expand All @@ -19,18 +16,15 @@
"./": "./",
"@/": "./",
"@deno/gfm": "jsr:@deno/gfm@^0.8.2",
"@preact/signals": "npm:@preact/signals@^1.3.0",
"@preact/signals-core": "npm:@preact/signals-core@^1.7.0",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"@std/front-matter": "jsr:@std/front-matter@^0.224.3",
"@std/path": "jsr:@std/path@^1.0.0",
"@std/testing": "jsr:@std/testing@^0.225.3",
"preact": "npm:preact@^10.22.1",
"tailwindcss": "npm:tailwindcss@^3.4.6"
},
"lint": {
"rules": {
"tags": ["fresh", "recommended"]
}
"preact": "https://esm.sh/[email protected]",
"tailwindcss": "npm:tailwindcss@^3.4.6",
"preact/": "https://esm.sh/[email protected]/"
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"exclude": ["**/_fresh/*", "cache"]
}
Loading

0 comments on commit 81085e0

Please sign in to comment.