Skip to content

Commit

Permalink
⬆️ dependency and deno upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
loucyx committed Nov 4, 2024
1 parent c64dd2e commit 41502fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: 2.0.2
deno-version: 2.0.4

- name: Lint code
run: deno lint
Expand Down
3 changes: 1 addition & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/tags/v1.41.0/cli/schemas/config-file.v1.json",
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"jsxFactory": "createElement",
Expand All @@ -23,7 +22,7 @@
"useTabs": true
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/assert": "jsr:@std/assert@^1.0.7",
"@types/react": "npm:@types/react@^18.3.12",
"@types/react-dom": "npm:@types/react-dom@^18.3.1",
"preact": "npm:preact@^10.24.3",
Expand Down

0 comments on commit 41502fa

Please sign in to comment.