Skip to content

Commit

Permalink
chore: bump deps (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 9, 2024
1 parent 44be8d3 commit 6f11f7c
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 274 deletions.
4 changes: 2 additions & 2 deletions lib/composables/Markdown.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import MarkdownIt from 'markdown-it'
import MarkdownIt, { type Options as MarkdownItOptions } from 'markdown-it'
import { type Ref, onUnmounted } from 'vue'
import { useRouter } from 'vue-router'
import { type LinkAttrs, isCallbackUrl, isExternalUrl, linkPlugin } from './markdown/LinkPlugin'

export type UseMarkdown = (source: string, inline: boolean) => string

export interface UseMarkdownOptions extends MarkdownIt.Options {
export interface UseMarkdownOptions extends MarkdownItOptions {
linkAttrs?: LinkAttrs
config?: (md: MarkdownIt) => void
}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.1",
"@vue/reactivity": "^3.4.26",
"@vue/runtime-core": "^3.4.26",
"@vue/reactivity": "^3.4.27",
"@vue/runtime-core": "^3.4.27",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.9.0",
Expand All @@ -60,11 +60,11 @@
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"v-calendar": "^3.1.2",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"dependencies": {
"@sentry/browser": "^8.0.0-beta.3",
"@sentry/browser": "^8.0.0-rc.2",
"@tanstack/vue-virtual": "3.0.0-beta.62",
"@tinyhttp/content-disposition": "^2.2.0",
"@tinyhttp/cookie": "^2.1.0",
Expand All @@ -85,19 +85,19 @@
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.6.0",
"@vue/reactivity": "^3.4.26",
"@vue/runtime-core": "^3.4.26",
"@vue/test-utils": "^2.4.5",
"@vue/reactivity": "^3.4.27",
"@vue/runtime-core": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.9.0",
"body-scroll-lock": "4.0.0-beta.0",
"eslint": "^8.57.0",
"fuse.js": "^7.0.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.10.1",
"histoire": "0.16.5",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
Expand All @@ -112,7 +112,7 @@
"vite": "^5.2.11",
"vitepress": "^1.1.4",
"vitest": "^1.6.0",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27"
}
Expand Down

0 comments on commit 6f11f7c

Please sign in to comment.