Skip to content

Commit

Permalink
fix: typings not working => refresh packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 24, 2024
1 parent bddc415 commit 5233d68
Show file tree
Hide file tree
Showing 3 changed files with 2,248 additions and 3,256 deletions.
2 changes: 1 addition & 1 deletion packages/app/app/components/Commits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function fetchMore() {
{{ selectedCommit.abbreviatedOid }}
</UButton>
</div>

<div
class="max-w-full p-4 border border-gray-100 dark:border-gray-800 rounded-lg prose dark:prose-invert"
v-html="marked(selectedCommit.release.text)"
Expand Down
11 changes: 5 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.0",
"@nuxt/eslint": "^0.5.1",
"eslint": "^9.9.0",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29",
"wrangler": "^3.72.1"
"@antfu/eslint-config": "^3.12.1",
"@nuxt/eslint": "^0.7.4",
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 5233d68

Please sign in to comment.