chore: update deps

This commit is contained in:
Rongjian Zhang 2023-01-29 19:15:21 +08:00
parent 5a0181d2f3
commit a61c01a545
5 changed files with 745 additions and 574 deletions

View File

@ -28,7 +28,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.6",
"@types/resolve": "^1.20.2",
"conventional-changelog-cli": "^2.2.2",
@ -36,23 +36,23 @@
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"jsdom": "^20.0.3",
"lerna": "^6.3.0",
"jsdom": "^21.1.0",
"lerna": "^6.4.1",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"resolve": "^1.22.1",
"sass": "^1.57.1",
"sort-json": "^2.0.1",
"sort-package-json": "^2.1.0",
"svelte": "^3.55.0",
"svelte-preprocess": "^5.0.0",
"sort-package-json": "^2.2.0",
"svelte": "^3.55.1",
"svelte-preprocess": "^5.0.1",
"svelte2tsx": "^0.6.0",
"svgo": "^3.0.2",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.26.3"
"vitest": "^0.28.3"
},
"packageManager": "pnpm@7.21.0",
"bundlewatch": {

View File

@ -38,7 +38,7 @@
],
"dependencies": {
"@popperjs/core": "^2.11.6",
"@types/codemirror": "^5.60.6",
"@types/codemirror": "^5.60.7",
"@types/hast": "^2.3.4",
"@types/lodash-es": "^4.17.6",
"@types/mdast": "^3.0.10",
@ -53,7 +53,7 @@
"select-files": "^1.0.1",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.6",
"word-count": "^0.2.2"
},

View File

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

View File

@ -17,7 +17,7 @@
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
"svelte-preprocess": "^5.0.0",
"svelte-preprocess": "^5.0.1",
"vite": "^4.0.4"
},
"scripts": {

File diff suppressed because it is too large Load Diff