chore: update deps

This commit is contained in:
Rongjian Zhang 2023-03-30 19:16:13 +08:00
parent 69d2bcac4d
commit 467f16c5d4
7 changed files with 1608 additions and 1507 deletions

View File

@ -24,35 +24,35 @@
},
"devDependencies": {
"@icon-park/svg": "^1.4.2",
"@sveltejs/vite-plugin-svelte": "2.0.2",
"@sveltejs/vite-plugin-svelte": "2.0.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.6",
"@types/lodash-es": "^4.17.7",
"@types/resolve": "^1.20.2",
"conventional-changelog-cli": "^2.2.2",
"decode-named-character-reference": "^1.0.2",
"execa": "^6.1.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"jsdom": "^21.1.0",
"lerna": "^6.4.1",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"lerna": "^6.6.1",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"resolve": "^1.22.1",
"sass": "^1.57.1",
"sass": "^1.60.0",
"sort-json": "^2.0.1",
"sort-package-json": "^2.2.0",
"svelte": "^3.55.1",
"svelte-preprocess": "^5.0.1",
"svelte2tsx": "^0.6.0",
"sort-package-json": "^2.4.1",
"svelte": "^3.57.0",
"svelte-preprocess": "^5.0.3",
"svelte2tsx": "^0.6.10",
"svgo": "^3.0.2",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.28.3"
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vitest": "^0.29.8"
},
"packageManager": "pnpm@8.1.0",
"bundlewatch": {

View File

@ -37,11 +37,11 @@
"svelte"
],
"dependencies": {
"@popperjs/core": "^2.11.6",
"@popperjs/core": "^2.11.7",
"@types/codemirror": "^5.60.7",
"@types/hast": "^2.3.4",
"@types/lodash-es": "^4.17.6",
"@types/mdast": "^3.0.10",
"@types/lodash-es": "^4.17.7",
"@types/mdast": "^3.0.11",
"codemirror-ssr": "^0.65.0",
"hast-util-sanitize": "^4.1.0",
"lodash-es": "^4.17.21",
@ -54,7 +54,7 @@
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.6",
"vfile": "^5.3.7",
"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.6"
"vfile": "^5.3.7"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

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

View File

@ -31,8 +31,8 @@
"bytemd": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vue": "^3.2.45"
"@vitejs/plugin-vue": "^4.1.0",
"vue": "^3.2.47"
},
"peerDependencies": {
"vue": "^3.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": "2.0.2",
"@sveltejs/vite-plugin-svelte": "2.0.4",
"bytemd": "workspace:*",
"github-markdown-css": "^5.1.0",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
"svelte-preprocess": "^5.0.1",
"vite": "^4.0.4"
"svelte-preprocess": "^5.0.3",
"vite": "^4.2.1"
},
"scripts": {
"dev": "vite",

File diff suppressed because it is too large Load Diff