chore: update deps

This commit is contained in:
Rongjian Zhang 2022-03-13 15:09:31 +08:00
parent b431918ce7
commit 399d38d7cc
9 changed files with 445 additions and 433 deletions

View File

@ -18,23 +18,23 @@
"devDependencies": {
"@icon-park/svg": "^1.3.5",
"@microsoft/api-extractor": "^7.19.4",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
"@testing-library/jest-dom": "^5.16.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.39",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/svelte": "^3.0.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.0",
"sass": "^1.49.9",
"sort-json": "^2.0.1",
"sort-package-json": "^1.54.0",
"svelte": "^3.46.3",
"svelte-preprocess": "^4.10.2",
"typescript": "^4.5.5",
"vitest": "^0.5.7"
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.4",
"typescript": "^4.6.2",
"vitest": "^0.6.0"
},
"bundlewatch": {
"files": [

View File

@ -24,7 +24,7 @@
"@types/codemirror": "^5.60.5"
},
"devDependencies": {
"@popperjs/core": "^2.11.2",
"@popperjs/core": "^2.11.3",
"@primer/css": "^15.2.0",
"@types/lodash-es": "^4.17.6",
"@types/mdast": "^3.0.10",
@ -38,9 +38,9 @@
"remark-rehype": "^10.1.0",
"select-files": "^1.0.1",
"tippy.js": "^6.3.7",
"unified": "^10.1.1",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"vfile": "^5.3.0",
"vfile": "^5.3.2",
"word-count": "^0.2.2"
},
"publishConfig": {

View File

@ -15,7 +15,7 @@
"@bytemd/plugin-mermaid": "workspace:*",
"bytemd": "workspace:*",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.4.0",
"highlight.js": "^11.5.0",
"katex": "^0.15.2"
}
}

View File

@ -20,7 +20,7 @@
"bytemd": "workspace:*",
"js-yaml": "^4.1.0",
"remark-frontmatter": "^4.0.1",
"vfile": "^5.3.0"
"vfile": "^5.3.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"

View File

@ -16,7 +16,7 @@
"locales"
],
"dependencies": {
"highlight.js": "^11.4.0"
"highlight.js": "^11.5.0"
},
"devDependencies": {
"bytemd": "workspace:*",

View File

@ -16,7 +16,7 @@
"locales"
],
"dependencies": {
"highlight.js": "^11.4.0"
"highlight.js": "^11.5.0"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

@ -16,8 +16,8 @@
"locales"
],
"dependencies": {
"@types/mermaid": "^8.2.7",
"mermaid": "^8.13.10"
"@types/mermaid": "^8.2.8",
"mermaid": "^8.14.0"
},
"devDependencies": {
"bytemd": "workspace:*"

View File

@ -19,7 +19,7 @@
"bytemd": "workspace:*"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react": "^17.0.40",
"react": "^17.0.2"
},
"peerDependencies": {

File diff suppressed because it is too large Load Diff