deps: upgrade deps
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-block-embed": "^0.0.3",
|
||||
"markdown-it-checkbox": "^1.1.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"markdown-it-github-alerts": "^1.0.0",
|
||||
"markdown-it-iframe": "^1.0.0",
|
||||
"markdown-it-shikiji": "^0.10.2",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -53,9 +53,6 @@ importers:
|
||||
markdown-it-checkbox:
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0
|
||||
markdown-it-footnote:
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
markdown-it-github-alerts:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0(markdown-it@14.1.0)
|
||||
@@ -3158,9 +3155,6 @@ packages:
|
||||
markdown-it-checkbox@1.1.0:
|
||||
resolution: {integrity: sha512-NkZVjnXo5G+cLNdi7DPZxICypBuxFE9F8sx3YGMZn+Cfizr8EZ/1TFUKl7ZnefF6cr1aFHbnQ5iA3rc4cp7EyA==}
|
||||
|
||||
markdown-it-footnote@4.0.0:
|
||||
resolution: {integrity: sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==}
|
||||
|
||||
markdown-it-github-alerts@1.0.0:
|
||||
resolution: {integrity: sha512-RU3cbB/ewujrDpYNdyabvp4CscZ5J/3D71NWbJW+JSA0nplfutIXDMCwtGWlMLwzgBDAYkFMvYGkigq8nWOVdA==}
|
||||
peerDependencies:
|
||||
@@ -7424,8 +7418,6 @@ snapshots:
|
||||
dependencies:
|
||||
underscore: 1.13.6
|
||||
|
||||
markdown-it-footnote@4.0.0: {}
|
||||
|
||||
markdown-it-github-alerts@1.0.0(markdown-it@14.1.0):
|
||||
dependencies:
|
||||
markdown-it: 14.1.0
|
||||
|
||||
@@ -3,7 +3,6 @@ import markdownItLatex from "@vscode/markdown-it-katex"
|
||||
import MarkdownIt, { Options, Renderer, Token } from "markdown-it"
|
||||
import blockEmbedPlugin from "markdown-it-block-embed"
|
||||
import markdownItCheckbox from "markdown-it-checkbox"
|
||||
import markdownItFootnote from "markdown-it-footnote"
|
||||
import MarkdownItGitHubAlerts from "markdown-it-github-alerts"
|
||||
import markdownItIframe from "markdown-it-iframe"
|
||||
import Shikiji from "markdown-it-shikiji"
|
||||
@@ -67,7 +66,6 @@ const md = new MarkdownIt({
|
||||
})
|
||||
.use(twitterPlugin)
|
||||
.use(markdownItCheckbox)
|
||||
.use(markdownItFootnote)
|
||||
.use(markdownItLatex)
|
||||
.use(markdownItIframe, {
|
||||
width: "100%",
|
||||
|
||||
1
src/shims-vue.d.ts
vendored
1
src/shims-vue.d.ts
vendored
@@ -7,7 +7,6 @@ declare module "pouchdb-adapter-indexeddb"
|
||||
declare module "@toycode/markdown-it-class"
|
||||
declare module "markdown-it-block-embed"
|
||||
declare module "markdown-it-checkbox"
|
||||
declare module "markdown-it-footnote"
|
||||
declare module "markdown-it-regexp"
|
||||
declare module "markdown-it-iframe"
|
||||
declare module "@rushstack/eslint-patch/modern-module-resolution"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
retro --default,
|
||||
aqua --prefersdark;
|
||||
dim --prefersdark;
|
||||
}
|
||||
|
||||
@config '../../tailwind.config.js';
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
|
||||
export const themeConfig = {
|
||||
light: 'retro',
|
||||
dark: 'aqua',
|
||||
dark: 'dim',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user