build: update deps

This commit is contained in:
Rongjian Zhang 2022-10-13 16:34:15 +08:00
parent 223af9368f
commit c42ab196ea
11 changed files with 558 additions and 506 deletions

View File

@ -19,35 +19,34 @@
"singleQuote": true
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "1.0.1",
"@sveltejs/vite-plugin-svelte": "1.0.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.1.3",
"@testing-library/svelte": "^3.2.2",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.6",
"@types/resolve": "^1.20.2",
"conventional-changelog-cli": "^2.2.2",
"decode-named-character-reference": "^1.0.2",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"jsdom": "^20.0.0",
"jsdom": "^20.0.1",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"prettier-plugin-svelte": "^2.7.1",
"resolve": "^1.22.1",
"sass": "^1.54.4",
"sass": "^1.55.0",
"sort-json": "^2.0.1",
"sort-package-json": "^1.57.0",
"svelte": "^3.49.0",
"sort-package-json": "^2.0.0",
"svelte": "^3.50.1",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.13",
"svelte2tsx": "^0.5.19",
"tsdv": "^0.7.0",
"tsx": "^3.8.2",
"typescript": "^4.7.4",
"vite": "^3.0.7"
"tsx": "^3.10.1",
"typescript": "^4.8.4"
},
"packageManager": "pnpm@7.5.2",
"packageManager": "pnpm@7.13.4",
"bundlewatch": {
"files": [
{

View File

@ -54,8 +54,8 @@
"select-files": "^1.0.1",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"vfile": "^5.3.4",
"unist-util-visit": "^4.1.1",
"vfile": "^5.3.5",
"word-count": "^0.2.2"
},
"devDependencies": {

View File

@ -31,7 +31,7 @@
"@types/js-yaml": "^4.0.5",
"js-yaml": "^4.1.0",
"remark-frontmatter": "^4.0.1",
"vfile": "^5.3.4"
"vfile": "^5.3.5"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

@ -30,7 +30,7 @@
"dependencies": {
"@icon-park/svg": "^1.4.2",
"@types/katex": "^0.14.0",
"katex": "^0.16.0",
"katex": "^0.16.2",
"remark-math": "^5.1.1"
},
"devDependencies": {

View File

@ -29,8 +29,8 @@
],
"dependencies": {
"@icon-park/svg": "^1.4.2",
"@types/mermaid": "^8.2.9",
"mermaid": "^9.1.5"
"@types/mermaid": "^9.1.0",
"mermaid": "^9.1.7"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

@ -1,7 +1,6 @@
import type { BytemdPlugin } from 'bytemd'
import type { Mermaid } from 'mermaid'
import type mermaidAPI from 'mermaid/mermaidAPI'
import * as icons from '@icon-park/svg'
import type { BytemdPlugin } from 'bytemd'
import type { Config, Mermaid } from 'mermaid'
import en from './locales/en.json'
type Locale = {
@ -16,7 +15,7 @@ type Locale = {
pie: string
}
export interface BytemdPluginMermaidOptions extends mermaidAPI.Config {
export interface BytemdPluginMermaidOptions extends Config {
locale?: Partial<Locale>
}

View File

@ -31,7 +31,7 @@
"bytemd": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react": "^18.0.21",
"react": "^18.2.0"
},
"peerDependencies": {

View File

@ -31,7 +31,7 @@
"bytemd": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue": "^3.1.2",
"vue": "^3.2.37"
},
"peerDependencies": {

View File

@ -32,8 +32,8 @@
},
"devDependencies": {
"vite-plugin-vue2": "^2.0.2",
"vue": "^2.7.8",
"vue-template-compiler": "^2.7.8"
"vue": "^2.7.12",
"vue-template-compiler": "^2.7.12"
},
"peerDependencies": {
"vue": "^2.0.0"

View File

@ -13,9 +13,12 @@
"@bytemd/plugin-medium-zoom": "workspace:*",
"@bytemd/plugin-mermaid": "workspace:*",
"bytemd": "workspace:*",
"svelte-preprocess": "^4.10.7",
"github-markdown-css": "^5.1.0",
"@sveltejs/vite-plugin-svelte": "1.0.9",
"highlight.js": "^11.6.0",
"katex": "^0.16.0"
"katex": "^0.16.2",
"vite": "^3.1.7"
},
"scripts": {
"dev": "vite",

File diff suppressed because it is too large Load Diff