feat: update deps

This commit is contained in:
Rongjian Zhang 2023-01-04 13:27:38 +08:00
parent 64c3325fe1
commit 2630833ebb
9 changed files with 888 additions and 1297 deletions

View File

@ -23,7 +23,7 @@
},
"devDependencies": {
"@icon-park/svg": "^1.4.2",
"@sveltejs/vite-plugin-svelte": "1.0.9",
"@sveltejs/vite-plugin-svelte": "2.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
@ -42,18 +42,18 @@
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"resolve": "^1.22.1",
"sass": "^1.56.2",
"sass": "^1.57.1",
"sort-json": "^2.0.1",
"sort-package-json": "^2.1.0",
"svelte": "^3.54.0",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.22",
"svelte": "^3.55.0",
"svelte-preprocess": "^5.0.0",
"svelte2tsx": "^0.6.0",
"svgo": "^3.0.2",
"tsdv": "^0.7.0",
"tsdv": "^0.8.0",
"tsx": "^3.12.1",
"typescript": "^4.9.4"
},
"packageManager": "pnpm@7.13.4",
"packageManager": "pnpm@7.21.0",
"bundlewatch": {
"files": [
{

View File

@ -38,12 +38,12 @@
],
"dependencies": {
"@popperjs/core": "^2.11.6",
"@types/codemirror": "^5.60.5",
"@types/codemirror": "^5.60.6",
"@types/hast": "^2.3.4",
"@types/lodash-es": "^4.17.6",
"@types/mdast": "^3.0.10",
"codemirror-ssr": "^0.65.0",
"hast-util-sanitize": "^4.0.0",
"hast-util-sanitize": "^4.1.0",
"lodash-es": "^4.17.21",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",

View File

@ -28,7 +28,7 @@
"locales"
],
"dependencies": {
"rehype-highlight": "^5.0.2"
"rehype-highlight": "^6.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

@ -28,7 +28,7 @@
"locales"
],
"dependencies": {
"@types/katex": "^0.14.0",
"@types/katex": "^0.16.0",
"katex": "^0.16.4",
"remark-math": "^5.1.1"
},

View File

@ -28,8 +28,7 @@
"locales"
],
"dependencies": {
"@types/mermaid": "^9.2.0",
"mermaid": "^9.2.2"
"mermaid": "^9.3.0"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

@ -31,8 +31,8 @@
"bytemd": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"vue": "^3.2.37"
"@vitejs/plugin-vue": "^4.0.0",
"vue": "^3.2.45"
},
"peerDependencies": {
"vue": "^3.0.0"

View File

@ -31,9 +31,9 @@
"bytemd": "workspace:*"
},
"devDependencies": {
"vite-plugin-vue2": "^2.0.2",
"vue": "^2.7.12",
"vue-template-compiler": "^2.7.12"
"vite-plugin-vue2": "^2.0.3",
"vue": "^2.7.14",
"vue-template-compiler": "^2.7.14"
},
"peerDependencies": {
"vue": "^2.0.0"

View File

@ -12,13 +12,13 @@
"@bytemd/plugin-math-ssr": "workspace:*",
"@bytemd/plugin-medium-zoom": "workspace:*",
"@bytemd/plugin-mermaid": "workspace:*",
"@sveltejs/vite-plugin-svelte": "1.0.9",
"@sveltejs/vite-plugin-svelte": "2.0.2",
"bytemd": "workspace:*",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
"svelte-preprocess": "^4.10.7",
"vite": "^3.1.7"
"svelte-preprocess": "^5.0.0",
"vite": "^4.0.4"
},
"scripts": {
"dev": "vite",

File diff suppressed because it is too large Load Diff